llvm-project/lldb/source/Plugins/LanguageRuntime
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
..
CPlusPlus/ItaniumABI Added the ability to restrict breakpoints by function name, function regexp, selector 2011-09-23 00:54:11 +00:00
ObjC/AppleObjCRuntime 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