/external/valgrind/main/coregrind/ |
D | m_libcassert.c | 294 const Bool save_clo_xml = VG_(clo_xml); in show_sched_status_wrk() 324 VG_(clo_xml) = False; in show_sched_status_wrk() 326 VG_(clo_xml) = save_clo_xml; in show_sched_status_wrk() 418 if (VG_(clo_xml)) in VG_() 439 if (VG_(clo_xml)) in panic() 463 if (VG_(clo_xml)) in VG_()
|
D | m_main.c | 531 else if VG_BOOL_CLO(arg, "--xml", VG_(clo_xml)) in main_process_cmd_line_options() 532 VG_(debugLog_setXml)(VG_(clo_xml)); in main_process_cmd_line_options() 856 if (VG_(clo_xml) && !VG_(needs).xml_output) { in main_process_cmd_line_options() 857 VG_(clo_xml) = False; in main_process_cmd_line_options() 870 if (VG_(clo_xml)) { in main_process_cmd_line_options() 1059 if (VG_(clo_xml) && tmp_xml_fd == -1) { in main_process_cmd_line_options() 1206 const HChar* xpre = VG_(clo_xml) ? " <line>" : ""; in print_preamble() 1207 const HChar* xpost = VG_(clo_xml) ? "</line>" : ""; in print_preamble() 1209 = VG_(clo_xml) ? VG_(printf_xml) : VG_(umsg); in print_preamble() 1212 = VG_(clo_xml) ? xml_arg : umsg_arg; in print_preamble() [all …]
|
D | m_errormgr.c | 286 return VG_(needs).core_errors && VG_(clo_verbosity) >= 1 && !VG_(clo_xml); in VG_() 411 if (! VG_(clo_xml) ) { in gen_suppression() 460 if (VG_(clo_xml)) in VG_() 511 vg_assert( ! VG_(clo_xml) ); in do_actions_on_error() 688 && !VG_(clo_xml)) { in VG_() 728 && !VG_(clo_xml)) { in VG_() 826 pp_Error( p, /*allow_db_attach*/True, VG_(clo_xml) ); in VG_() 876 pp_Error(&err, allow_db_attach, VG_(clo_xml)); in VG_() 902 if (VG_(clo_xml)) in show_used_suppressions() 909 if (VG_(clo_xml)) { in show_used_suppressions() [all …]
|
D | m_addrinfo.c | 202 const HChar* xpre = VG_(clo_xml) ? " <auxwhat>" : " "; in pp_addrinfo_WRK() 203 const HChar* xpost = VG_(clo_xml) ? "</auxwhat>" : ""; in pp_addrinfo_WRK() 319 VG_(clo_xml) ? " " : " ", in pp_addrinfo_WRK() 323 VG_(clo_xml) ? " " : " ", in pp_addrinfo_WRK()
|
D | m_debuglog.c | 59 static Bool clo_xml; variable 63 clo_xml = xml; in VG_() 851 if (clo_xml) in VG_()
|
D | m_stacks.c | 288 if (VG_(clo_verbosity) > 0 && complaints > 0 && !VG_(clo_xml)) { in complaints_stack_switch()
|
D | m_stacktrace.c | 1453 if (VG_(clo_xml)) { in printIpDesc() 1465 if (VG_(clo_xml)) in VG_() 1470 if (VG_(clo_xml)) in VG_()
|
D | m_options.c | 69 Bool VG_(clo_xml) = False;
|
D | m_signals.c | 1156 if (VG_(showing_core_errors)() && !VG_(clo_xml)) { in VG_() 1162 if (VG_(showing_core_errors)() && !VG_(clo_xml)) { in VG_() 1171 if (VG_(showing_core_errors)() && !VG_(clo_xml)) { in VG_() 1604 !VG_(clo_xml) ) { in default_action()
|
D | m_libcprint.c | 173 if (VG_(clo_xml)) { in emit_WRK()
|
/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 | 695 if (s_show_stack_usage && !VG_(clo_xml)) { in drd_thread_finished() 757 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) { in DRD_() 762 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 | 169 extern Bool VG_(clo_xml);
|
/external/valgrind/main/coregrind/m_ume/ |
D | main.c | 87 if (is_setuid && !VG_(clo_xml)) { in VG_()
|
/external/valgrind/main/memcheck/ |
D | mc_leakcheck.c | 1401 if (VG_(clo_verbosity) > 0 && !VG_(clo_xml)) { in print_results() 1675 if (VG_(clo_verbosity) >= 1 && !VG_(clo_xml)) { in MC_() 1774 if (VG_(clo_verbosity) > 1 && !VG_(clo_xml)) { in MC_() 1790 if (VG_(clo_verbosity) > 1 && !VG_(clo_xml)) { in MC_()
|
D | mc_malloc_wrappers.c | 345 if (!VG_(clo_xml)) in complain_about_silly_args() 356 if (!VG_(clo_xml)) in complain_about_silly_args2() 1111 if (VG_(clo_xml)) in MC_()
|
D | mc_errors.c | 201 if (VG_(clo_xml)) { in emit_WRK() 271 if (VG_(clo_xml)) { in mc_pp_origin() 386 const Bool xml = VG_(clo_xml); /* a shorthand */ in MC_()
|
D | mc_main.c | 1574 if (VG_(clo_verbosity) > 0 && !VG_(clo_xml)) { in set_address_range_perms() 6523 if (VG_(clo_xml)) { in mc_post_clo_init() 6766 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) { in mc_fini() 6774 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) { in mc_fini() 6779 if (MC_(any_value_errors) && !VG_(clo_xml) && VG_(clo_verbosity) >= 1 in mc_fini()
|
/external/valgrind/main/helgrind/ |
D | hg_errors.c | 694 if (VG_(clo_xml)) { in emit_WRK() 722 if (VG_(clo_xml)) { in announce_one_thread() 770 if (VG_(clo_xml)) { in announce_LockP() 876 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 | 711 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) { in h_fini()
|
/external/valgrind/main/coregrind/m_scheduler/ |
D | scheduler.c | 1412 if (show && VG_(clo_show_emwarns) && !VG_(clo_xml)) { in VG_() 1697 if (VG_(clo_xml)) { in print_client_message() 1749 if (VG_(clo_xml)) in print_client_message()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | d3basics.c | 918 if (!VG_(clo_xml)) in ML_()
|