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

1 2

  /external/valgrind/main/coregrind/
m_libcassert.c 45 #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))
m_addrinfo.c 202 const HChar* xpre = VG_(clo_xml) ? " <auxwhat>" : " ";
203 const HChar* xpost = VG_(clo_xml) ? "</auxwhat>" : "";
319 VG_(clo_xml) ? " " : " ",
323 VG_(clo_xml) ? " " : " ",
m_errormgr.c 286 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...]
m_main.c 531 else if VG_BOOL_CLO(arg, "--xml", VG_(clo_xml))
532 VG_(debugLog_setXml)(VG_(clo_xml));
    [all...]
m_debuglog.c 59 static Bool clo_xml; variable
63 clo_xml = xml;
851 if (clo_xml)
m_stacks.c 288 if (VG_(clo_verbosity) > 0 && complaints > 0 && !VG_(clo_xml)) {
m_options.c 69 Bool VG_(clo_xml) = False; variable
m_stacktrace.c     [all...]
m_libcprint.c 173 if (VG_(clo_xml)) {
m_signals.c     [all...]
  /external/valgrind/main/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)) {
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);
drd_main.c 695 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))
drd_malloc_wrappers.c 353 if (VG_(clo_xml))
drd_thread.c     [all...]
  /external/valgrind/main/include/
pub_tool_options.h 167 /* 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/
main.c 42 #include "pub_core_options.h" // VG_(clo_xml)
87 if (is_setuid && !VG_(clo_xml)) {
  /external/valgrind/main/helgrind/
hg_errors.c 42 #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 */
    [all...]
  /external/valgrind/main/memcheck/
mc_leakcheck.c     [all...]
mc_malloc_wrappers.c 345 if (!VG_(clo_xml))
356 if (!VG_(clo_xml))
    [all...]
mc_errors.c 197 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 */
    [all...]
mc_main.c     [all...]
  /external/valgrind/main/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/main/coregrind/m_scheduler/
scheduler.c     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c     [all...]

Completed in 2188 milliseconds

1 2