[Lldb-commits] [lldb] [LLDB][MIPS] Fix signal number of SIGBUS on mips (PR #132688)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 26 02:56:48 PDT 2025
labath wrote:
This needs to be a runtime instead of a build-time choice, because we support debugging foreign architectures, so I guess that what you need is more closer to reverting 93a455375c0fa1dd014a3b4571b22e307d15bbf7.
However, your last comment makes me suspect you don't actually care about lldb+mips working, and just want to get rust building. Is that the case? If it is, then we may just want to make this build in that configuration, but not actually claim to support mips debugging (in theory, you should still be able to debug e.g. x86 core files with a mips build of lldb)
https://github.com/llvm/llvm-project/pull/132688
More information about the lldb-commits
mailing list