[Lldb-commits] [lldb] [LLDB] Add SI_USER and SI_KERNEL to Linux signals (PR #144800)

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 24 09:39:51 PDT 2025


Jlalond wrote:

> It's crude but maybe just include SI_KERNEL in there? "sent by kernel (SI_KERNEL)". Then we don't have to explain the meaning of SI_KERNEL but I the user do have something I can look up and read about it. And if they do have a kernel side problem, doing some reading is what they'll need to do anyway.

As @labath mentioned there are a lot of things that could cause this. So I think the crude approach is the right one! I've updated the patch.

https://github.com/llvm/llvm-project/pull/144800


More information about the lldb-commits mailing list