struct State
Defined at line 39 of file ../../src/developer/debug/debug_agent/thread_handle.h
Public Members
State state
BlockedReason blocked_reason
Public Methods
void State (debug_ipc::ThreadRecord::State s, debug_ipc::ThreadRecord::BlockedReason br)
Defined at line 40 of file ../../src/developer/debug/debug_agent/thread_handle.h
void State (debug_ipc::ThreadRecord::BlockedReason br)
Creates a blocked state with the given reason.
Defined at line 46 of file ../../src/developer/debug/debug_agent/thread_handle.h
bool is_blocked_on_exception ()
This state is common to check for and requires a combination of things to check.
Defined at line 50 of file ../../src/developer/debug/debug_agent/thread_handle.h