[lldb] Document <run-args> behavior in process launch help (#128215)
This commit is contained in:
committed by
GitHub
parent
e21a1737f3
commit
ae28a375d0
@@ -118,8 +118,9 @@ public:
|
||||
CommandObjectProcessLaunch(CommandInterpreter &interpreter)
|
||||
: CommandObjectProcessLaunchOrAttach(
|
||||
interpreter, "process launch",
|
||||
"Launch the executable in the debugger.", nullptr,
|
||||
eCommandRequiresTarget, "restart"),
|
||||
"Launch the executable in the debugger. If no run-args are "
|
||||
"specified, the arguments from target.run-args are used.",
|
||||
nullptr, eCommandRequiresTarget, "restart"),
|
||||
|
||||
m_class_options("scripted process", true, 'C', 'k', 'v', 0) {
|
||||
m_all_options.Append(&m_options);
|
||||
|
||||
Reference in New Issue
Block a user