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

Function BNDebuggerSetActiveThread

core/ffi.cpp:270–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268
269
270void BNDebuggerSetActiveThread(BNDebuggerController* controller, BNDebugThread thread)
271{
272 DebugThread activeThread;
273 activeThread.m_rip = thread.m_rip;
274 activeThread.m_tid = thread.m_tid;
275
276 controller->object->SetActiveThread(activeThread);
277}
278
279
280bool BNDebuggerSuspendThread(BNDebuggerController* controller, uint32_t tid)

Callers 1

SetActiveThreadMethod · 0.85

Calls 1

SetActiveThreadMethod · 0.45

Tested by

no test coverage detected