summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h
Commit message (Expand)AuthorAgeFilesLines
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-151-1/+2
* [LanguageRuntime] Introduce LLVM-style castsAlex Langford2019-06-081-8/+8
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+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
* [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek2018-12-201-0/+6
* [lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...Kuba Mracek2018-11-281-0/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Update the Objective-C runtime interface code to handle objc objectsJason Molenda2017-09-271-0/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-123/+98
* Add logic to the ObjC runtime in LLDB to extract the pointer values of the tw...Enrico Granata2016-08-201-0/+4
* 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-37/+30
* The Visual Studio compiler does not like this C-ism when 'enum class'es are i...Enrico Granata2015-09-231-1/+1
* Make the ObjCLanguageRuntimes comply with llvm-style RTTIEnrico Granata2015-09-231-0/+11
* On second thought, amend the previous patch to pass itself the ValueObject& f...Enrico Granata2015-09-221-2/+2
* Move the logic to post-process dynamic types for ValueObject purposes from th...Enrico Granata2015-09-221-0/+4
* 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-2/+2
* Add new virtual method for language runtime plug-ins:Greg Clayton2015-04-161-37/+40
* <rdar://problem/14515139>Enrico Granata2014-03-251-1/+10
* This patch does a couple of things. Jim Ingham2013-11-071-0/+3
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-2/+2
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-4/+6
* Buildbot was failing to build. I guess classes declared in implementation fil...Greg Clayton2013-03-111-3/+4
* <rdar://problem/13372857> Greg Clayton2013-03-111-0/+3
* <rdar://problem/12331741>Greg Clayton2012-10-111-12/+6
* <rdar://problem/11485744> Implement important data formatters in C++. Have th...Enrico Granata2012-09-041-12/+0
* Updated the revision of LLVM/Clang used by LLDB.Sean Callanan2012-03-081-0/+3
* First step to making an LanguageRuntime Exception breakpoint API.Jim Ingham2012-03-031-0/+2
* Convert lldb::ModuleSP to use an instrusive ref counted pointer.Greg Clayton2011-09-171-1/+1
* Fixed a bug where a variable could not be formatted in a summary if its datat...Enrico Granata2011-08-021-0/+24
* 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/+5
* Remove unneeded ExecutionContextScope variables.Jim Ingham2011-03-311-2/+2
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-9/+1
* Add a method on the ObjC Language Runtime that returns the runtime version.Jim Ingham2011-01-171-7/+1
* Fixed error handling when the utility functionsSean Callanan2010-11-051-1/+1
* Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin.Jim Ingham2010-11-041-0/+115
OpenPOWER on IntegriCloud