Author: David Spickett Date: 2026-08-24T10:50:30+01:00 New Revision: 0b98a7cd6353c1d92c800fcf587c34388e4d98f9
URL: https://github.com/llvm/llvm-project/commit/0b98a7cd6353c1d92c800fcf587c34388e4d98f9 DIFF: https://github.com/llvm/llvm-project/commit/0b98a7cd6353c1d92c800fcf587c34388e4d98f9.diff LOG: [lldb][test] Enable TestWriteOverSoftwareBreakpoint for debugserver (#218362) Both the mentioned issues have been fixed. Added: Modified: lldb/test/API/functionalities/breakpoint/write_over_software_breakpoint/TestWriteOverSoftwareBreakpoint.py Removed: ################################################################################ diff --git a/lldb/test/API/functionalities/breakpoint/write_over_software_breakpoint/TestWriteOverSoftwareBreakpoint.py b/lldb/test/API/functionalities/breakpoint/write_over_software_breakpoint/TestWriteOverSoftwareBreakpoint.py index 6b9f599ef2bc2..2abae29c837ea 100644 --- a/lldb/test/API/functionalities/breakpoint/write_over_software_breakpoint/TestWriteOverSoftwareBreakpoint.py +++ b/lldb/test/API/functionalities/breakpoint/write_over_software_breakpoint/TestWriteOverSoftwareBreakpoint.py @@ -15,10 +15,6 @@ class WriteOverSoftwareBreakpoint(TestBase): # Could not find a way to make place_break_here visible to lldb on Windows. @skipIfWindows - # debugserver needs fixing, see: - # https://github.com/llvm/llvm-project/issues/217359 - # https://github.com/llvm/llvm-project/issues/217840 - @llgs_test def test_write_over_breakpoint(self): TestBase.setUp(self) self.line = line_number("main.c", "// break here") _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
