================
@@ -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:
We removed Linux MIPS support some time ago, so with FreeBSD gone we may be
able to do more cleanup.
You're right to limit this PR to FreeBSD though, and I will see what else we
can remove if/when this lands.
https://github.com/llvm/llvm-project/pull/179582
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits