[Lldb-commits] [PATCH] D91007: [lldb] [Process/FreeBSDRemote] Fix handling user-generated SIGTRAP

Kamil Rytarowski via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Nov 7 13:54:35 PST 2020


krytarowski added a comment.

I propose to filter all user induced signals at once and check `& 0x10000` and SI_USER.

http://src.illumos.org/source/xref/freebsd-head/sys/sys/signal.h#406

This way we will avoid all future fallout and crashing the debugger on unknown signal.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91007/new/

https://reviews.llvm.org/D91007



More information about the lldb-commits mailing list