commit | 00ce087f83783b31455509401d0b9d3869fcc8be | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Wed Nov 20 11:07:05 2024 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Mon Dec 09 13:52:54 2024 -0700 |
tree | 865c2812e1691b672e6f1bbc0c47f7dbbbccfc5e | |
parent | d50cf1cea853395da5fcd13c0d116a7332edff26 [diff] |
Reimplement DAP delayed events This patch changes how delayed events are implemented in DAP. The new implementation makes it simpler to add a delayed function call, which will be needed by the final patch in this series. Reviewed-by: Kévin Le Gouguec <legouguec@adacore.com>