A Friday 06 June 2008 01:49:12, Nick Roberts wrote: > Daniel Jacobowitz writes: > ... but the patch is OK. > > Committed. Thanks. 2008-05-21  Nick Roberts           * annotate.c (annotate_thread_changed): New function.         * thread.c (thread_command) : Use it.         * infrun.c (normal_stop): Use it. This broke the build, as the annotate_thread_changed function isn't declared anywhere. I checked the attached in, as obvious. Out of curiosity, was there a reason you committed every file as individual commits? It's customary to do a patch per commit (not that is matter that much with CVS, but still nice to be able to correlate by date, and to look at gdb-cvs). -- Pedro Alves