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

Function BNDebuggerGetCommandLineArguments

core/ffi.cpp:679–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677
678
679char* BNDebuggerGetCommandLineArguments(BNDebuggerController* controller)
680{
681 return BNDebuggerAllocString(controller->object->GetState()->GetCommandLineArguments().c_str());
682}
683
684
685void BNDebuggerSetRemoteHost(BNDebuggerController* controller, const char* host)

Callers 1

Calls 3

BNDebuggerAllocStringFunction · 0.85
GetStateMethod · 0.80

Tested by

no test coverage detected