From a449698cdc52af553523e0364e2759949b155843 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 5 Oct 2016 21:14:38 +0000 Subject: Convert CommandObject constructors to StringRef. llvm-svn: 283384 --- lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp') 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() {} -- cgit v1.2.3