Searched refs:pp_StackTrace (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_stacktrace.h79 extern void VG_(pp_StackTrace) ( StackTrace ips, UInt n_ips );
82 // calling VG_(get_StackTrace)() then VG_(pp_StackTrace)().
/external/valgrind/main/coregrind/
H A Dm_execontext.c172 VG_(pp_StackTrace)( ec->ips, ec->n_ips );
201 VG_(pp_StackTrace)( ec->ips, ec->n_ips );
H A Dm_libcassert.c325 VG_(pp_StackTrace) (ips, n_ips);
H A Dm_stacktrace.c1461 void VG_(pp_StackTrace) ( StackTrace ips, UInt n_ips ) function
1483 VG_(pp_StackTrace)(ips, n_ips);

Completed in 112 milliseconds