| commit | 21db866dc69c481cd79b4d739c2170a7ef9b98fd | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tromey@adacore.com> | Tue Jul 25 09:16:35 2023 -0600 |
| committer | Tom Tromey <tromey@adacore.com> | Tue Aug 01 12:56:52 2023 -0600 |
| tree | a88d2526976cb7846d1ea793c044f5c7e62ee6bc | |
| parent | 8a8a5ccadd18b9f1ecb7943bf56fad29c6f529bc [diff] |
Implement DAP 'terminated' event This implements the DAP 'terminated' event. Vladimir Makaev noticed that VSCode will not report the debug session as over unless this is sent. It's not completely clear when exactly this event ought to be sent. Here I've done it when the inferior exits. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30681