Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ GetRemoteBase
Method
GetRemoteBase
core/debuggerstate.cpp:882–885 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
880
881
882
bool DebuggerState::GetRemoteBase(uint64_t& address)
883
{
884
return m_modules->GetModuleBase(GetInputFile(), address);
885
}
886
887
888
void DebuggerState::ApplyBreakpoints()
Callers
1
DetectLoadedModule
Method · 0.80
Calls
1
GetModuleBase
Method · 0.80
Tested by
no test coverage detected