We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5fc64 commit cdb1870Copy full SHA for cdb1870
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
@@ -5773,7 +5773,7 @@ class CommandObjectProcessGDBRemotePacketMonitor : public CommandObjectRaw {
5773
CommandObjectProcessGDBRemotePacketMonitor(CommandInterpreter &interpreter)
5774
: CommandObjectRaw(interpreter, "process plugin packet monitor",
5775
"Send a qRcmd packet through the GDB remote protocol "
5776
- "and print the response."
+ "and print the response. "
5777
"The argument passed to this command will be hex "
5778
"encoded into a valid 'qRcmd' packet, sent and the "
5779
"response will be printed.") {}
0 commit comments