[Lldb-commits] [lldb] Remove hardware index from watchpoints and breakpoints (PR #72012)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 10 18:57:51 PST 2023
jasonmolenda wrote:
I built and tested this on arm64 macos and aarch64 linux. The native process plugins/register contexts are tracking the watchpoint/breakpoint hardware indexes of course, for maintaining the registers, but I think I have everything correct. I might find I missed one when I get this in CI.
https://github.com/llvm/llvm-project/pull/72012
More information about the lldb-commits
mailing list