Files
llvm/cross-project-tests
Orlando Cazalet-Hyams d7d8703262 [Dexter] Implement DexStepFunction and DexContinue (#152721)
Adding together in a single commit as their implementations are linked.

Only supported for DAP debuggers. These two commands make it a bit easier to
drive dexter: DexStepFunction tells dexter to step-next though a function and
DexContinue tells dexter to continue (run free) from one breakpoint to another
within the current DexStepFunction function.

When the DexStepFunction function breakpoint is triggered, dexter sets an
instruction breakpoint at the return-address. This is so that stepping can
resume in any other DexStepFunctions deeps in the call stack.
2025-09-01 09:56:56 +01:00
..