Joel Brobecker wrote: >> 2011-02-10 Michael Snyder >> >> * thread.c (info_threads_command): Process arg as thread id. > > This seems like a reasonable enhancement to me. We have the same sort > of feature for Ada (except that we print a more detailed description > of the given task). > > You will also need a documentation update... > >> + if (arg != NULL && *arg != '\0') >> + { >> + int tmp_tid = strtoul (arg, NULL, 0); >> + if (tmp_tid != 0) > > Emtpy line after the variable declaration... > OK, here's help, doc, and a newline. ;-)