4 Commits

Author SHA1 Message Date
Ebuka Ezike
33fae08405
[lldb-dap] Forward any error from stepping. (#142652)
The current implementation hides any possible error from performing a
step command.

It makes it easier to know where an issue is from.
2025-06-03 23:40:00 +01:00
John Harrison
695769971d
[lldb-dap] Migrating the 'stepOut' request to use typed RequestHandler. (#137362)
This moves the 'stepOut' request to the typed RequestHandler.
2025-04-25 13:34:52 -07:00
Jonas Devlieghere
911e94c651
[lldb-dap] Finish refactoring the request handlers (NFC) (#128553)
Completes the work started in #128262. This PR removes the
old way of register request handlers with callbacks and makes
the operator const.
2025-02-24 16:46:12 -06:00
Jonas Devlieghere
82264d23a1
[lldb-dap] Refactor stepping related request handlers (NFC) (#128453)
Continuation of the work started in #128262.
2025-02-24 13:50:11 -06:00