summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Debugger.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2017-09-28 01:39:07 +0000
committerJim Ingham <jingham@apple.com>2017-09-28 01:39:07 +0000
commit8c9ecc50109ef8d0ff623f7ae4771e2fd7da1200 (patch)
treef4c6b52b8581063fb1a139706bc4cab67f3ceeb8 /lldb/source/Core/Debugger.cpp
parentfa1930c5060b2f2ce57b787019198da6be550ab0 (diff)
downloadbcm5719-llvm-8c9ecc50109ef8d0ff623f7ae4771e2fd7da1200.tar.gz
bcm5719-llvm-8c9ecc50109ef8d0ff623f7ae4771e2fd7da1200.zip
Revert patch r313904, as it breaks "command source" and in
particular causes lldb to die on startup if you have a ~/.lldbinit file. I filed: https://bugs.llvm.org/show_bug.cgi?id=34758 to cover fixing the bug. llvm-svn: 314371
Diffstat (limited to 'lldb/source/Core/Debugger.cpp')
-rw-r--r--lldb/source/Core/Debugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Debugger.cpp b/lldb/source/Core/Debugger.cpp
index a4d78151c75..d42e4df56d8 100644
--- a/lldb/source/Core/Debugger.cpp
+++ b/lldb/source/Core/Debugger.cpp
@@ -1170,7 +1170,7 @@ TestPromptFormats (StackFrame *frame)
return;
StreamString s;
- const char *prompt_format =
+ const char *prompt_format =
"{addr = '${addr}'\n}"
"{addr-file-or-load = '${addr-file-or-load}'\n}"
"{current-pc-arrow = '${current-pc-arrow}'\n}"
OpenPOWER on IntegriCloud