summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/watchpoint/TestWatchpointIter.py
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2014-02-19 18:34:06 +0000
committerEd Maste <emaste@freebsd.org>2014-02-19 18:34:06 +0000
commita4be2c5dcd6d488e7c7d2e638759c3cd2b50da2a (patch)
tree956d07d7590ab180725cc1c24281ff937bbf99a1 /lldb/test/python_api/watchpoint/TestWatchpointIter.py
parent01fd1c60cd909ce4313217532ca40db2cf99886b (diff)
downloadbcm5719-llvm-a4be2c5dcd6d488e7c7d2e638759c3cd2b50da2a.tar.gz
bcm5719-llvm-a4be2c5dcd6d488e7c7d2e638759c3cd2b50da2a.zip
FreeBSD hardware watchpoint implementation
Implement x86_64 debug register read/write in support of hardware watchpoints. Hoist LinuxThread::TraceNotify code back into POSIXThread::TraceNotify() Patch by John Wolfe. We still need to rework this later to avoid the #ifdef FreeBSD. llvm-reviews.chandlerc.com/D2572 llvm.org/pr16706 llvm-svn: 201706
Diffstat (limited to 'lldb/test/python_api/watchpoint/TestWatchpointIter.py')
-rw-r--r--lldb/test/python_api/watchpoint/TestWatchpointIter.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/python_api/watchpoint/TestWatchpointIter.py b/lldb/test/python_api/watchpoint/TestWatchpointIter.py
index af6d53cdef0..76514ee4277 100644
--- a/lldb/test/python_api/watchpoint/TestWatchpointIter.py
+++ b/lldb/test/python_api/watchpoint/TestWatchpointIter.py
@@ -28,7 +28,6 @@ class WatchpointIteratorTestCase(TestBase):
self.buildDsym()
self.do_watchpoint_iter()
- @expectedFailureFreeBSD('llvm.org/pr16706') # Watchpoints fail on FreeBSD
@python_api_test
@dwarf_test
def test_watch_iter_with_dwarf(self):
OpenPOWER on IntegriCloud