llvm-project/lldb/source
Greg Clayton e305594277 Centralize all of the type name code so that we always strip the leading
"struct ", "class ", and "union " from the start of any type names that are
extracted from clang QualType objects. I had to fix test suite cases that
were expecting the struct/union/class prefix to be there.

llvm-svn: 134132
2011-06-30 02:28:26 +00:00
..
API Centralize all of the type name code so that we always strip the leading 2011-06-30 02:28:26 +00:00
Breakpoint Remove a few more places where we were iterating linearly over the Breakpoint Site's rather than 2011-06-29 19:42:28 +00:00
Commands This commit adds a new top subcommand "summary" to command type named "type". Currently this command 2011-06-29 22:27:15 +00:00
Core Centralize all of the type name code so that we always strip the leading 2011-06-30 02:28:26 +00:00
Expression Centralize all of the type name code so that we always strip the leading 2011-06-30 02:28:26 +00:00
Host Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants 2011-06-18 23:52:14 +00:00
Interpreter ++ cannot be used to increment an enum, so do it another way 2011-06-24 01:12:22 +00:00
Plugins Centralize all of the type name code so that we always strip the leading 2011-06-30 02:28:26 +00:00
Symbol Centralize all of the type name code so that we always strip the leading 2011-06-30 02:28:26 +00:00
Target Remove a few more places where we were iterating linearly over the Breakpoint Site's rather than 2011-06-29 19:42:28 +00:00
Utility API fix and missing headers. 2011-05-19 23:07:19 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Deleted one too many characters... 2011-05-07 01:03:33 +00:00
lldb.cpp Build and initialise the Darwin ABI plugins on all platforms 2011-05-19 18:32:34 +00:00