Make the unwinding of the stack part of "thread return" work, and add the thread return command.

llvm-svn: 163867
This commit is contained in:
Jim Ingham
2012-09-14 02:14:15 +00:00
parent 00755e9554
commit cb640dd8a0
8 changed files with 167 additions and 15 deletions

View File

@@ -131,7 +131,7 @@ public:
RunToAddress (lldb::addr_t addr);
SBError
ReturnToFrame (SBFrame &frame, SBValue &return_value);
ReturnFromFrame (SBFrame &frame, SBValue &return_value);
%feature("docstring", "
//--------------------------------------------------------------------------