[llvm-branch-commits] [llvm] [Dexter] Add DexStepFunction and DexContinue skeletons (PR #152720)

Stephen Tozer via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Aug 11 04:37:19 PDT 2025


================
@@ -377,3 +378,44 @@ line this command is found on.
 
 ### Heuristic
 [Deprecated]
+
+
+---
+## DexStepFunction
+    DexStepFunction(function_name[, **hit_count=0])
+
+    Arg list:
+        function_name (str): function to step through.
+        hit_count (int): If provided, limit the number of times the command
+                         triggers.
+
+### Description
+NOTE: Only supported for DAP based debuggers.
----------------
SLTozer wrote:

```suggestion
NOTE: Only supported for DAP-based debuggers.
```

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


More information about the llvm-branch-commits mailing list