[Lldb-commits] [PATCH] D35223: Report inferior SIGSEGV/SIGILL/SIGBUS/SIGFPE as a signal instead of an exception on freebsd
Karnajit Wangkhem via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 13 07:18:47 PDT 2017
karnajitw updated this revision to Diff 106423.
karnajitw added a comment.
Updated the patch. While referring to the linux implementation, looks like I have added a reinterpret_cast on message.GetFaultAddress which is not required in the freebsd scenario.
Repository:
rL LLVM
https://reviews.llvm.org/D35223
Files:
FreeBSD/FreeBSDThread.cpp
FreeBSD/POSIXStopInfo.cpp
FreeBSD/POSIXStopInfo.h
FreeBSD/ProcessMonitor.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35223.106423.patch
Type: text/x-patch
Size: 4531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170713/ec8bda47/attachment.bin>
More information about the lldb-commits
mailing list