[Lldb-commits] [PATCH] lldb more verbose "invalid frame" error

Jason Molenda jmolenda at apple.com
Thu Sep 18 19:49:58 PDT 2014


I applied the patch and was going to commit it, then I realized I don't clearly understand what behavior we're fixing.  e.g. these commands all report a reasonable error msg when a thread/process/frame is missing before the patch is applied.

% lldb
(lldb) f
error: invalid thread
(lldb) bt
error: invalid process
(lldb) reg read pc
error: invalid frame
(lldb) c
error: invalid process
(lldb) 



> On Sep 18, 2014, at 9:09 AM, Todd Fiala <tfiala at google.com> wrote:
> 
> Jason, do you want to submit this or do you want me to run it through over
> here?
> 
> http://reviews.llvm.org/D5374
> 
> 




More information about the lldb-commits mailing list