[Lldb-commits] [PATCH] D58912: [debugserver] Fix IsUserReady thread filtering

Frederic Riss via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 4 15:48:31 PST 2019


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





More information about the lldb-commits mailing list