mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 21:09:49 +00:00
Merge in r5435 from COMPVBITS. Also added a note to
docs/internals/performance.txt about it. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5438
This commit is contained in:
@@ -36,7 +36,8 @@ typedef Addr* StackTrace;
|
||||
|
||||
// Walks the stack to get instruction pointers from the top stack frames for
|
||||
// thread 'tid'. Maximum of 'n_ips' addresses put into 'ips'; 0 is the top
|
||||
// of the stack, 1 is its caller, etc.
|
||||
// of the stack, 1 is its caller, etc. Everything from ips[n_ips] onwards
|
||||
// is undefined and should not be read.
|
||||
extern UInt VG_(get_StackTrace) ( ThreadId tid, StackTrace ips, UInt n_ips );
|
||||
|
||||
// Apply a function to every element in the StackTrace. The parameter 'n'
|
||||
|
||||
Reference in New Issue
Block a user