commit | d50cf1cea853395da5fcd13c0d116a7332edff26 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Nov 21 12:32:53 2024 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Mon Dec 09 13:52:54 2024 -0700 |
tree | 7cd49cdd3bca880f3b317757ac7c355be9f98174 | |
parent | 7b46460a619a9b5719d1e79226bf371bbf29c7d2 [diff] |
Reimplement DAP's stopAtBeginningOfMainSubprogram Right now, stopAtBeginningOfMainSubprogram is implemented "by hand", but then later the launch function uses "starti" to implement stopOnEntry. This patch unifies this code and rewrites it to use "start" when appropriate. Reviewed-by: Kévin Le Gouguec <legouguec@adacore.com>