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

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 4 08:30: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:

Yeah if you want to look into it that's fine too, you don't have to.

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


More information about the lldb-commits mailing list