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

Method GetRemoteArchitecture

api/debuggercontroller.cpp:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74
75Ref<Architecture> DebuggerController::GetRemoteArchitecture()
76{
77 BNArchitecture* arch = BNDebuggerGetRemoteArchitecture(m_object);
78 if (!arch)
79 return nullptr;
80 return new CoreArchitecture(arch);
81}
82
83
84bool DebuggerController::IsConnected()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected