summaryrefslogtreecommitdiff
path: root/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h
AgeCommit message (Expand)Author
2019-07-15[LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford
2019-06-08[LanguageRuntime] Introduce LLVM-style castsAlex Langford
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-07-09[ObjCRuntime] Add support for obfuscation in tagged pointers.Davide Italiano
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-05Revert r268591Enrico Granata
2016-05-05Allow LanguageRuntimes to return an error if they fail in the course of dynam...Enrico Granata
2015-10-22Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-09-23Make the ObjCLanguageRuntimes comply with llvm-style RTTIEnrico Granata
2015-09-17Make LanguageRuntime::GetDynamicTypeAndAddress return a ValueTypeEnrico Granata
2015-09-15This patch makes Clang-independent base classes for all the expression types ...Jim Ingham
2014-12-05This is the meat of the code to add Clang modulesSean Callanan
2014-10-13Resolve non-pointer isas for metaclasses.Sean Callanan
2014-08-20Fix warnings about overloaded virtual functions.Greg Clayton
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-04-24Changes to the ObjC runtimeEnrico Granata
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-04-05<rdar://problem/13563628>Enrico Granata
2012-12-19This patch removes the SymbolFileSymtab support Sean Callanan
2012-10-25Changed the V1 and V2 runtimes to be able to detect when the ISA hash table h...Greg Clayton
2012-10-11<rdar://problem/12331741>Greg Clayton
2012-10-09Changes to clean up the runtime and how the ISA caches are managed.Greg Clayton
2012-09-04<rdar://problem/11485744> Implement important data formatters in C++. Have th...Enrico Granata
2012-03-05Make it possible to set Exception breakpoints when the target doesn't yetJim Ingham
2012-03-03First step to making an LanguageRuntime Exception breakpoint API.Jim Ingham
2011-09-17Convert lldb::ModuleSP to use an instrusive ref counted pointer.Greg Clayton
2011-08-02Fixed a bug where a variable could not be formatted in a summary if its datat...Enrico Granata
2011-06-24Add support for looking up ivar offset from the ObjC runtime.Jim Ingham
2011-05-04Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham
2011-05-02Adding support for fetching the Dynamic Value for ObjC Objects.Jim Ingham
2011-04-16Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham
2011-03-31Remove unneeded ExecutionContextScope variables.Jim Ingham
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton
2011-01-17Add a method on the ObjC Language Runtime that returns the runtime version.Jim Ingham
2010-11-12Removed redundant code for object introspection.Sean Callanan
2010-11-04Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin.Jim Ingham