friss added a comment.

In D58912#1417570 <https://reviews.llvm.org/D58912#1417570>, @jasonmolenda 
wrote:

> Will this hide a thread that jumps through a null function pointer?  That's 
> the only user process case where a pc of 0 needs to be reported to the 
> developer.


Nope, I tested this explicitly and when we crash through a NULL pointer the 
backtrace is correct. Note that the added test is exercised only in the case 
where the thread state is TH_STATE_UNINTERRUPTIBLE, which seems to be very 
special (and not what you get when crashed).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58912/new/

https://reviews.llvm.org/D58912



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to