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

Function BNDebuggerGetActiveThread

core/ffi.cpp:260–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258
259
260BNDebugThread BNDebuggerGetActiveThread(BNDebuggerController* controller)
261{
262 DebugThread thread = controller->object->GetActiveThread();
263 BNDebugThread result;
264 result.m_tid = thread.m_tid;
265 result.m_rip = thread.m_rip;
266 return result;
267}
268
269
270void BNDebuggerSetActiveThread(BNDebuggerController* controller, BNDebugThread thread)

Callers 1

GetActiveThreadMethod · 0.85

Calls 1

GetActiveThreadMethod · 0.45

Tested by

no test coverage detected