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

Method ActivateDebugAdapter

api/debuggercontroller.cpp:789–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

787
788
789bool DebuggerController::ActivateDebugAdapter()
790{
791 return BNDebuggerActivateDebugAdapter(m_object);
792}
793
794
795std::string DebuggerController::GetAddressInformation(uint64_t address)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected