diff options
author | Zachary Turner <zturner@google.com> | 2016-10-05 21:14:38 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-10-05 21:14:38 +0000 |
commit | a449698cdc52af553523e0364e2759949b155843 (patch) | |
tree | 9f11fdb58b0581c76c514a326bc08fa44d68f676 /lldb/source/Commands/CommandObjectWatchpoint.cpp | |
parent | f997759aef281363c6209b6bb3ddc737188b8931 (diff) | |
download | bcm5719-llvm-a449698cdc52af553523e0364e2759949b155843.tar.gz bcm5719-llvm-a449698cdc52af553523e0364e2759949b155843.zip |
Convert CommandObject constructors to StringRef.
llvm-svn: 283384
Diffstat (limited to 'lldb/source/Commands/CommandObjectWatchpoint.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectWatchpoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectWatchpoint.cpp b/lldb/source/Commands/CommandObjectWatchpoint.cpp index 8e3f8e2ef56..342913fc009 100644 --- a/lldb/source/Commands/CommandObjectWatchpoint.cpp +++ b/lldb/source/Commands/CommandObjectWatchpoint.cpp @@ -990,7 +990,7 @@ public: "If watchpoint setting fails, consider disable/delete existing " "ones " "to free up resources.", - nullptr, + "", eCommandRequiresFrame | eCommandTryTargetAPILock | eCommandProcessMustBeLaunched | eCommandProcessMustBePaused), m_option_group(), m_option_watchpoint() { |