commit | b3d5d71dfa39082c72a33ae31d18ff3af5c0c8c5 | [log] [tgz] |
---|---|---|
author | Filipe Cabecinhas <me@filcab.net> | Tue Nov 20 00:11:13 2012 +0000 |
committer | Filipe Cabecinhas <me@filcab.net> | Tue Nov 20 00:11:13 2012 +0000 |
tree | 92c285c89b4cbd0a19b05c684e02051d02238f75 | |
parent | 648c5bd273b3834b8db463ec57a7063530ece26a [diff] [blame] |
Rest of the fix for Thread llvm-svn: 168343
diff --git a/lldb/source/Target/Thread.cpp b/lldb/source/Target/Thread.cpp index 1e91d18..22da8af 100644 --- a/lldb/source/Target/Thread.cpp +++ b/lldb/source/Target/Thread.cpp
@@ -1723,7 +1723,7 @@ 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.