[Lldb-commits] [PATCH] D31146: Enable AUXV and QPassSignals in gdb-remote for NetBSD

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 21 05:33:47 PDT 2017


labath added a comment.

In https://reviews.llvm.org/D31146#706249, @krytarowski wrote:

> I'm still evaluating whether to implement on the kernel side `PT_SET_SIGPASS`/`PT_GET_SIGPASS`. Some software like floating point can use it heavily.


Also there are programs which use SIGALRM or realtime signals very extensively, and those can get very much slowed down by a debugger. I think this would be a great addition, particularly as stopping a process is a much heavier operation on netbsd. I wish linux had that.


Repository:
  rL LLVM

https://reviews.llvm.org/D31146





More information about the lldb-commits mailing list