llvm-project/lldb/source
Greg Clayton 73b472d42a Updated the lldb_private::Flags class to have better method names and made
all of the calls inlined in the header file for better performance.

Fixed the summary for C string types (array of chars (with any combo if
modifiers), and pointers to chars) work in all cases.

Fixed an issue where a forward declaration to a clang type could cause itself
to resolve itself more than once if, during the resolving of the type itself
it caused something to try and resolve itself again. We now remove the clang
type from the forward declaration map in the DWARF parser when we start to 
resolve it and avoid this additional call. This should stop any duplicate
members from appearing and throwing all the alignment of structs, unions and
classes.

llvm-svn: 117437
2010-10-27 03:32:59 +00:00
..
API Updated the lldb_private::Flags class to have better method names and made 2010-10-27 03:32:59 +00:00
Breakpoint Remove inappropriate if-clause in regex name resolution that was 2010-10-26 18:33:57 +00:00
Commands First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
Core Updated the lldb_private::Flags class to have better method names and made 2010-10-27 03:32:59 +00:00
Expression Updated the lldb_private::Flags class to have better method names and made 2010-10-27 03:32:59 +00:00
Host Fixed an issue where we were resolving paths when we should have been. 2010-10-20 20:54:39 +00:00
Interpreter Updated the lldb_private::Flags class to have better method names and made 2010-10-27 03:32:59 +00:00
Plugins Updated the lldb_private::Flags class to have better method names and made 2010-10-27 03:32:59 +00:00
Symbol Updated the lldb_private::Flags class to have better method names and made 2010-10-27 03:32:59 +00:00
Target Updated the lldb_private::Flags class to have better method names and made 2010-10-27 03:32:59 +00:00
Utility Cleaned a few build related things up: 2010-09-24 23:07:41 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Updated the lldb_private::Flags class to have better method names and made 2010-10-27 03:32:59 +00:00
lldb.cpp Check in the native lldb unwinder. 2010-10-25 11:12:07 +00:00