llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime
Greg Clayton d64dd12fcf Objective C cleanup. Removed an cache that was no longer needed and changes the code that gets the dynamic type and class name to use our new Objective C cache.
llvm-svn: 166512
2012-10-23 22:41:19 +00:00
..
AppleObjCRuntime.cpp <rdar://problem/12331741> 2012-10-11 18:07:21 +00:00
AppleObjCRuntime.h <rdar://problem/12331741> 2012-10-11 18:07:21 +00:00
AppleObjCRuntimeV1.cpp <rdar://problem/12331741> 2012-10-11 18:07:21 +00:00
AppleObjCRuntimeV1.h <rdar://problem/12331741> 2012-10-11 18:07:21 +00:00
AppleObjCRuntimeV2.cpp Objective C cleanup. Removed an cache that was no longer needed and changes the code that gets the dynamic type and class name to use our new Objective C cache. 2012-10-23 22:41:19 +00:00
AppleObjCRuntimeV2.h <rdar://problem/12331741> 2012-10-11 18:07:21 +00:00
AppleObjCTrampolineHandler.cpp <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
AppleObjCTrampolineHandler.h We sometimes need to be able to call functions (via Process::RunThreadPlan) from code run on the private state thread. To do that we have to 2012-04-07 00:00:41 +00:00
AppleObjCTypeVendor.cpp Now in the presence of an Objective-C version 2 2012-09-29 01:53:36 +00:00
AppleObjCTypeVendor.h More work for reading the Objective-C runtime. 2012-09-20 17:01:52 +00:00
AppleThreadPlanStepThroughObjCTrampoline.cpp Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not AND unwind on error. 2012-05-11 18:43:38 +00:00
AppleThreadPlanStepThroughObjCTrampoline.h We sometimes need to be able to call functions (via Process::RunThreadPlan) from code run on the private state thread. To do that we have to 2012-04-07 00:00:41 +00:00
Makefile Add the LanguageRuntime plugins to the makefile build, and remove the 2011-05-19 23:44:09 +00:00