summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+3
* typedef enum -> enumFangrui Song2019-05-141-1/+1
* 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
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-171/+124
* Don't cache the stret/vrs. non-stret code pointer as static data in the runtime.Jim Ingham2016-05-261-1/+1
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-2/+2
* Attempt to fix MSVC builds after rL250966.Eugene Zelenko2015-10-221-9/+4
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-4/+3
* Stop objects from keeping a strong reference to the process when they should ...Greg Clayton2015-08-311-4/+5
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-3/+3
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-3/+3
* Handle the case where the runtime uses class_getMethodImplementation for both...Jim Ingham2013-02-201-0/+2
* We sometimes need to be able to call functions (via Process::RunThreadPlan) f...Jim Ingham2012-04-071-1/+4
* Convert lldb::ModuleSP to use an instrusive ref counted pointer.Greg Clayton2011-09-171-14/+14
* Fix trailing commas at the end of enumerator lists.Charles Davis2011-05-191-1/+1
* Changing the ObjC find method implementation to use a ClangUtilityFunction in...Jim Ingham2010-12-101-2/+14
* Handle stepping through ObjC vtable trampoline code.Jim Ingham2010-11-051-3/+123
* Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin.Jim Ingham2010-11-041-0/+77
OpenPOWER on IntegriCloud