[Lldb-commits] [lldb] r168343 - /lldb/trunk/source/Target/Thread.cpp
Filipe Cabecinhas
me at filcab.net
Mon Nov 19 16:11:13 PST 2012
Author: filcab
Date: Mon Nov 19 18:11:13 2012
New Revision: 168343
URL: http://llvm.org/viewvc/llvm-project?rev=168343&view=rev
Log:
Rest of the fix for Thread
Modified:
lldb/trunk/source/Target/Thread.cpp
Modified: lldb/trunk/source/Target/Thread.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Target/Thread.cpp?rev=168343&r1=168342&r2=168343&view=diff
==============================================================================
--- lldb/trunk/source/Target/Thread.cpp (original)
+++ lldb/trunk/source/Target/Thread.cpp Mon Nov 19 18:11:13 2012
@@ -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.
More information about the lldb-commits
mailing list