MCPcopy Create free account
hub / github.com/Vector35/debugger / GetActiveThread

Method GetActiveThread

api/debuggercontroller.cpp:160–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159
160DebugThread DebuggerController::GetActiveThread()
161{
162 BNDebugThread thread = BNDebuggerGetActiveThread(m_object);
163 DebugThread result;
164 result.m_tid = thread.m_tid;
165 result.m_rip = thread.m_rip;
166 return result;
167}
168
169
170void DebuggerController::SetActiveThread(const DebugThread& thread)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected