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

Method StackPointer

core/debuggerstate.cpp:835–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833
834
835uint64_t DebuggerState::StackPointer()
836{
837 // TODO: we would better have the DebugAdapter either tell us which register holds the stack pointer
838 if (!IsConnected())
839 return 0;
840
841 return m_adapter->GetStackPointer();
842}
843
844
845bool DebuggerState::SetActiveThread(const DebugThread& thread)

Callers 3

updateContentMethod · 0.45
SetupMenuMethod · 0.45

Calls 1

GetStackPointerMethod · 0.45

Tested by

no test coverage detected