Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ GetStackPointer
Method
GetStackPointer
core/debugadapter.cpp:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
100
101
uint64_t DebugAdapter::GetStackPointer()
102
{
103
return 0;
104
}
105
106
107
void DebugAdapter::WriteStdin(const std::string& msg)
Callers
1
StackPointer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected