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

Method GetRemoteArchitecture

core/debuggerstate.cpp:894–897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

892
893
894Ref<Architecture> DebuggerState::GetRemoteArchitecture() const
895{
896 return m_controller->GetData()->GetDefaultArchitecture();
897}
898
899
900void DebuggerState::SetAdapterType(const std::string& adapter)

Callers 6

RegisterDisplayFunction · 0.45
DisasmDisplayFunction · 0.45
mainFunction · 0.45
setDataMethod · 0.45
updateContentMethod · 0.45

Calls 1

GetDataMethod · 0.45

Tested by

no test coverage detected