[Lldb-commits] [lldb] [lldb-dap] assembly breakpoints (PR #139969)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Mon May 19 09:31:16 PDT 2025


================
@@ -0,0 +1,55 @@
+"""
+Test lldb-dap setBreakpoints request
+"""
+
+
+import dap_server
+import shutil
+from lldbsuite.test.decorators import *
+from lldbsuite.test.lldbtest import line_number
+from lldbsuite.test import lldbutil
+import lldbdap_testcase
+import os
+
+
+class TestDAP_setBreakpointsAssembly(lldbdap_testcase.DAPTestCaseBase):
+    # @skipIfWindows
+    def test_functionality(self):
----------------
ashgti wrote:

`test_can_break_in_source_references`?

https://github.com/llvm/llvm-project/pull/139969


More information about the lldb-commits mailing list