aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2025-08-26 10:35:00 +0000
committerDavid Spickett <david.spickett@linaro.org>2025-08-26 10:35:54 +0000
commitcdb18705fc81018303e1089bbae0a2ae2fd201af (patch)
tree9955294f132edf56115b7f60e8da1b33b888b4ef /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
parent5e5fc64cba126352a8318f3d72a10ad9911c9f30 (diff)
downloadllvm-cdb18705fc81018303e1089bbae0a2ae2fd201af.zip
llvm-cdb18705fc81018303e1089bbae0a2ae2fd201af.tar.gz
llvm-cdb18705fc81018303e1089bbae0a2ae2fd201af.tar.bz2
[lldb] Fix spacing in "proccess plugin packet monitor" help
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
index 85e141d..91f3a6c 100644
--- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
+++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
@@ -5773,7 +5773,7 @@ public:
CommandObjectProcessGDBRemotePacketMonitor(CommandInterpreter &interpreter)
: CommandObjectRaw(interpreter, "process plugin packet monitor",
"Send a qRcmd packet through the GDB remote protocol "
- "and print the response."
+ "and print the response. "
"The argument passed to this command will be hex "
"encoded into a valid 'qRcmd' packet, sent and the "
"response will be printed.") {}