GetThreadBacktraceContext leaves the given thread suspended

This commit is contained in:
Glenn Maynard
2004-03-19 20:39:15 +00:00
parent 5dd5bda234
commit 5ead4a6530
2 changed files with 12 additions and 24 deletions
+1 -1
View File
@@ -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