Skip to content

Commit cdb1870

Browse files
committed
[lldb] Fix spacing in "proccess plugin packet monitor" help
1 parent 5e5fc64 commit cdb1870

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)