[lldb-dev] Looking for an equivalent of "gdb return"

Greg Clayton gclayton at apple.com
Sat May 26 10:25:16 PDT 2012


On May 26, 2012, at 4:05 AM, Jean-Daniel Dupas wrote:

> Hello,
> 
> I'm moving from GDB to LLDB, and while I managed to perform almost everything I need with LLDB, I miss one GDB feature.
> 
> The return command:
> 
> help return
> 	Make selected stack frame return to its caller.
> 	Control remains in the debugger, but when you continue
> 	execution will resume in the frame above the one now selected.
> 	If an argument is given, it is an expression for the value to return.
> 
> Is there some equivalent in LLDB ? 

Unfortunately, no. Feel free to file an enhancement request.
> 
> Thanks
> 
> -- Jean-Daniel
> 
> 
> 
> 
> 
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev




More information about the lldb-dev mailing list