This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Implement -thread-info.


 > -static void
 > -info_threads_command (char *arg, int from_tty)
 > +/* Prints the list of threads and their details on UIOUT.

 > +   This is a version of 'info_thread_command' suitable for
 > +   use from MI.  

Isn't this comment out of date now that info_threads_command calls
mi_info_threads?

 > +   If REQESTED_THREAD is not -1, it's the GDB id of the thread
 > +   that should be printed.  Otherwise, all threads are
 > +   printed.  */
 > +void
 > +mi_info_threads (struct ui_out *uiout, int requested_thread)
 >  {

As mi_info_threads is now not mi specific, should it be called something like
info_threads_1?

-- 
Nick                                           http://www.inet.net.nz/~nickrob


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]