Skip to content

Commit 65e2028

Browse files
DavidSpickettgithub-actions[bot]
authored andcommitted
Automerge: [lldb] Fix spacing in "proccess plugin packet monitor" help
2 parents ec4fb4f + cdb1870 commit 65e2028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5773,7 +5773,7 @@ class CommandObjectProcessGDBRemotePacketMonitor : public CommandObjectRaw {
57735773
CommandObjectProcessGDBRemotePacketMonitor(CommandInterpreter &interpreter)
57745774
: CommandObjectRaw(interpreter, "process plugin packet monitor",
57755775
"Send a qRcmd packet through the GDB remote protocol "
5776-
"and print the response."
5776+
"and print the response. "
57775777
"The argument passed to this command will be hex "
57785778
"encoded into a valid 'qRcmd' packet, sent and the "
57795779
"response will be printed.") {}

0 commit comments

Comments
 (0)