summaryrefslogtreecommitdiffstats
path: root/lldb/source
diff options
context:
space:
mode:
authorFrederic Riss <friss@apple.com>2018-12-10 22:30:19 +0000
committerFrederic Riss <friss@apple.com>2018-12-10 22:30:19 +0000
commitff5f5087e60f14cfb50df232ca06763dd57712fd (patch)
tree0e62443803888cbea3f78d3dcd8bfec100281db1 /lldb/source
parent8ec7709f58a087449f68be0f4eec62251bacba97 (diff)
downloadbcm5719-llvm-ff5f5087e60f14cfb50df232ca06763dd57712fd.tar.gz
bcm5719-llvm-ff5f5087e60f14cfb50df232ca06763dd57712fd.zip
Reflow a multi-line string and add a newline
llvm-svn: 348805
Diffstat (limited to 'lldb/source')
-rw-r--r--lldb/source/Target/StopInfo.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/lldb/source/Target/StopInfo.cpp b/lldb/source/Target/StopInfo.cpp
index 145426cfcf7..f7ea966b887 100644
--- a/lldb/source/Target/StopInfo.cpp
+++ b/lldb/source/Target/StopInfo.cpp
@@ -367,9 +367,8 @@ protected:
"continuing: %s.",
m_should_stop ? "true" : "false");
process->GetTarget().GetDebugger().GetAsyncOutputStream()->Printf(
- "Warning: hit breakpoint while "
- "running function, skipping commands and conditions to prevent "
- "recursion.");
+ "Warning: hit breakpoint while running function, skipping "
+ "commands and conditions to prevent recursion.\n");
return;
}
OpenPOWER on IntegriCloud