[Lldb-commits] [lldb] LLDB: WatchAddress ignores modify option (PR #124847)
Ben Jackson via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 31 13:35:26 PST 2025
puremourning wrote:
I think the issue is that... we just don't support read-only watchpoints on intel because the [hardware doesn't support it](https://en.wikipedia.org/wiki/X86_debug_register#cite_note-brkpt_type-19).
I guess I'll mark this test as "skip on x86"
https://github.com/llvm/llvm-project/pull/124847
More information about the lldb-commits
mailing list