[Lldb-commits] [lldb] Fix test assertions in TestDAP_stepInTargets.py (PR #96687)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 16 03:59:03 PDT 2024


================
@@ -10,9 +10,10 @@
 
 
 class TestDAP_stepInTargets(lldbdap_testcase.DAPTestCaseBase):
-    @skipIf(
-        archs=no_match(["x86_64"])
-    )  # InstructionControlFlowKind for ARM is not supported yet.
+    @skipIf
+    # InstructionControlFlowKind for ARM is not supported yet.
+    # On x86_64 lldb-dap seems to ignore targetId when stepping into functions.
----------------
labath wrote:

Great, that's exactly what I had in mind. Thanks.

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


More information about the lldb-commits mailing list