ThreadHandler: allow an optional stop reason to be passed to...
...HandleThreadDebugged().
This commit is contained in:
@@ -98,9 +98,10 @@ ThreadHandler::SetBreakpointAndRun(target_addr_t address)
|
||||
|
||||
|
||||
bool
|
||||
ThreadHandler::HandleThreadDebugged(ThreadDebuggedEvent* event)
|
||||
ThreadHandler::HandleThreadDebugged(ThreadDebuggedEvent* event,
|
||||
const BString& stoppedReason)
|
||||
{
|
||||
return _HandleThreadStopped(NULL, THREAD_STOPPED_DEBUGGED);
|
||||
return _HandleThreadStopped(NULL, THREAD_STOPPED_DEBUGGED, stoppedReason);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user