[Lldb-commits] [lldb] [LLDB][Windows] Fix watchpoints for Windows (PR #95446)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 17 02:24:05 PDT 2024


DavidSpickett wrote:

First, thanks for fixing this. It has been on Linaro's backlog for a while but as usual resources are scarce.

> Currently, watchpoints don't work on Windows (this can be reproduced with the existing tests).

For background here, the Windows LLDB bot is run by Linaro and is Windows on Arm. As the code for Windows is trying to use Intel parts of the register context, that bot skips the watchpoint test category completely.

(I think we fail to detect any hardware code breakpoints, so those tests get skipped transparently)

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


More information about the lldb-commits mailing list