[Lldb-commits] [lldb] [lldb] Remove mips64 support for FreeBSD (PR #179582)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 4 01:32:57 PST 2026


================
@@ -57,7 +57,7 @@ class RegisterContextPOSIX_mips64 : public lldb_private::RegisterContext {
   uint32_t m_num_registers;
   uint8_t m_registers_count[register_set_count];
   std::unique_ptr<lldb_private::RegisterInfoInterface>
-      m_register_info_up; // Register Info Interface (FreeBSD or Linux)
+      m_register_info_up; // Register Info Interface (Linux)
----------------
DavidSpickett wrote:

Linux support was removed in ce03a862372a6f36d2fcf80dc80052aa155fcae8.

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


More information about the lldb-commits mailing list