HomeSort by relevance Sort by last modified time
    Searched refs:clo_trace_children (Results 1 - 4 of 4) sorted by null

  /external/valgrind/coregrind/
m_options.c 79 Bool VG_(clo_trace_children) = False; variable
349 return VG_(clo_trace_children); // we know narfink
352 if (! VG_(clo_trace_children))
pub_core_options.h 106 extern Bool VG_(clo_trace_children);
110 /* The same as VG_(clo_trace_children), except that these patterns are
m_main.c 631 else if VG_BOOL_CLO(arg, "--trace-children", VG_(clo_trace_children)) {}
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c 647 if (VG_(clo_trace_children)) {
    [all...]

Completed in 88 milliseconds