[lldb] [llvm] [lldb][Windows] WoA HW Watchpoint support in LLDB (PR #108072)
Omair Javaid via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 30 04:27:54 PST 2025
omjavaid wrote:
> This is a problem with watchpoints too, right?
Yes this happens with watchpoints too on both AArch64 and x64 WIndows.
> I can see an argument that says code breakpoints are much more likely to be placed before the initial stop, so watchpoints are still useful even with this limitation and this PR should still be merged.
Yes because LLDB requires a running process to set watchpoints however for breakpoints thats not the case. In most cases user sets breakpoint on main and then set watchpoints which masks this problem altogether.
> But please open an issue for that, describing the problem and as far as you know. why it might be occurring. It will give us something to "mark as duplicate" :)
I have create #125054
https://github.com/llvm/llvm-project/pull/108072
More information about the llvm-commits
mailing list