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

Method GetThreads

core/debuggerstate.h:183–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 DebuggerBreakpoints* GetBreakpoints() const { return m_breakpoints; }
182 DebuggerRegisters* GetRegisters() const { return m_registers; }
183 DebuggerThreads* GetThreads() const { return m_threads; }
184 DebuggerMemory* GetMemory() const { return m_memory; }
185 // This is no longer a remote architecture, because we do not really read the remote arch
186 Ref<Architecture> GetRemoteArchitecture() const;

Callers 8

SetIPMethod · 0.45
GetActiveThreadMethod · 0.45
SetActiveThreadMethod · 0.45
SuspendThreadMethod · 0.45
ResumeThreadMethod · 0.45
GetFramesOfThreadMethod · 0.45
GetAllThreadsMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected