[Lldb-commits] [lldb] r156668 - /lldb/trunk/source/Target/Thread.cpp

Jim Ingham jingham at apple.com
Fri May 11 16:49:49 PDT 2012


Author: jingham
Date: Fri May 11 18:49:49 2012
New Revision: 156668

URL: http://llvm.org/viewvc/llvm-project?rev=156668&view=rev
Log:
Fix a comment I had incorrectly altered.

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=156668&r1=156667&r2=156668&view=diff
==============================================================================
--- lldb/trunk/source/Target/Thread.cpp (original)
+++ lldb/trunk/source/Target/Thread.cpp Fri May 11 18:49:49 2012
@@ -375,7 +375,7 @@
                     
                     if (plan_ptr->MischiefManaged())
                     {
-                        // We're going to pop the plans up to the plan that explains the stop.
+                        // We're going to pop the plans up to and including the plan that explains the stop.
                         ThreadPlan *prev_plan_ptr = GetPreviousPlan (plan_ptr);
                         
                         do 





More information about the lldb-commits mailing list