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

Method GetAllThreads

core/debuggercontroller.cpp:1370–1373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1368
1369
1370std::vector<DebugThread> DebuggerController::GetAllThreads()
1371{
1372 return m_state->GetThreads()->GetAllThreads();
1373}
1374
1375
1376std::vector<DebugRegister> DebuggerController::GetAllRegisters()

Callers

nothing calls this directly

Calls 1

GetThreadsMethod · 0.45

Tested by

no test coverage detected