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

1 2

  /external/valgrind/main/coregrind/
m_libcassert.c 43 #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))
m_errormgr.c 281 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...]
m_main.c 520 else if VG_BOOL_CLO(arg, "--xml", VG_(clo_xml))
521 VG_(debugLog_setXml)(VG_(clo_xml));
    [all...]
m_debuglog.c 59 static Bool clo_xml; variable
63 clo_xml = xml;
775 if (clo_xml)
m_stacks.c 304 if (VG_(clo_verbosity) > 0 && moans > 0 && !VG_(clo_xml)) {
m_options.c 66 Bool VG_(clo_xml) = False; variable
m_stacktrace.c     [all...]
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 670 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))
drd_malloc_wrappers.c 353 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_errors.c 271 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 */
    [all...]
mc_leakcheck.c     [all...]
mc_malloc_wrappers.c 231 if (!VG_(clo_xml))
242 if (!VG_(clo_xml))
1012 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_debuginfo/
d3basics.c     [all...]
storage.c 65 if (VG_(clo_xml))
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c     [all...]

Completed in 848 milliseconds

1 2