Searched refs:clo_xml (Results 1 - 25 of 30) sorted by relevance

12

/external/valgrind/main/coregrind/
H A Dm_libcassert.c43 #include "pub_core_options.h" // For VG_(clo_xml)
250 VG_(clo_xml) = False;
295 if (VG_(clo_xml))
316 if (VG_(clo_xml))
340 if (VG_(clo_xml))
H A Dm_errormgr.c281 return VG_(needs).core_errors && VG_(clo_verbosity) >= 1 && !VG_(clo_xml);
406 if (! VG_(clo_xml) ) {
455 if (VG_(clo_xml))
506 vg_assert( ! VG_(clo_xml) );
674 && !VG_(clo_xml)) {
714 && !VG_(clo_xml)) {
812 pp_Error( p, /*allow_db_attach*/True, VG_(clo_xml) );
862 pp_Error(&err, allow_db_attach, VG_(clo_xml));
888 if (VG_(clo_xml))
895 if (VG_(clo_xml)) {
[all...]
H A Dm_main.c520 else if VG_BOOL_CLO(arg, "--xml", VG_(clo_xml))
521 VG_(debugLog_setXml)(VG_(clo_xml));
809 if (VG_(clo_xml) && !VG_(needs).xml_output) {
810 VG_(clo_xml) = False;
823 if (VG_(clo_xml)) {
1012 if (VG_(clo_xml) && tmp_xml_fd == -1) {
1159 HChar* xpre = VG_(clo_xml) ? " <line>" : "";
1160 HChar* xpost = VG_(clo_xml) ? "</line>" : "";
1162 = VG_(clo_xml) ? VG_(printf_xml) : VG_(umsg);
1165 = VG_(clo_xml)
[all...]
H A Dm_debuglog.c59 static Bool clo_xml; variable
63 clo_xml = xml;
775 if (clo_xml)
H A Dm_stacks.c304 if (VG_(clo_verbosity) > 0 && moans > 0 && !VG_(clo_xml)) {
H A Dm_options.c66 Bool VG_(clo_xml) = False; variable
H A Dm_stacktrace.c1100 if (VG_(clo_xml)) {
1112 if (VG_(clo_xml))
1117 if (VG_(clo_xml))
H A Dm_signals.c1109 if (VG_(showing_core_errors)() && !VG_(clo_xml)) {
1115 if (VG_(showing_core_errors)() && !VG_(clo_xml)) {
1124 if (VG_(showing_core_errors)() && !VG_(clo_xml)) {
1557 !VG_(clo_xml) ) {
/external/valgrind/main/drd/
H A Ddrd_error.c39 #include "pub_tool_options.h" /* VG_(clo_xml) */
63 if (VG_(clo_xml)) {
78 if (VG_(clo_xml)) {
88 if (VG_(clo_xml))
100 if (VG_(clo_xml))
138 if (VG_(clo_xml)) {
156 const Bool xml = VG_(clo_xml);
294 if (err_extra && *err_extra != s_last_tid_printed && !VG_(clo_xml)) {
303 const Bool xml = VG_(clo_xml);
H A Ddrd_main.c670 if (s_show_stack_usage && !VG_(clo_xml)) {
732 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) {
737 if ((VG_(clo_stats) || s_print_stats) && !VG_(clo_xml))
H A Ddrd_malloc_wrappers.c353 if (VG_(clo_xml))
H A Ddrd_thread.c1264 if (!VG_(clo_xml))
1303 if (VG_(clo_xml))
1309 if (VG_(clo_xml))
1317 if (VG_(clo_xml))
/external/valgrind/main/include/
H A Dpub_tool_options.h158 /* If clo_xml is set, various other options are set in a non-default
160 extern Bool VG_(clo_xml);
/external/valgrind/main/coregrind/m_ume/
H A Dmain.c42 #include "pub_core_options.h" // VG_(clo_xml)
87 if (is_setuid && !VG_(clo_xml)) {
/external/valgrind/main/memcheck/
H A Dmc_errors.c271 channel, depending on the setting of VG_(clo_xml).
275 if (VG_(clo_xml)) {
300 HChar* xpre = VG_(clo_xml) ? " <auxwhat>" : " ";
301 HChar* xpost = VG_(clo_xml) ? "</auxwhat>" : "";
367 VG_(clo_xml) ? " " : " ",
371 VG_(clo_xml) ? " " : " ",
426 if (VG_(clo_xml)) {
541 const Bool xml = VG_(clo_xml); /* a shorthand */
H A Dmc_leakcheck.c1118 if (VG_(clo_verbosity) > 0 && !VG_(clo_xml)) {
1364 if (VG_(clo_verbosity) >= 1 && !VG_(clo_xml)) {
1462 if (VG_(clo_verbosity) > 1 && !VG_(clo_xml)) {
1478 if (VG_(clo_verbosity) > 1 && !VG_(clo_xml)) {
H A Dmc_malloc_wrappers.c231 if (!VG_(clo_xml))
242 if (!VG_(clo_xml))
1012 if (VG_(clo_xml))
H A Dmc_main.c1375 if (VG_(clo_verbosity) > 0 && !VG_(clo_xml)) {
6073 if (VG_(clo_xml)) {
6158 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) {
6166 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) {
6171 if (MC_(any_value_errors) && !VG_(clo_xml) && VG_(clo_verbosity) >= 1
/external/valgrind/main/exp-sgcheck/
H A Dh_main.c710 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) {
H A Dpc_common.c269 channel, depending on the setting of VG_(clo_xml).
273 if (VG_(clo_xml)) {
307 const Bool xml = VG_(clo_xml); /* a shorthand, that's all */
H A Dsg_main.c345 if (moans > 0 && !VG_(clo_xml)) {
740 if (already_present && moans > 0 && !VG_(clo_xml)) {
/external/valgrind/main/helgrind/
H A Dhg_errors.c42 #include "pub_tool_options.h" // VG_(clo_xml)
740 channel, depending on the setting of VG_(clo_xml).
744 if (VG_(clo_xml)) {
772 if (VG_(clo_xml)) {
821 if (VG_(clo_xml)) {
927 const Bool xml = VG_(clo_xml); /* a shorthand, that's all */
/external/valgrind/main/coregrind/m_debuginfo/
H A Dd3basics.c911 if (!VG_(clo_xml))
H A Dstorage.c65 if (VG_(clo_xml))
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1388 if (show && VG_(clo_show_emwarns) && !VG_(clo_xml)) {

Completed in 784 milliseconds

12