[Lldb-commits] [lldb] [LLDB][LoongArch] Fix build errors and extend watchpoint numbers (PR #126020)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 6 02:23:02 PST 2025


DavidSpickett wrote:

> So I assume the build error here is not that NT_LOONGARCH_HW_BREAK is not defined, it's that user_watch_state got redefined?

And if so, why are you adding a redefinition of it?

This would only help if you are building lldb against kernel headers from before a time where the kernel had hardware watchpoint support. Which could be a valid use case, I'm not sure. But is that in fact the use case here?

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


More information about the lldb-commits mailing list