https://github.com/DavidSpickett created 
https://github.com/llvm/llvm-project/pull/218362

Both the mentioned issues have been fixed.

>From f720f063febdacd2fb7ec5a3d8ff1975a6a9a80e Mon Sep 17 00:00:00 2001
From: David Spickett <[email protected]>
Date: Mon, 24 Aug 2026 09:47:30 +0000
Subject: [PATCH] [lldb][test] Enable TestWriteOverSoftwareBreakpoint for
 debugserver

Both the mentioned issues have been fixed.
---
 .../TestWriteOverSoftwareBreakpoint.py                        | 4 ----
 1 file changed, 4 deletions(-)

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 4d33382fe3bd9..39012d458c78f 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

Reply via email to