HomeSort by relevance Sort by last modified time
    Searched refs:clo_xml (Results 1 - 25 of 31) sorted by null

1 2

  /external/valgrind/main/coregrind/
m_libcassert.c 43 #include "pub_core_options.h" // For VG_(clo_xml)
225 VG_(clo_xml) = False;
270 if (VG_(clo_xml))
291 if (VG_(clo_xml))
315 if (VG_(clo_xml))
m_errormgr.c 271 return VG_(needs).core_errors && VG_(clo_verbosity) >= 1 && !VG_(clo_xml);
396 if (! VG_(clo_xml) ) {
445 if (VG_(clo_xml))
496 vg_assert( ! VG_(clo_xml) );
694 && !VG_(clo_xml)) {
734 && !VG_(clo_xml)) {
839 pp_Error( p, /*allow_db_attach*/True, VG_(clo_xml) );
889 pp_Error(&err, allow_db_attach, VG_(clo_xml));
917 if (VG_(clo_xml))
924 if (VG_(clo_xml)) {
    [all...]
m_main.c 521 else if VG_BOOL_CLO(arg, "--xml", VG_(clo_xml))
522 VG_(debugLog_setXml)(VG_(clo_xml));
    [all...]
m_debuglog.c 59 static Bool clo_xml; variable
63 clo_xml = xml;
746 if (clo_xml)
m_stacktrace.c 836 if (VG_(clo_xml)) {
848 if (VG_(clo_xml))
853 if (VG_(clo_xml))
m_stacks.c 304 if (VG_(clo_verbosity) > 0 && moans > 0 && !VG_(clo_xml)) {
m_options.c 62 Bool VG_(clo_xml) = False; variable
m_signals.c     [all...]
  /external/valgrind/main/drd/
drd_error.c 40 #include "pub_tool_options.h" /* VG_(clo_xml) */
64 if (VG_(clo_xml)) {
79 if (VG_(clo_xml)) {
89 if (VG_(clo_xml))
101 if (VG_(clo_xml))
139 if (VG_(clo_xml)) {
157 const Bool xml = VG_(clo_xml);
295 if (err_extra && *err_extra != s_last_tid_printed && !VG_(clo_xml)) {
304 const Bool xml = VG_(clo_xml);
drd_main.c 621 if (s_show_stack_usage && !VG_(clo_xml)) {
683 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) {
688 if ((VG_(clo_stats) || s_print_stats) && !VG_(clo_xml))
drd_malloc_wrappers.c 354 if (VG_(clo_xml))
drd_thread.c     [all...]
  /external/valgrind/main/include/
pub_tool_options.h 158 /* 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/
main.c 42 #include "pub_core_options.h" // VG_(clo_xml)
87 if (is_setuid && !VG_(clo_xml)) {
  /external/valgrind/main/memcheck/
mc_leakcheck.c     [all...]
mc_errors.c 272 channel, depending on the setting of VG_(clo_xml).
276 if (VG_(clo_xml)) {
301 HChar* xpre = VG_(clo_xml) ? " <auxwhat>" : " ";
302 HChar* xpost = VG_(clo_xml) ? "</auxwhat>" : "";
368 VG_(clo_xml) ? " " : " ",
372 VG_(clo_xml) ? " " : " ",
427 if (VG_(clo_xml)) {
453 const Bool xml = VG_(clo_xml); /* a shorthand */
    [all...]
mc_malloc_wrappers.c 212 if (!VG_(clo_xml))
223 if (!VG_(clo_xml))
984 if (VG_(clo_xml))
mc_main.c     [all...]
  /external/valgrind/main/exp-sgcheck/
h_main.c 710 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) {
pc_common.c 269 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 */
sg_main.c 345 if (moans > 0 && !VG_(clo_xml)) {
740 if (already_present && moans > 0 && !VG_(clo_xml)) {
    [all...]
  /external/valgrind/main/helgrind/
hg_errors.c 42 #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 */
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-aix5.c 220 if (!VG_(clo_xml)) {
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c     [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c     [all...]

Completed in 559 milliseconds

1 2