hanchenye-llvm-project/lldb
Greg Clayton 7e9b1fd045 We were leaking a stack frame in StackFrameList in Thread.cpp which could
cause extra shared pointer references to one or more modules to be leaked.
This would cause many object files to stay around the life of LLDB, so after
a recompile and rexecution, we would keep adding more and more memory. After
fixing the leak, we found many cases where leaked stack frames were still
being used and causing crashes in the test suite. These are now all resolved.

llvm-svn: 137516
2011-08-12 21:40:01 +00:00
..
docs Add a note. 2011-07-20 20:28:36 +00:00
examples CFString.py now shows contents in a more NSString-like way (e.g. you get @"Hello" instead of "Hello") 2011-08-09 23:50:01 +00:00
include We were leaking a stack frame in StackFrameList in Thread.cpp which could 2011-08-12 21:40:01 +00:00
lib Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00
lldb.xcodeproj Updated LLVM/Clang to to pick up fixes for a 2011-08-11 20:11:18 +00:00
lldb.xcworkspace
resources Cleaned up the SBType.h file to not include internal headers and reorganized 2011-08-03 22:57:10 +00:00
scripts Updated LLVM/Clang to to pick up fixes for a 2011-08-11 20:11:18 +00:00
source We were leaking a stack frame in StackFrameList in Thread.cpp which could 2011-08-12 21:40:01 +00:00
test Add radar info for self.skipTest(). 2011-08-12 20:41:20 +00:00
tools Fixes the occasional crash on exit when quitting lldb with control-D. 2011-08-12 02:40:17 +00:00
utils
www Fix some typos. 2011-08-04 21:01:04 +00:00
INSTALL.txt
LICENSE.TXT
Makefile Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00