[Lldb-commits] [lldb] Remove hardware index from watchpoints and breakpoints (PR #72012)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 13 09:18:54 PST 2023


jasonmolenda wrote:

> > The Linux MIPS support has been ripped out and the remaining support for MIPS probably gets no real testing....
> 
> Don't know the status but the BSD's still have some MIPS support.

Yeah I've been trying to keep the MIPS watchpoint code in the sources as I've been updating it (it doesn't distinguish the low nibble of addresses iirc and there's code to decode the load/store instruction to find the exact address accessed), even if it's not currently maintained I'd rather not remove it, it's not a lot of code.  Someone may want to re-support this exciting architecture again in the future.

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


More information about the lldb-commits mailing list