llvm-project/lldb/source/Plugins
Jim Ingham 73ca05a2a0 Add the ability to capture the return value in a thread's stop info, and print it
as part of the thread format output.
Currently this is only done for the ThreadPlanStepOut.
Add a convenience API ABI::GetReturnValueObject.
Change the ValueObject::EvaluationPoint to BE an ExecutionContextScope, rather than
trying to hand out one of its subsidiary object's pointers.  That way this will always
be good.

llvm-svn: 146806
2011-12-17 01:35:57 +00:00
..
ABI Have the FuncUnwinder object request & provide an architecture-defined 2011-09-15 00:44:34 +00:00
Disassembler/llvm Handle all of the "thumb" target triple architecture variants that llvm 2011-12-16 18:15:52 +00:00
DynamicLoader Expose new read memory fucntion through python in SBProcess: 2011-12-15 03:14:23 +00:00
Instruction/ARM Fixed some warnings after enabling some stricter warnings in the Xcode project 2011-10-31 23:51:19 +00:00
LanguageRuntime Add the ability to capture the return value in a thread's stop info, and print it 2011-12-17 01:35:57 +00:00
ObjectContainer Update declarations for all functions/methods that accept printf-style 2011-09-20 21:44:10 +00:00
ObjectFile Fix a bug where when debugging with .o files, we end up with two symbols for each real OBJC_CLASS_$_whatever, one of which is correctly classified as an ObjCClass symbol, and the other is just a data symbol. This was messing up the ObjC dynamic type detection. 2011-12-16 00:05:58 +00:00
OperatingSystem/Darwin-Kernel build: Add the Darwin-Kernel Makefile. 2011-10-31 23:38:34 +00:00
Platform Move the ARM specific arch picker from PlatformRemoteiOS.cpp to 2011-12-09 07:50:50 +00:00
Process When we're unwinding out of frame 0 and we end up with a bogus frame 2011-12-16 04:30:31 +00:00
SymbolFile Modified LLDB to be able to handle our updated __apple_types accelerator tables 2011-12-17 01:16:39 +00:00
SymbolVendor/MacOSX Correct typo in method name (AddSymbolFileRepresendation...) 2011-12-06 01:07:22 +00:00
UnwindAssembly Patch from Daniel Dunbar for future-proof against http://llvm.org/viewvc/llvm-project?view=rev&revision=145331. 2011-11-29 01:09:49 +00:00
Makefile build: Build in the Darwin-Kernel OperatingSystem plugin. 2011-10-31 22:51:11 +00:00