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 <[email protected]> wrote: > > Jason, do you want to submit this or do you want me to run it through over > here? > > http://reviews.llvm.org/D5374 > > _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
