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

Method GetCommandLineArguments

api/debuggercontroller.cpp:542–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540
541
542std::string DebuggerController::GetCommandLineArguments()
543{
544 char* args = BNDebuggerGetCommandLineArguments(m_object);
545 if (!args)
546 return "";
547
548 std::string result = args;
549 BNDebuggerFreeString(args);
550 return result;
551}
552
553
554void DebuggerController::SetInputFile(const std::string& path)

Callers 1

AdapterSettingsDialogMethod · 0.45

Calls 2

BNDebuggerFreeStringFunction · 0.85

Tested by

no test coverage detected