summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-10-05 21:14:38 +0000
committerZachary Turner <zturner@google.com>2016-10-05 21:14:38 +0000
commita449698cdc52af553523e0364e2759949b155843 (patch)
tree9f11fdb58b0581c76c514a326bc08fa44d68f676 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
parentf997759aef281363c6209b6bb3ddc737188b8931 (diff)
downloadbcm5719-llvm-a449698cdc52af553523e0364e2759949b155843.tar.gz
bcm5719-llvm-a449698cdc52af553523e0364e2759949b155843.zip
Convert CommandObject constructors to StringRef.
llvm-svn: 283384
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
index 6302dfdb45f..c9d5b1156ba 100644
--- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
+++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
@@ -5058,8 +5058,7 @@ public:
"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.",
- NULL) {}
+ "response will be printed.") {}
~CommandObjectProcessGDBRemotePacketMonitor() {}
OpenPOWER on IntegriCloud