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

Method InvokeBackendCommand

api/debuggercontroller.cpp:750–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748
749
750std::string DebuggerController::InvokeBackendCommand(const std::string& command)
751{
752 char* output = BNDebuggerInvokeBackendCommand(m_object, command.c_str());
753 std::string result = std::string(output);
754 BNDebuggerFreeString(output);
755 return result;
756}
757
758
759std::string DebuggerController::GetDebugStopReasonString(DebugStopReason reason)

Callers 1

ExecuteScriptInputMethod · 0.45

Calls 2

BNDebuggerFreeStringFunction · 0.85

Tested by

no test coverage detected