Home
last modified time | relevance | path

Searched refs:core_errors (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/coregrind/
Dm_tooliface.c88 .core_errors = False,
221 NEEDS(core_errors) in NEEDS()
Dpub_core_tooliface.h85 Bool core_errors; member
Dm_main.c924 !VG_(needs).core_errors && !VG_(needs).tool_errors) { in main_process_cmd_line_options()
1004 (VG_(needs).core_errors || VG_(needs).tool_errors)) { in main_process_cmd_line_options()
1981 if (VG_(needs).core_errors || VG_(needs).tool_errors) { in valgrind_main()
2129 && (VG_(needs).core_errors || VG_(needs).tool_errors)) { in shutdown_actions_NORETURN()
2134 if (VG_(needs).core_errors || VG_(needs).tool_errors) in shutdown_actions_NORETURN()
Dm_errormgr.c287 return VG_(needs).core_errors && VG_(clo_verbosity) >= 1 && !VG_(clo_xml); in VG_()
1331 if (VG_(needs).core_errors && tool_name_present("core", tool_names)) in load_one_suppressions_file()