[Lldb-commits] [lldb] r111891 - /lldb/trunk/include/lldb/Target/Thread.h

Greg Clayton gclayton at apple.com
Mon Aug 23 18:28:00 PDT 2010


Author: gclayton
Date: Mon Aug 23 20:28:00 2010
New Revision: 111891

URL: http://llvm.org/viewvc/llvm-project?rev=111891&view=rev
Log:
Clear the inline stack frame info when we clean all stack frames.


Modified:
    lldb/trunk/include/lldb/Target/Thread.h

Modified: lldb/trunk/include/lldb/Target/Thread.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/Thread.h?rev=111891&r1=111890&r2=111891&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/Thread.h (original)
+++ lldb/trunk/include/lldb/Target/Thread.h Mon Aug 23 20:28:00 2010
@@ -330,6 +330,7 @@
     {
         m_concrete_frames.Clear();
         m_inlined_frames.Clear();
+        m_inlined_frame_info.clear();
     }
 
     void





More information about the lldb-commits mailing list