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

1 2

  /external/valgrind/coregrind/
m_libcassert.c 46 #include "pub_core_options.h" // For VG_(clo_xml)
329 const Bool save_clo_xml = VG_(clo_xml);
359 VG_(clo_xml) = False;
361 VG_(clo_xml) = save_clo_xml;
456 if (VG_(clo_xml))
488 if (VG_(clo_xml))
519 if (VG_(clo_xml))
m_errormgr.c 287 return VG_(needs).core_errors && VG_(clo_verbosity) >= 1 && !VG_(clo_xml);
426 if (! VG_(clo_xml) ) {
476 if (VG_(clo_xml))
695 && !VG_(clo_xml)) {
735 && !VG_(clo_xml)) {
841 pp_Error( p, /*allow_db_attach*/True, VG_(clo_xml) );
891 pp_Error(&err, allow_db_attach, VG_(clo_xml));
917 if (VG_(clo_xml))
924 if (VG_(clo_xml)) {
959 if (VG_(clo_xml))
    [all...]
m_main.c 593 else if VG_BOOL_CLO(arg, "--xml", VG_(clo_xml))
594 VG_(debugLog_setXml)(VG_(clo_xml));
    [all...]
m_addrinfo.c 412 const HChar* xpre = VG_(clo_xml) ? " <auxwhat>" : " ";
413 const HChar* xpost = VG_(clo_xml) ? "</auxwhat>" : "";
589 VG_(clo_xml) ? " " : " ",
593 VG_(clo_xml) ? " " : " ",
m_options.c 74 Bool VG_(clo_xml) = False; variable
m_stacks.c 366 if (VG_(clo_verbosity) > 0 && complaints > 0 && !VG_(clo_xml)) {
m_debuglog.c 63 static Bool clo_xml; variable
67 clo_xml = xml;
1029 if (clo_xml)
    [all...]
m_stacktrace.c     [all...]
m_libcprint.c 175 if (VG_(clo_xml)) {
m_signals.c     [all...]
  /external/valgrind/drd/
drd_error.c 39 #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)) {
157 const Bool xml = VG_(clo_xml);
293 if (err_extra && *err_extra != s_last_tid_printed && !VG_(clo_xml)) {
302 const Bool xml = VG_(clo_xml);
drd_main.c 702 if (s_show_stack_usage && !VG_(clo_xml)) {
764 if (VG_(clo_verbosity) == 1 && !VG_(clo_xml)) {
769 if ((VG_(clo_stats) || s_print_stats) && !VG_(clo_xml))
    [all...]
drd_malloc_wrappers.c 352 if (VG_(clo_xml))
drd_thread.c     [all...]
  /external/valgrind/include/
pub_tool_options.h 213 /* If clo_xml is set, various other options are set in a non-default
215 extern Bool VG_(clo_xml);
  /external/valgrind/coregrind/m_ume/
main.c 42 #include "pub_core_options.h" // VG_(clo_xml)
87 if (is_setuid && !VG_(clo_xml)) {
  /external/valgrind/helgrind/
hg_errors.c 43 #include "pub_tool_options.h" // VG_(clo_xml)
710 channel, depending on the setting of VG_(clo_xml).
714 if (VG_(clo_xml)) {
742 if (VG_(clo_xml)) {
788 if (VG_(clo_xml)) {
916 const Bool xml = VG_(clo_xml); /* a shorthand, that's all */
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
server.c 570 Bool save_clo_xml = VG_(clo_xml);
571 VG_(clo_xml) = False;
608 VG_(clo_xml) = save_clo_xml;
    [all...]
  /external/valgrind/exp-sgcheck/
h_main.c 711 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 */
  /external/valgrind/memcheck/
mc_leakcheck.c     [all...]
mc_errors.c 208 channel, depending on the setting of VG_(clo_xml).
212 if (VG_(clo_xml)) {
295 if (VG_(clo_xml)) {
416 const Bool xml = VG_(clo_xml); /* a shorthand */
    [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c     [all...]
  /external/valgrind/coregrind/m_debuginfo/
d3basics.c     [all...]
readexidx.c 140 if (!VG_(clo_xml) && VG_(clo_verbosity) > 1)
    [all...]

Completed in 257 milliseconds

1 2