GetThreadBacktraceContext leaves the given thread suspended
This commit is contained in:
@@ -28,7 +28,7 @@ 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
|
||||
* not be the current thread. */
|
||||
* not be the current thread. True is returned on success, false on failure. */
|
||||
bool GetThreadBacktraceContext( int ThreadID, BacktraceContext *ctx );
|
||||
|
||||
/* Set up a BacktraceContext to get a backtrace after receiving a signal, given
|
||||
|
||||
Reference in New Issue
Block a user