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

Method SuspendThread

api/debuggercontroller.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177
178
179bool DebuggerController::SuspendThread(std::uint32_t tid)
180{
181 return BNDebuggerSuspendThread(m_object, tid);
182}
183
184
185bool DebuggerController::ResumeThread(std::uint32_t tid)

Callers

nothing calls this directly

Calls 1

BNDebuggerSuspendThreadFunction · 0.85

Tested by

no test coverage detected