Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
894
Ref<Architecture> DebuggerState::GetRemoteArchitecture() const
895
{
896
return m_controller->GetData()->GetDefaultArchitecture();
897
}
898
899
900
void DebuggerState::SetAdapterType(const std::string& adapter)
Callers
6
BNDebuggerGetRemoteArchitecture
Function · 0.45
RegisterDisplay
Function · 0.45
DisasmDisplay
Function · 0.45
main
Function · 0.45
setData
Method · 0.45
updateContent
Method · 0.45
Calls
1
GetData
Method · 0.45
Tested by
no test coverage detected