summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h
Commit message (Expand)AuthorAgeFilesLines
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-151-1/+2
* [LanguageRuntime] Introduce LLVM-style castsAlex Langford2019-06-081-7/+8
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [ObjCRuntime] Add support for obfuscation in tagged pointers.Davide Italiano2018-07-091-0/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-177/+131
* Revert r268591Enrico Granata2016-05-051-2/+1
* Allow LanguageRuntimes to return an error if they fail in the course of dynam...Enrico Granata2016-05-051-1/+2
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-221-68/+66
* Make the ObjCLanguageRuntimes comply with llvm-style RTTIEnrico Granata2015-09-231-2/+12
* Make LanguageRuntime::GetDynamicTypeAndAddress return a ValueTypeEnrico Granata2015-09-171-1/+2
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-1/+1
* This is the meat of the code to add Clang modulesSean Callanan2014-12-051-3/+3
* Resolve non-pointer isas for metaclasses.Sean Callanan2014-10-131-0/+3
* Fix warnings about overloaded virtual functions.Greg Clayton2014-08-201-1/+1
* <rdar://problem/13854277>Greg Clayton2013-05-101-4/+4
* Changes to the ObjC runtimeEnrico Granata2013-04-241-1/+2
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* <rdar://problem/13563628>Enrico Granata2013-04-051-2/+4
* This patch removes the SymbolFileSymtab support Sean Callanan2012-12-191-0/+10
* Changed the V1 and V2 runtimes to be able to detect when the ISA hash table h...Greg Clayton2012-10-251-6/+47
* <rdar://problem/12331741>Greg Clayton2012-10-111-11/+2
* Changes to clean up the runtime and how the ISA caches are managed.Greg Clayton2012-10-091-4/+1
* <rdar://problem/11485744> Implement important data formatters in C++. Have th...Enrico Granata2012-09-041-15/+63
* Make it possible to set Exception breakpoints when the target doesn't yetJim Ingham2012-03-051-2/+2
* First step to making an LanguageRuntime Exception breakpoint API.Jim Ingham2012-03-031-4/+3
* Convert lldb::ModuleSP to use an instrusive ref counted pointer.Greg Clayton2011-09-171-4/+0
* Fixed a bug where a variable could not be formatted in a summary if its datat...Enrico Granata2011-08-021-0/+25
* Add support for looking up ivar offset from the ObjC runtime.Jim Ingham2011-06-241-1/+1
* Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham2011-05-041-1/+4
* Adding support for fetching the Dynamic Value for ObjC Objects.Jim Ingham2011-05-021-1/+1
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-161-2/+2
* Remove unneeded ExecutionContextScope variables.Jim Ingham2011-03-311-1/+1
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-2/+2
* Add a method on the ObjC Language Runtime that returns the runtime version.Jim Ingham2011-01-171-0/+5
* Removed redundant code for object introspection.Sean Callanan2010-11-121-6/+0
* Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin.Jim Ingham2010-11-041-0/+83
OpenPOWER on IntegriCloud