[lldb] Document <run-args> behavior in process launch help (#128215)

This commit is contained in:
Jonas Devlieghere
2025-02-22 11:11:40 -06:00
committed by GitHub
parent e21a1737f3
commit ae28a375d0

View File

@@ -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);