[Bug 24446] New: Support watchpoints on Windows

Bug ID 24446
Summary Support watchpoints on Windows
Product lldb
Version unspecified
Hardware PC
OS Windows NT
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter zturner@google.com
CC llvm-bugs@lists.llvm.org
Classification Unclassified

This is strictly a tracking bug.

Currently all watchpoint related tests and commands fail on Windows because
support for watchpoints have not yet been implemented.  Closing this issue out
should involve, at a minimum, fixing the following set of tests:

TestWatchLocation.py
TestWatchLocationWithWatchSet.py
TestWatchpointCommandLLDB.py
TestWatchpointCommandPython.py
TestWatchpointCommands.py
TestWatchpointConditionAPI.py
TestWatchpointConditionCmd.py
TestWatchpointEvents.py
TestWatchpointIgnoreCount.py
TestWatchpointIter.py
TestWatchpointMultipleThreads.py

When basic support for watchpoints has been implemented, sub-issues should be
created to track failures related to individual tests, and those bugs should be
set as dependencies of this bug.