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

Method GetStackPointer

core/adapters/dbgengadapter.cpp:1263–1271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1261}
1262
1263uint64_t DbgEngAdapter::GetStackPointer()
1264{
1265 if (!m_debugRegisters)
1266 return 0;
1267
1268 uint64_t stackPointer {};
1269 m_debugRegisters->GetStackOffset(&stackPointer);
1270 return stackPointer;
1271}
1272
1273unsigned long DbgEngEventCallbacks::AddRef()
1274{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected