Skip to content

Commit ae28a37

Browse files
authored
[lldb] Document <run-args> behavior in process launch help (llvm#128215)
1 parent e21a173 commit ae28a37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lldb/source/Commands/CommandObjectProcess.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,9 @@ class CommandObjectProcessLaunch : public CommandObjectProcessLaunchOrAttach {
118118
CommandObjectProcessLaunch(CommandInterpreter &interpreter)
119119
: CommandObjectProcessLaunchOrAttach(
120120
interpreter, "process launch",
121-
"Launch the executable in the debugger.", nullptr,
122-
eCommandRequiresTarget, "restart"),
121+
"Launch the executable in the debugger. If no run-args are "
122+
"specified, the arguments from target.run-args are used.",
123+
nullptr, eCommandRequiresTarget, "restart"),
123124

124125
m_class_options("scripted process", true, 'C', 'k', 'v', 0) {
125126
m_all_options.Append(&m_options);

0 commit comments

Comments
 (0)