diff options
author | Adrian Kuegel <akuegel@google.com> | 2016-11-24 10:01:34 +0000 |
---|---|---|
committer | Adrian Kuegel <akuegel@google.com> | 2016-11-24 10:01:34 +0000 |
commit | ecd760ca6e3d846109e15706f0536bd1edaa46e0 (patch) | |
tree | f7ab0040128ddbbd58c9bb74a5cf66571ac8d472 /lldb/source/Commands/CommandObjectThread.cpp | |
parent | f20b0a744f90b7356ecad0cb2e97e50fba7374ed (diff) | |
download | bcm5719-llvm-ecd760ca6e3d846109e15706f0536bd1edaa46e0.tar.gz bcm5719-llvm-ecd760ca6e3d846109e15706f0536bd1edaa46e0.zip |
Remove \x13 (^S) character that was likely added by mistake.
r287386 added a \x13 character inside a string literal. Most likely this
was by mistake, so remove it.
Differential Revision: https://reviews.llvm.org/D26973
llvm-svn: 287862
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectThread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectThread.cpp b/lldb/source/Commands/CommandObjectThread.cpp index 28c06f38339..0c4072b19b8 100644 --- a/lldb/source/Commands/CommandObjectThread.cpp +++ b/lldb/source/Commands/CommandObjectThread.cpp @@ -979,7 +979,7 @@ public: "current or specified thread. Stops when returning from " "the current function as a safety measure. " "The target line number(s) are given as arguments, and if more than one" - " is provided, stepping will stop when the first one is hit.", + " is provided, stepping will stop when the first one is hit.", nullptr, eCommandRequiresThread | eCommandTryTargetAPILock | eCommandProcessMustBeLaunched | eCommandProcessMustBePaused), |