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

Method GetFramesOfThread

core/debuggercontroller.cpp:820–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

818
819
820std::vector<DebugFrame> DebuggerController::GetFramesOfThread(uint64_t tid)
821{
822 return m_state->GetThreads()->GetFramesOfThread(tid);
823}
824
825
826void DebuggerController::Restart()

Callers

nothing calls this directly

Calls 1

GetThreadsMethod · 0.45

Tested by

no test coverage detected