[Lldb-commits] [PATCH] D35223: Report inferior SIGSEGV/SIGILL/SIGBUS/SIGFPE as a signal instead of an exception on freebsd

Ed Maste via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 8 10:27:53 PDT 2017


emaste added a comment.

> Actually, I think you probably need to extend the @skipIfLinux to apply to freebsd as well.

Oh, I mistook the source of the check_stop_reason assertion failure -- I thought it was asserting before the step. In this case I agree the test should be skipped on FreeBSD.


Repository:
  rL LLVM

https://reviews.llvm.org/D35223





More information about the lldb-commits mailing list