[lldb] [llvm] Remove hardware index from watchpoints and breakpoints (PR #72012)

Alex Langford via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 20:47:40 PST 2023


bulbazord 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.

Makes sense to me! I can think of a few MIPS platforms I personally would like to see supported. :)

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


More information about the llvm-commits mailing list