commit | ad9cdfbcfdf9c7a679393d35adaf95e2b3cb6fd0 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Tue May 16 09:51:51 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Mon Jun 12 12:10:10 2023 -0600 |
tree | 4f1d81aded77693e686bf3969b8af972bdc3c1b5 | |
parent | 67efac36f17824b147b3d4645719404ccd662206 [diff] |
Add "stop at main" extension to DAP launch request Co-workers who work on a program that uses DAP asked for the ability to have gdb stop at the main subprogram when launching. This patch implements this extension. Reviewed-By: Eli Zaretskii <eliz@gnu.org>