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

Method SetCommandLineArguments

api/debuggercontroller.cpp:572–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570
571
572void DebuggerController::SetCommandLineArguments(const std::string& arguments)
573{
574 BNDebuggerSetCommandLineArguments(m_object, arguments.c_str());
575}
576
577
578void DebuggerController::SetRemoteHost(const std::string& host)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected