Rest of the fix for Thread
authorFilipe Cabecinhas <me@filcab.net>
Tue, 20 Nov 2012 00:11:13 +0000 (00:11 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Tue, 20 Nov 2012 00:11:13 +0000 (00:11 +0000)
llvm-svn: 168343

lldb/source/Target/Thread.cpp

index 1e91d18..22da8af 100644 (file)
@@ -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.