llvm-project/lldb/source
Greg Clayton 0b42ac32c8 More leaks detection:
- fixed 3 posix spawn attributes leaks 
- fixed us always leaking CXXBaseSpecifier objects when we create class 
  base classes. Clang apparently copies the base classes we pass in.

Fixed some code formatting in ClangASTContext.cpp.

llvm-svn: 107459
2010-07-02 01:29:13 +00:00
..
API Centralized all disassembly into static functions in source/Core/Disassembler.cpp. 2010-06-30 23:03:03 +00:00
Breakpoint Added function name types to allow us to set breakpoints by name more 2010-06-28 21:30:43 +00:00
Commands Remove duplicate def'n from FileSpec.h. 2010-07-02 00:45:55 +00:00
Core Removed the thread specific data that was being used for demangling since 2010-07-02 00:29:31 +00:00
Expression Added a SemaConsumer that transforms the ASTs for 2010-07-01 20:08:22 +00:00
Host Move posix specific files into posix subdirectory so they can 2010-06-14 04:30:13 +00:00
Interpreter Add a unique ID to each debugger instance. 2010-06-30 16:22:25 +00:00
Plugins More leaks detection: 2010-07-02 01:29:13 +00:00
Symbol More leaks detection: 2010-07-02 01:29:13 +00:00
Target Removed a commented out function and did a little reformatting. 2010-06-30 23:04:24 +00:00
Utility Avoid tolower, it's slow and unnecessary. 2010-06-22 21:28:05 +00:00
lldb-log.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
lldb.cpp Make include paths work on Linux. ifdef out stuff that isn't relevant to 2010-06-13 19:36:42 +00:00