/external/valgrind/main/coregrind/ |
D | m_errormgr.c | 281 return VG_(needs).core_errors && VG_(clo_verbosity) >= 1 && !VG_(clo_xml); in VG_() 406 if (! VG_(clo_xml) ) { in gen_suppression() 455 if (VG_(clo_xml)) in VG_() 506 vg_assert( ! VG_(clo_xml) ); in do_actions_on_error() 674 && !VG_(clo_xml)) { in VG_() 714 && !VG_(clo_xml)) { in VG_() 812 pp_Error( p, /*allow_db_attach*/True, VG_(clo_xml) ); in VG_() 862 pp_Error(&err, allow_db_attach, VG_(clo_xml)); in VG_() 888 if (VG_(clo_xml)) in show_used_suppressions() 895 if (VG_(clo_xml)) { in show_used_suppressions() [all …]
|
D | m_main.c | 520 else if VG_BOOL_CLO(arg, "--xml", VG_(clo_xml)) in main_process_cmd_line_options() 521 VG_(debugLog_setXml)(VG_(clo_xml)); in main_process_cmd_line_options() 809 if (VG_(clo_xml) && !VG_(needs).xml_output) { in main_process_cmd_line_options() 810 VG_(clo_xml) = False; in main_process_cmd_line_options() 823 if (VG_(clo_xml)) { in main_process_cmd_line_options() 1012 if (VG_(clo_xml) && tmp_xml_fd == -1) { in main_process_cmd_line_options() 1159 HChar* xpre = VG_(clo_xml) ? " <line>" : ""; in print_preamble() 1160 HChar* xpost = VG_(clo_xml) ? "</line>" : ""; in print_preamble() 1162 = VG_(clo_xml) ? VG_(printf_xml) : VG_(umsg); in print_preamble() 1165 = VG_(clo_xml) ? xml_arg : umsg_arg; in print_preamble() [all …]
|
D | m_libcassert.c | 250 VG_(clo_xml) = False; in report_and_quit() 295 if (VG_(clo_xml)) in VG_() 316 if (VG_(clo_xml)) in panic() 340 if (VG_(clo_xml)) in VG_()
|
D | m_debuglog.c | 59 static Bool clo_xml; variable 63 clo_xml = xml; in VG_() 775 if (clo_xml) in VG_()
|
D | m_stacks.c | 304 if (VG_(clo_verbosity) > 0 && moans > 0 && !VG_(clo_xml)) { in VG_()
|
D | m_stacktrace.c | 1100 if (VG_(clo_xml)) { in printIpDesc() 1112 if (VG_(clo_xml)) in VG_() 1117 if (VG_(clo_xml)) in VG_()
|
D | m_options.c | 66 Bool VG_(clo_xml) = False;
|
D | m_signals.c | 1109 if (VG_(showing_core_errors)() && !VG_(clo_xml)) { in VG_() 1115 if (VG_(showing_core_errors)() && !VG_(clo_xml)) { in VG_() 1124 if (VG_(showing_core_errors)() && !VG_(clo_xml)) { in VG_() 1557 !VG_(clo_xml) ) { in default_action()
|
/external/valgrind/main/drd/ |
D | drd_error.c | 63 if (VG_(clo_xml)) { in DRD_() 78 if (VG_(clo_xml)) { in DRD_() 88 if (VG_(clo_xml)) in DRD_() 100 if (VG_(clo_xml)) in print_err_detail() 138 if (VG_(clo_xml)) { in first_observed() 156 const Bool xml = VG_(clo_xml); in drd_report_data_race() 294 if (err_extra && *err_extra != s_last_tid_printed && !VG_(clo_xml)) { in drd_tool_error_before_pp() 303 const Bool xml = VG_(clo_xml); in drd_tool_error_pp()
|
D | drd_main.c | 670 if (s_show_stack_usage && !VG_(clo_xml)) { in drd_thread_finished() 732 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) { in DRD_() 737 if ((VG_(clo_stats) || s_print_stats) && !VG_(clo_xml)) in DRD_()
|
D | drd_malloc_wrappers.c | 353 if (VG_(clo_xml)) in DRD_()
|
D | drd_thread.c | 1264 if (!VG_(clo_xml)) in show_call_stack() 1303 if (VG_(clo_xml)) in thread_report_conflicting_segments_segment() 1309 if (VG_(clo_xml)) in thread_report_conflicting_segments_segment() 1317 if (VG_(clo_xml)) in thread_report_conflicting_segments_segment()
|
/external/valgrind/main/include/ |
D | pub_tool_options.h | 160 extern Bool VG_(clo_xml);
|
/external/valgrind/main/memcheck/ |
D | mc_errors.c | 275 if (VG_(clo_xml)) { in emit_WRK() 300 HChar* xpre = VG_(clo_xml) ? " <auxwhat>" : " "; in mc_pp_AddrInfo() 301 HChar* xpost = VG_(clo_xml) ? "</auxwhat>" : ""; in mc_pp_AddrInfo() 367 VG_(clo_xml) ? " " : " ", in mc_pp_AddrInfo() 371 VG_(clo_xml) ? " " : " ", in mc_pp_AddrInfo() 426 if (VG_(clo_xml)) { in mc_pp_origin() 541 const Bool xml = VG_(clo_xml); /* a shorthand */ in MC_()
|
D | mc_leakcheck.c | 1118 if (VG_(clo_verbosity) > 0 && !VG_(clo_xml)) { in print_results() 1364 if (VG_(clo_verbosity) >= 1 && !VG_(clo_xml)) { in MC_() 1462 if (VG_(clo_verbosity) > 1 && !VG_(clo_xml)) { in MC_() 1478 if (VG_(clo_verbosity) > 1 && !VG_(clo_xml)) { in MC_()
|
D | mc_malloc_wrappers.c | 231 if (!VG_(clo_xml)) in complain_about_silly_args() 242 if (!VG_(clo_xml)) in complain_about_silly_args2() 1012 if (VG_(clo_xml)) in MC_()
|
D | mc_main.c | 1375 if (VG_(clo_verbosity) > 0 && !VG_(clo_xml)) { in set_address_range_perms() 6073 if (VG_(clo_xml)) { in mc_post_clo_init() 6158 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) { in mc_fini() 6166 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) { in mc_fini() 6171 if (MC_(any_value_errors) && !VG_(clo_xml) && VG_(clo_verbosity) >= 1 in mc_fini()
|
/external/valgrind/main/coregrind/m_ume/ |
D | main.c | 87 if (is_setuid && !VG_(clo_xml)) { in VG_()
|
/external/valgrind/main/helgrind/ |
D | hg_errors.c | 744 if (VG_(clo_xml)) { in emit_WRK() 772 if (VG_(clo_xml)) { in announce_one_thread() 821 if (VG_(clo_xml)) { in announce_LockP() 927 const Bool xml = VG_(clo_xml); /* a shorthand, that's all */ in HG_()
|
/external/valgrind/main/exp-sgcheck/ |
D | pc_common.c | 273 if (VG_(clo_xml)) { in emit_WRK() 307 const Bool xml = VG_(clo_xml); /* a shorthand, that's all */ in pc_pp_Error()
|
D | h_main.c | 710 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) { in h_fini()
|
D | sg_main.c | 345 if (moans > 0 && !VG_(clo_xml)) { in StackBlocks__find_and_dealloc__or_add() 740 if (already_present && moans > 0 && !VG_(clo_xml)) { in add_block_to_GlobalTree()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | d3basics.c | 911 if (!VG_(clo_xml)) in ML_()
|
D | readdwarf.c | 2888 if (!VG_(clo_xml)) in dwarfexpr_to_dag() 4200 if (!VG_(clo_xml) && VG_(clo_verbosity) > 1) in ML_()
|
/external/valgrind/main/coregrind/m_scheduler/ |
D | scheduler.c | 1388 if (show && VG_(clo_show_emwarns) && !VG_(clo_xml)) { in VG_()
|