Commit 7472b13
committed
[gdb] Update ThreadExitedEvent parent class for 17.0 (#14729)
Even though the parent thread for `ThreadExitedEvent` won't change from
`Event` to `ThreadEvent` until 17.0 is released, this actually makes
type checking work better in practice for all released versions that
support `ThreadExitedEvent` because at run time `ThreadExitedEvent` has
the lone attribute, `inferior_thread`, that it would have inherited from
`ThreadEvent`.
Upstream GDB issue:
* https://sourceware.org/bugzilla/show_bug.cgi?id=334441 parent 29c69fe commit 7472b13
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
960 | 960 | | |
961 | 961 | | |
962 | 962 | | |
963 | | - | |
| 963 | + | |
964 | 964 | | |
965 | 965 | | |
966 | 966 | | |
| |||
0 commit comments