remove GetThreadBacktraceContext; GetBacktrace( x, NULL ) gets the current backtrace

This commit is contained in:
Glenn Maynard
2004-03-19 09:25:45 +00:00
parent 361a88f4b9
commit 5dd5bda234
5 changed files with 20 additions and 28 deletions
+2 -3
View File
@@ -28,9 +28,8 @@ void InitializeBacktrace();
void GetBacktrace( const void **buf, size_t size, const BacktraceContext *ctx = NULL );
/* Set up a BacktraceContext to get a backtrace for a thread. ThreadID may
* be the current thread. */
int GetThreadBacktraceContext( int ThreadID, BacktraceContext *ctx );
void GetCurrentBacktraceContext( BacktraceContext *ctx );
* not be the current thread. */
bool GetThreadBacktraceContext( int ThreadID, BacktraceContext *ctx );
/* Set up a BacktraceContext to get a backtrace after receiving a signal, given
* a ucontext_t (see sigaction(2)). (This interface is UNIX-specific.) */