Patch updated. Tom Tromey writes: >>>>>> "Amos" == Amos Bird writes: > > Amos> This patch adds "thread-exited" annotation so that > annotation based > Amos> clients like cgdb could currently handle thread exit. > > I sort of wish that all clients would just use MI, but ... > > Amos> +2019-04-26 Amos Bird > Amos> + > Amos> + * annotate.c (annotate_thread_exited): Add > "thread-exited" > Amos> + annotation. > > The patch itself is fine (just some nits), but a change like > this > requires a documentation update (and probably NEWS as well) and > a test > case. > > > Amos> +void > Amos> +annotate_thread_exited (struct thread_info *t, int > silent) > Amos> +{ > > New functions should have an intro comment. Also, this function > should > be "static". > > Tom -- Amos Bird amosbird@gmail.com