[Lldb-commits] [lldb] [LLDB] Add ifndef to platform linux (PR #141971)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu May 29 09:35:39 PDT 2025


labath wrote:

Ummm... I should have caught this before, but this isn't correct because the host system may (and some do) use different signal numbers for these constants. 

So, on windows, you get an undefined symbol error, but on e.g. macos, you'd just get a wrong value. You should take these values from the UnixSignals object.

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


More information about the lldb-commits mailing list