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

Function BNDebuggerSetCommandLineArguments

core/ffi.cpp:727–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725
726
727void BNDebuggerSetCommandLineArguments(BNDebuggerController* controller, const char* args)
728{
729 controller->object->GetState()->SetCommandLineArguments(args);
730}
731
732
733// TODO: the structures to hold information about the breakpoints are different in the API and the core, so we need to

Callers 1

Calls 2

GetStateMethod · 0.80

Tested by

no test coverage detected