summaryrefslogtreecommitdiff
path: root/lldb/source/Target/ObjCLanguageRuntime.cpp
AgeCommit message (Expand)Author
2012-09-11This patch is part of ongoing work to extract typeSean Callanan
2012-09-04<rdar://problem/11485744> Implement important data formatters in C++. Have th...Enrico Granata
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-03-26<rdar://problem/11113279>Greg Clayton
2012-03-08Updated the revision of LLVM/Clang used by LLDB.Sean Callanan
2012-02-22Added support for looking up the complete type forSean Callanan
2012-02-01Added a new class to the lldb python module:Greg Clayton
2012-01-19Fixed an issue with the Instruction subclasses where the strings mightGreg Clayton
2012-01-19Fix to ensure that methods aren't called on NULLSean Callanan
2012-01-19Added an extra way to chop up an objective C prototype and use it where neces...Greg Clayton
2011-10-18Changed lldb_private::Type over to use the intrusive ref counted pointersGreg Clayton
2011-10-04Enable all the new accelerator tables if they are present and don't manuallyGreg Clayton
2011-09-08Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham
2011-08-15Factor out the code that parses ObjC Method names into a static methodJim Ingham
2011-06-24Add support for looking up ivar offset from the ObjC runtime.Jim Ingham
2011-05-02Adding support for fetching the Dynamic Value for ObjC Objects.Jim Ingham
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton
2010-11-04Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin.Jim Ingham
2010-11-04Re-enabled LLDB's pointer checkers, and moved theSean Callanan
2010-09-30Add "-o" option to "expression" which prints the object description if availa...Jim Ingham
2010-09-28Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...Jim Ingham
2010-09-23Committing the skeleton of Language runtime plugin classes.Jim Ingham