Files
clang-p2996/lldb/source/Plugins/Process/Utility/LinuxSignals.cpp
yingopq 8877b913ae [LLDB][MIPS] Fix signal SIGBUS number mismatch error on mips target (#132688)
Now, because we do not support mips debugging, if we compile LLVM on
mips target, would report error `static assertion failed:Value mismatch
for signal number SIGBUS`, so add this condition to avoid error.
2025-04-09 10:53:47 +02:00

9.4 KiB