[Lldb-commits] [lldb] [LLDB][MIPS] Fix signal number of SIGBUS on mips (PR #132688)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 25 09:50:43 PDT 2025


DavidSpickett wrote:

> MIPS changed the SIGBUS signal number to be the same as other architectures.

But your change appears to use different numbers for MIPS, which looks like the opposite.

Also please cite in the PR description the changes in the Linux Kernel that did this.

Also I'm pretty sure @labath removed a bunch of Linux MIPS support code at some point due to lack of use. So if you are about to add it all back, it would be good to know what your use case here is. Are you trying to get LLDB on MIPS Linux working again?

(we still support MIPS FreeBSD, though the latest FreeBSD release has dropped it)

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


More information about the lldb-commits mailing list