llvm-project/lldb
Sean Callanan 2590b9ac6f Fixed a memory leak of ASTResultSynthesizers,
by attaching them to the ClangExpressionParser.

llvm-svn: 141452
2011-10-08 00:21:35 +00:00
..
docs Add a note. 2011-07-20 20:28:36 +00:00
examples Allow the crash log file path to contain an initial tilde component. 2011-10-06 23:36:00 +00:00
include Fixed a memory leak of ASTResultSynthesizers, 2011-10-08 00:21:35 +00:00
lib Patch by Filipe to build lldb usng 'make'! 2011-08-23 22:36:23 +00:00
lldb.xcodeproj Since we use address ranges a lot I added a templatized class that allows us to easily control the base address type, the size type, and the data that is stored with each range. It is designed to be populated by appending all needed items, then sorting the resulting list, and optionally minimizing the list when done. I adopted this new list in the DWARFDebugAranges for even further memory savings. 2011-10-07 03:58:56 +00:00
lldb.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
resources Bumped Xcode project version for lldb-80 and debugserver-145. 2011-10-01 02:01:36 +00:00
scripts Updated LLVM/Clang to pull in the latest ARM disassembler. 2011-10-07 23:18:13 +00:00
source Fixed a memory leak of ASTResultSynthesizers, 2011-10-08 00:21:35 +00:00
test Add fuzz call for SBBreakpointLocation.GetAddress(). 2011-10-07 23:54:04 +00:00
tools Bumped Xcode project version for lldb-80 and debugserver-145. 2011-10-01 02:01:36 +00:00
utils Fix typos in comment. 2011-08-20 01:02:31 +00:00
www Add a simple scenario of emacs and lldb interaction. 2011-10-07 01:06:37 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
Makefile Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00