This commit is contained in:
Glenn Maynard
2004-09-08 21:19:13 +00:00
parent 07cc95f520
commit 22570a4c33
2 changed files with 2 additions and 3 deletions
@@ -23,6 +23,8 @@ bool GetThreadBacktraceContext(uint64_t iID, BacktraceContext *ctx)
/* Can't GetThreadBacktraceContext the current thread. */
ASSERT(iID != GetCurrentThreadId());
SuspendThread( iID );
thread_act_t thread = thread_act_t(iID);
ppc_thread_state state;
mach_msg_type_number_t count = PPC_THREAD_STATE_COUNT;