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

  /external/valgrind/main/coregrind/
m_options.c 65 Bool VG_(clo_trace_children) = False; variable
281 return VG_(clo_trace_children); // we know narfink
284 if (! VG_(clo_trace_children))
pub_core_options.h 89 extern Bool VG_(clo_trace_children);
93 /* The same as VG_(clo_trace_children), except that these patterns are
m_main.c 542 else if VG_BOOL_CLO(arg, "--trace-children", VG_(clo_trace_children)) {}
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 563 if (VG_(clo_trace_children)) {
    [all...]

Completed in 55 milliseconds