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,
219 NEEDS(core_errors) in NEEDS() argument
Dpub_core_tooliface.h84 Bool core_errors; member
Dm_main.c954 !VG_(needs).core_errors && !VG_(needs).tool_errors) { in main_process_cmd_line_options()
1228 (VG_(needs).core_errors || VG_(needs).tool_errors)) { in main_process_cmd_line_options()
2465 if (VG_(needs).core_errors || VG_(needs).tool_errors) { in valgrind_main()
2613 && (VG_(needs).core_errors || VG_(needs).tool_errors)) { in shutdown_actions_NORETURN()
2618 if (VG_(needs).core_errors || VG_(needs).tool_errors) in shutdown_actions_NORETURN()
Dm_errormgr.c288 return VG_(needs).core_errors && VG_(clo_verbosity) >= 1 && !VG_(clo_xml); in VG_()
1342 if (VG_(needs).core_errors && tool_name_present("core", tool_names)) in load_one_suppressions_file()