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

Function BNDebuggerInvokeBackendCommand

core/ffi.cpp:944–949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

942
943
944DEBUGGER_FFI_API char* BNDebuggerInvokeBackendCommand(BNDebuggerController* controller, const char* cmd)
945{
946 std::string output = controller->object->InvokeBackendCommand(std::string(cmd));
947 char* result = BNDebuggerAllocString(output.c_str());
948 return result;
949}
950
951
952DEBUGGER_FFI_API char* BNDebuggerGetStopReasonString(BNDebugStopReason reason)

Callers 1

InvokeBackendCommandMethod · 0.85

Calls 2

BNDebuggerAllocStringFunction · 0.85
InvokeBackendCommandMethod · 0.45

Tested by

no test coverage detected