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

Method GetAllThreads

core/debuggerstate.cpp:213–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211
212
213std::vector<DebugThread> DebuggerThreads::GetAllThreads()
214{
215 if (IsDirty())
216 Update();
217 return m_threads;
218}
219
220
221std::vector<DebugFrame> DebuggerThreads::GetFramesOfThread(uint32_t tid)

Callers 1

BNDebuggerGetThreadsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected