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

12

/external/valgrind/main/coregrind/
H A Dm_libcassert.c45 #include "pub_core_options.h" // For VG_(clo_xml)
294 const Bool save_clo_xml = VG_(clo_xml);
324 VG_(clo_xml) = False;
326 VG_(clo_xml) = save_clo_xml;
418 if (VG_(clo_xml))
439 if (VG_(clo_xml))
463 if (VG_(clo_xml))
H A Dm_addrinfo.c202 const HChar* xpre = VG_(clo_xml) ? " <auxwhat>" : " ";
203 const HChar* xpost = VG_(clo_xml) ? "</auxwhat>" : "";
319 VG_(clo_xml) ? " " : " ",
323 VG_(clo_xml) ? " " : " ",
H A Dm_errormgr.c286 return VG_(needs).core_errors && VG_(clo_verbosity) >= 1 && !VG_(clo_xml);
411 if (! VG_(clo_xml) ) {
460 if (VG_(clo_xml))
511 vg_assert( ! VG_(clo_xml) );
688 && !VG_(clo_xml)) {
728 && !VG_(clo_xml)) {
826 pp_Error( p, /*allow_db_attach*/True, VG_(clo_xml) );
876 pp_Error(&err, allow_db_attach, VG_(clo_xml));
902 if (VG_(clo_xml))
909 if (VG_(clo_xml)) {
[all...]
H A Dm_main.c531 else if VG_BOOL_CLO(arg, "--xml", VG_(clo_xml))
532 VG_(debugLog_setXml)(VG_(clo_xml));
856 if (VG_(clo_xml) && !VG_(needs).xml_output) {
857 VG_(clo_xml) = False;
870 if (VG_(clo_xml)) {
1059 if (VG_(clo_xml) && tmp_xml_fd == -1) {
1206 const HChar* xpre = VG_(clo_xml) ? " <line>" : "";
1207 const HChar* xpost = VG_(clo_xml) ? "</line>" : "";
1209 = VG_(clo_xml) ? VG_(printf_xml) : VG_(umsg);
1212 = VG_(clo_xml)
[all...]
H A Dm_debuglog.c59 static Bool clo_xml; variable
63 clo_xml = xml;
851 if (clo_xml)
H A Dm_stacks.c288 if (VG_(clo_verbosity) > 0 && complaints > 0 && !VG_(clo_xml)) {
H A Dm_options.c69 Bool VG_(clo_xml) = False; variable
H A Dm_stacktrace.c1453 if (VG_(clo_xml)) {
1465 if (VG_(clo_xml))
1470 if (VG_(clo_xml))
H A Dm_libcprint.c173 if (VG_(clo_xml)) {
H A Dm_signals.c1156 if (VG_(showing_core_errors)() && !VG_(clo_xml)) {
1162 if (VG_(showing_core_errors)() && !VG_(clo_xml)) {
1171 if (VG_(showing_core_errors)() && !VG_(clo_xml)) {
1604 !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.c695 if (s_show_stack_usage && !VG_(clo_xml)) {
757 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) {
762 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.h167 /* If clo_xml is set, various other options are set in a non-default
169 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/helgrind/
H A Dhg_errors.c42 #include "pub_tool_options.h" // VG_(clo_xml)
690 channel, depending on the setting of VG_(clo_xml).
694 if (VG_(clo_xml)) {
722 if (VG_(clo_xml)) {
770 if (VG_(clo_xml)) {
876 const Bool xml = VG_(clo_xml); /* a shorthand, that's all */
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c1401 if (VG_(clo_verbosity) > 0 && !VG_(clo_xml)) {
1675 if (VG_(clo_verbosity) >= 1 && !VG_(clo_xml)) {
1774 if (VG_(clo_verbosity) > 1 && !VG_(clo_xml)) {
1790 if (VG_(clo_verbosity) > 1 && !VG_(clo_xml)) {
H A Dmc_malloc_wrappers.c345 if (!VG_(clo_xml))
356 if (!VG_(clo_xml))
1111 if (VG_(clo_xml))
H A Dmc_errors.c197 channel, depending on the setting of VG_(clo_xml).
201 if (VG_(clo_xml)) {
271 if (VG_(clo_xml)) {
386 const Bool xml = VG_(clo_xml); /* a shorthand */
H A Dmc_main.c1574 if (VG_(clo_verbosity) > 0 && !VG_(clo_xml)) {
6523 if (VG_(clo_xml)) {
6766 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) {
6774 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) {
6779 if (MC_(any_value_errors) && !VG_(clo_xml) && VG_(clo_verbosity) >= 1
/external/valgrind/main/exp-sgcheck/
H A Dh_main.c711 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 */
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1412 if (show && VG_(clo_show_emwarns) && !VG_(clo_xml)) {
1697 if (VG_(clo_xml)) {
1749 if (VG_(clo_xml))
/external/valgrind/main/coregrind/m_debuginfo/
H A Dd3basics.c918 if (!VG_(clo_xml))

Completed in 351 milliseconds

12