llvm-project/lldb/source/Plugins/LanguageRuntime
Greg Clayton 481cef25dc Added support for stepping out of a frame. If you have 10 stack frames, and you
select frame #3, you can then do a step out and be able to go directly to the
frame above frame #3! 

Added StepOverUntil and StepOutOfFrame to the SBThread API to allow more powerful
stepping.

llvm-svn: 123970
2011-01-21 06:11:58 +00:00
..
CPlusPlus/ItaniumABI Factored the code that implements breakpoints on 2010-11-03 22:19:38 +00:00
ObjC/AppleObjCRuntime Added support for stepping out of a frame. If you have 10 stack frames, and you 2011-01-21 06:11:58 +00:00