From a4be2c5dcd6d488e7c7d2e638759c3cd2b50da2a Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 19 Feb 2014 18:34:06 +0000 Subject: 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 --- lldb/test/python_api/watchpoint/TestWatchpointIgnoreCount.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/test/python_api/watchpoint/TestWatchpointIgnoreCount.py') diff --git a/lldb/test/python_api/watchpoint/TestWatchpointIgnoreCount.py b/lldb/test/python_api/watchpoint/TestWatchpointIgnoreCount.py index a6ee56c2ee3..512f1c21095 100644 --- a/lldb/test/python_api/watchpoint/TestWatchpointIgnoreCount.py +++ b/lldb/test/python_api/watchpoint/TestWatchpointIgnoreCount.py @@ -28,7 +28,6 @@ class WatchpointIgnoreCountTestCase(TestBase): self.buildDsym() self.do_watchpoint_ignore_count() - @expectedFailureFreeBSD('llvm.org/pr16706') # Watchpoints fail on FreeBSD @python_api_test @dwarf_test def test_set_watch_ignore_count_with_dwarf(self): -- cgit v1.2.3