Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dm_tooliface.c86 .core_errors = False,
215 NEEDS(core_errors) in NEEDS() argument
Dpub_core_tooliface.h84 Bool core_errors; member
Dm_main.c801 !VG_(needs).core_errors && !VG_(needs).tool_errors) { in main_process_cmd_line_options()
1068 (VG_(needs).core_errors || VG_(needs).tool_errors)) { in main_process_cmd_line_options()
2323 if (VG_(needs).core_errors || VG_(needs).tool_errors) { in valgrind_main()
2466 && (VG_(needs).core_errors || VG_(needs).tool_errors)) { in shutdown_actions_NORETURN()
2471 if (VG_(needs).core_errors || VG_(needs).tool_errors) in shutdown_actions_NORETURN()
Dm_errormgr.c281 return VG_(needs).core_errors && VG_(clo_verbosity) >= 1 && !VG_(clo_xml); in VG_()
1253 if (VG_(needs).core_errors && tool_name_present("core", tool_names)) in load_one_suppressions_file()