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

Method SetAdapterType

api/debuggercontroller.cpp:458–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456
457
458void DebuggerController::SetAdapterType(const std::string& adapter)
459{
460 BNDebuggerSetAdapterType(m_object, adapter.c_str());
461}
462
463
464DebugAdapterConnectionStatus DebuggerController::GetConnectionStatus()

Callers

nothing calls this directly

Calls 1

BNDebuggerSetAdapterTypeFunction · 0.85

Tested by

no test coverage detected