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

Method SetAdapter

core/debuggerstate.h:244–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 std::vector<std::string> GetAvailableAdapters() { return m_availableAdapters; }
243
244 void SetAdapter(DebugAdapter* adapter) { m_adapter = adapter; }
245 };
246}; // namespace BinaryNinjaDebugger

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected