hanchenye-llvm-project/lldb/source
Greg Clayton da7bc7d000 <rdar://problem/10126482>
Fixed an issues with the SBType and SBTypeMember classes:
- Fixed SBType to be able to dump itself from python
- Fixed SBType::GetNumberOfFields() to return the correct value for objective C interfaces
- Fixed SBTypeMember to be able to dump itself from python
- Fixed the SBTypeMember ability to get a field offset in bytes (the value
  being returned was wrong)
- Added the SBTypeMember ability to get a field offset in bits


Cleaned up a lot of the Stream usage in the SB API files.

llvm-svn: 144493
2011-11-13 06:57:31 +00:00
..
API <rdar://problem/10126482> 2011-11-13 06:57:31 +00:00
Breakpoint Added a language parameter to the expression parser, 2011-11-07 23:35:40 +00:00
Commands <rdar://problem/10338439> 2011-11-13 04:15:56 +00:00
Core Fixed the eFormatChar, eFormatCharPrintable and eFormatCharArray to print 2011-11-10 03:38:56 +00:00
Expression <rdar://problem/10338439> 2011-11-13 04:15:56 +00:00
Host Added the ability to run a process in a shell on MacOSX currently when using 2011-11-12 02:10:56 +00:00
Interpreter Removed debug printf statements. 2011-11-10 01:30:05 +00:00
Plugins <rdar://problem/10103980> 2011-11-13 04:45:22 +00:00
Symbol <rdar://problem/10126482> 2011-11-13 06:57:31 +00:00
Target <rdar://problem/10103980> 2011-11-13 04:45:22 +00:00
Utility Adopt the intrusive pointers in: 2011-09-17 08:33:22 +00:00
Makefile
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