[Lldb-commits] [PATCH] D25329: Add bound violation handling for Intel(R) Memory Protection Extensions (Intel(R) MPX)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 6 08:51:08 PDT 2016


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

lgtm.

At one point I'd like to change this code to not transfer the "crash reason" as string, but in a more structured way (i.e., `qXfer:siginfo:read` packet), but that is certainly out of scope of this patch.


https://reviews.llvm.org/D25329





More information about the lldb-commits mailing list