[Lldb-commits] [lldb] [lldb][Windows] WoA HW Break and Watchpoint support in LLDB (PR #108072)
Omair Javaid via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 11 02:37:45 PDT 2024
omjavaid wrote:
> Remind me, does lldb support hardware breakpoints for x86 right now either? From the content of this PR, I assume it does not.
>
> (which is fine, I'm just trying to be clear what our starting point is)
yes x86_64 windows does not support hardware breakpoints. However it does support hardware watchpoints.
https://github.com/llvm/llvm-project/pull/108072
More information about the lldb-commits
mailing list