llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime
Sean Callanan 3e633a290e Fixed an oddity in the Objective-C class descriptors
where the descriptor took a pointer to an object and
expected the Initialize function to dereference that
pointer and extract the isa value.  This caused one
of our tests to fail.

llvm-svn: 164353
2012-09-21 02:09:51 +00:00
..
AppleObjCRuntime.cpp <rdar://problem/11672978> Fixing an issue where an ObjC object might come out without a description because the expression used to obtain it would timeout before running to completion 2012-07-16 23:10:35 +00:00
AppleObjCRuntime.h <rdar://problem/11485744> Implement important data formatters in C++. Have the Objective-C language runtime plugin expose class descriptors objects akin to the objc_runtime.py Pythonic implementation. Rewrite the data formatters for some core Cocoa classes in C++ instead of Python. 2012-09-04 18:47:54 +00:00
AppleObjCRuntimeV1.cpp Patch from Daniel Malea to fix the build on Linux. Thanks 2012-09-06 17:10:14 +00:00
AppleObjCRuntimeV1.h <rdar://problem/11485744> Implement important data formatters in C++. Have the Objective-C language runtime plugin expose class descriptors objects akin to the objc_runtime.py Pythonic implementation. Rewrite the data formatters for some core Cocoa classes in C++ instead of Python. 2012-09-04 18:47:54 +00:00
AppleObjCRuntimeV2.cpp Fixed an oddity in the Objective-C class descriptors 2012-09-21 02:09:51 +00:00
AppleObjCRuntimeV2.h Re-applied Enrico's patch that I so rudely 2012-09-17 19:30:47 +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 More work for reading the Objective-C runtime. 2012-09-20 17:01:52 +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