summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ObjCLanguageRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Huge change to clean up types.Greg Clayton2013-07-111-2/+2
* Fixed some linux buildbot warnings.Greg Clayton2013-04-191-5/+5
* <rdar://problem/13563628>Enrico Granata2013-04-051-0/+4
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* <rdar://problem/13210494>Greg Clayton2013-02-131-12/+62
* Remove debug code and commented out code that was left in.Greg Clayton2013-01-301-92/+0
* <rdar://problem/9141269>Greg Clayton2013-01-301-68/+357
* This patch removes the SymbolFileSymtab support Sean Callanan2012-12-191-5/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* <rdar://problem/12586350>Enrico Granata2012-11-081-1/+1
* Extra safeguards to ensure that we never querySean Callanan2012-11-021-11/+0
* Changed the V1 and V2 runtimes to be able to detect when the ISA hash table h...Greg Clayton2012-10-251-1/+1
* Objective C cleanup. Removed an cache that was no longer needed and changes t...Greg Clayton2012-10-231-93/+57
* <rdar://problem/12331741>Greg Clayton2012-10-111-38/+61
* Changes to clean up the runtime and how the ISA caches are managed.Greg Clayton2012-10-091-48/+59
* More runtime work. We now successfully traverseSean Callanan2012-09-151-1/+16
* This patch is part of ongoing work to extract typeSean Callanan2012-09-111-0/+10
* <rdar://problem/11485744> Implement important data formatters in C++. Have th...Enrico Granata2012-09-041-0/+82
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+2
* <rdar://problem/11113279>Greg Clayton2012-03-261-8/+6
* Updated the revision of LLVM/Clang used by LLDB.Sean Callanan2012-03-081-1/+2
* Added support for looking up the complete type forSean Callanan2012-02-221-0/+79
* Added a new class to the lldb python module:Greg Clayton2012-02-011-1/+1
* Fixed an issue with the Instruction subclasses where the strings mightGreg Clayton2012-01-191-6/+16
* Fix to ensure that methods aren't called on NULLSean Callanan2012-01-191-7/+9
* Added an extra way to chop up an objective C prototype and use it where neces...Greg Clayton2012-01-191-18/+25
* Changed lldb_private::Type over to use the intrusive ref counted pointersGreg Clayton2011-10-181-1/+1
* Enable all the new accelerator tables if they are present and don't manuallyGreg Clayton2011-10-041-16/+16
* Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham2011-09-081-1/+1
* Factor out the code that parses ObjC Method names into a static methodJim Ingham2011-08-151-0/+63
* Add support for looking up ivar offset from the ObjC runtime.Jim Ingham2011-06-241-0/+7
* Adding support for fetching the Dynamic Value for ObjC Objects.Jim Ingham2011-05-021-0/+43
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-1/+1
* Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin.Jim Ingham2010-11-041-20/+0
* Re-enabled LLDB's pointer checkers, and moved theSean Callanan2010-11-041-0/+19
* Add "-o" option to "expression" which prints the object description if availa...Jim Ingham2010-09-301-0/+3
* Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...Jim Ingham2010-09-281-2/+25
* Committing the skeleton of Language runtime plugin classes.Jim Ingham2010-09-231-0/+27
OpenPOWER on IntegriCloud