commit | a18b53a8f68bc4fde9bd64b553f4ea500b30c626 | [log] [tgz] |
---|---|---|
author | Simon Farre <simon.farre.cx@gmail.com> | Mon Jun 05 14:56:54 2023 +0200 |
committer | Simon Farre <simon.farre.cx@gmail.com> | Tue Aug 01 18:14:59 2023 +0200 |
tree | ae7c34876f12828f1111c22ab15cef8d925b0dd5 | |
parent | b99a9693430a9f04165b1b868f890b622bb1b46c [diff] |
Add thread exited event Reports a thread exit according to the DAP spec: https://microsoft.github.io/debug-adapter-protocol/specification#Events_Thread This patch requires the ThreadExitedEvent to be checked in, in order to work. That patch is found here https://sourceware.org/pipermail/gdb-patches/2023-June/200071.html Formatted correctly using black Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30474 Approved-By: Tom Tromey <tom@tromey.com>