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

Function BNDebuggerSuspendThread

core/ffi.cpp:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278
279
280bool BNDebuggerSuspendThread(BNDebuggerController* controller, uint32_t tid)
281{
282 return controller->object->SuspendThread(tid);
283}
284
285
286bool BNDebuggerResumeThread(BNDebuggerController* controller, uint32_t tid)

Callers 1

SuspendThreadMethod · 0.85

Calls 1

SuspendThreadMethod · 0.45

Tested by

no test coverage detected