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

Method SetAdapterProperty

api/debuggercontroller.cpp:783–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

781
782
783bool DebuggerController::SetAdapterProperty(const std::string& name, const BinaryNinja::Ref<Metadata>& value)
784{
785 return BNDebuggerSetAdapterProperty(m_object, name.c_str(), value->m_object);
786}
787
788
789bool DebuggerController::ActivateDebugAdapter()

Callers 2

applyMethod · 0.45
applyMethod · 0.45

Calls 1

Tested by

no test coverage detected