diff options
author | Filipe Cabecinhas <me@filcab.net> | 2012-11-20 00:11:13 +0000 |
---|---|---|
committer | Filipe Cabecinhas <me@filcab.net> | 2012-11-20 00:11:13 +0000 |
commit | b3d5d71dfa39082c72a33ae31d18ff3af5c0c8c5 (patch) | |
tree | 92c285c89b4cbd0a19b05c684e02051d02238f75 | |
parent | 648c5bd273b3834b8db463ec57a7063530ece26a (diff) | |
download | bcm5719-llvm-b3d5d71dfa39082c72a33ae31d18ff3af5c0c8c5.tar.gz bcm5719-llvm-b3d5d71dfa39082c72a33ae31d18ff3af5c0c8c5.zip |
Rest of the fix for Thread
llvm-svn: 168343
-rw-r--r-- | lldb/source/Target/Thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/Thread.cpp b/lldb/source/Target/Thread.cpp index 1e91d18ee42..22da8af0db0 100644 --- a/lldb/source/Target/Thread.cpp +++ b/lldb/source/Target/Thread.cpp @@ -1723,7 +1723,7 @@ Thread::Flush () m_reg_context_sp.reset(); } -const bool +bool Thread::IsStillAtLastBreakpointHit () { // If we are currently stopped at a breakpoint, always return that stopinfo and don't reset it. |