llvm-project/lldb/source/Plugins
Jim Ingham 6c68fb4549 Add "-o" option to "expression" which prints the object description if available.
llvm-svn: 115115
2010-09-30 00:54:27 +00:00
..
ABI Fixed the forward declaration issue that was present in the DWARF parser after 2010-09-29 01:12:09 +00:00
Disassembler/llvm Moved the section load list up into the target so we can use the target 2010-09-14 23:36:40 +00:00
DynamicLoader/MacOSX-DYLD Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. 2010-09-28 01:25:32 +00:00
LanguageRuntime Add "-o" option to "expression" which prints the object description if available. 2010-09-30 00:54:27 +00:00
ObjectContainer Add UserSettings to Target class, making Target settings 2010-09-20 20:44:43 +00:00
ObjectFile Fixed an issue I found in the mach-o symbol table parsing where 2010-09-12 05:25:16 +00:00
Process Hooked up detach for ProcessGDBRemote. 2010-09-27 21:07:38 +00:00
SymbolFile Fixed an LLVM/Clang assertion that would happen for C++ and ObjC methods if the DWARF doesn't specify the accessibility for the method. Currently gcc 4.2 and clang++ do not set the accessibility correctly on methods. We currently shouldn't default to private since public methods don't have the accessibility specified. 2010-09-29 01:57:37 +00:00
SymbolVendor/MacOSX Change over to using the definitions for mach-o types and defines to the 2010-07-21 22:12:05 +00:00
Makefile Fix makefiles to build properly on Darwin. 2010-07-24 04:10:59 +00:00