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

Method ResumeThread

api/debuggercontroller.cpp:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183
184
185bool DebuggerController::ResumeThread(std::uint32_t tid)
186{
187 return BNDebuggerResumeThread(m_object, tid);
188}
189
190
191std::vector<DebugFrame> DebuggerController::GetFramesOfThread(uint32_t tid)

Callers

nothing calls this directly

Calls 1

BNDebuggerResumeThreadFunction · 0.85

Tested by

no test coverage detected