MCPcopy 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
882bool DebuggerState::GetRemoteBase(uint64_t& address)
883{
884 return m_modules->GetModuleBase(GetInputFile(), address);
885}
886
887
888void DebuggerState::ApplyBreakpoints()

Callers 1

DetectLoadedModuleMethod · 0.80

Calls 1

GetModuleBaseMethod · 0.80

Tested by

no test coverage detected