[Lldb-commits] [lldb] [lldb] Add support for large watchpoints in lldb (PR #79962)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 1 05:41:44 PST 2024
DavidSpickett wrote:
I didn't have time to review before merge, just looking at this now.
> see what the Windows CI thinks.
I assume you mean the buildbots (lldb isn't built in the pre-commit CI), but I think given:
https://github.com/llvm/llvm-zorg/blob/590f0a62919ad313758362d18a31e7d40255e6e6/buildbot/osuosl/master/config/builders.py#L1342
The tests wouldn't run there anyway.
I don't know specifically why we skip those tests on our bot. Could be that the Windows APIs are target specific like ptrace is, and we just didn't implement it for Windows on Arm yet, could be that the hardware we have doesn't support it.
I'll found out what the status is there.
https://github.com/llvm/llvm-project/pull/79962
More information about the lldb-commits
mailing list