LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 24446 - Support watchpoints on Windows
Summary: Support watchpoints on Windows
Status: NEW
Alias: None
Product: lldb
Classification: Unclassified
Component: All Bugs (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P normal
Assignee: LLDB commit list
URL:
Keywords:
Depends on:
Blocks: 21766
  Show dependency tree
 
Reported: 2015-08-13 13:18 PDT by Zachary Turner
Modified: 2015-10-12 17:43 PDT (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zachary Turner 2015-08-13 13:18:42 PDT
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.
Comment 1 Zachary Turner 2015-08-13 15:01:47 PDT
Also these two tests:

TestSetWatchlocation.py
TestSetWatchpoint.py
Comment 2 Zachary Turner 2015-09-02 17:04:42 PDT
Also

TestMyFirstWatchpoint.py
TestStepOverWatchpoint.py
TestTargetWatchAddress.py
Comment 3 Adrian McCarthy 2015-10-12 17:43:19 PDT
Also

TestValueOfVectorVariable.py