llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime
Enrico Granata 5c5ae47a8f Patch from Daniel Malea to fix the build on Linux. Thanks
llvm-svn: 163332
2012-09-06 17:10:14 +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 Patch from Daniel Malea to fix the build on Linux. Thanks 2012-09-06 17:10:14 +00:00
AppleObjCRuntimeV2.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
AppleObjCSymbolVendor.cpp <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
AppleObjCSymbolVendor.h Added support to the Objective-C language runtime 2011-11-30 22:11:59 +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
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