llvm-project/lldb/source
Sean Callanan 7f27d6044e Pulled in a new revision of LLVM/Clang and added
several patches.  These patches fix a problem
where templated types were not being completed the
first time they were used, and fix a variety of
minor issues I discovered while fixing that problem.

One of the previous local patches was resolved in
the most recent Clang, so I removed it.  The others
will be removed in due course.

llvm-svn: 144984
2011-11-19 02:54:21 +00:00
..
API Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out 2011-11-17 01:23:07 +00:00
Breakpoint Added a language parameter to the expression parser, 2011-11-07 23:35:40 +00:00
Commands Use a pseudoterminal for local processes if no STDIO redirection or other 2011-11-17 22:14:31 +00:00
Core Handle stepping through a trampoline where the jump target is calculated a runtime - and so doesn't match 2011-11-19 00:19:25 +00:00
Expression Pulled in a new revision of LLVM/Clang and added 2011-11-19 02:54:21 +00:00
Host Now that I fixed the uninitialized callback problem, I can enable GCD pid 2011-11-17 19:41:57 +00:00
Interpreter (no commit message) 2011-11-17 01:22:00 +00:00
Plugins Further performance improvements in the DWARF parser: 2011-11-19 02:11:30 +00:00
Symbol Ensure that the empty RecordDecl generated for 2011-11-19 01:35:08 +00:00
Target Looking at our memory usage with Instruments when debugging a large application 2011-11-18 04:43:59 +00:00
Utility Adopt the intrusive pointers in: 2011-09-17 08:33:22 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Fixed an issue where a lexical block or inlined function might have bad debug 2011-09-29 23:41:34 +00:00
lldb.cpp Added support for the new ".apple_objc" accelerator tables. These tables are 2011-10-27 17:55:14 +00:00