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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 11 00:53:11 PDT 2017


labath added a reviewer: emaste.
labath added a comment.

Adding ed as freebsd owner.

The patch seems reasonable, we changed the behavior on linux in a similar way couple of releases back -- SEGV is not a "crash", because the application can generally handle it via a signal handler.


Repository:
  rL LLVM

https://reviews.llvm.org/D35223





More information about the lldb-commits mailing list