[Lldb-commits] [lldb] [lldb][Process] Remove mips64 POSIX support (PR #179987)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 6 04:25:40 PST 2026


================
@@ -8,11 +8,7 @@
 
 #include "LinuxSignals.h"
 
-// mips-linux debugging is not supported and mips uses different numbers for
----------------
DavidSpickett wrote:

This code opts mips out of that process because it differs from the majority of Linux variants, and it fails the check.

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


More information about the lldb-commits mailing list