diff options
author | Jim Ingham <jingham@apple.com> | 2016-11-02 01:06:42 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2016-11-02 01:06:42 +0000 |
commit | c76c3f2f9191b923103a0113fe60358b618f13f8 (patch) | |
tree | 857373fc25bde24766d5dc0d258e0df837d6f7b2 /lldb/packages/Python/lldbsuite | |
parent | b4a9bd83de7e7268bc64da5e1be54aa490e3610c (diff) | |
download | bcm5719-llvm-c76c3f2f9191b923103a0113fe60358b618f13f8.tar.gz bcm5719-llvm-c76c3f2f9191b923103a0113fe60358b618f13f8.zip |
Fix SBWatchpoint::SetEnabled to send an event.
We really shouldn't be sending events for SB API's, dunno when we started
doing that. We don't do it for other things. But first restore the status quo.
llvm-svn: 285781
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py b/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py index 0cbd252ec11..02180a127a8 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py @@ -31,7 +31,6 @@ class TestWatchpointEvents (TestBase): @expectedFailureAll( oslist=["windows"], bugnumber="llvm.org/pr24446: WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows") - @expectedFailureAll() def test_with_python_api(self): """Test that adding, deleting and modifying watchpoints sends the appropriate events.""" self.build() |