[RFA/NEWS] Mention new feature "Ada tasking support"

Eli Zaretskii eliz@gnu.org
Wed Oct 22 21:11:00 GMT 2008


> Date: Wed, 22 Oct 2008 13:18:02 -0700
> From: Joel Brobecker <brobecker@adacore.com>
> Cc: gdb-patches@sourceware.org
> 
> > > +    info task TASK_NO
> > > +      Print detailed information about task TASK_NO.
> > > +    task
> > > +      Print the ID of the current task.
> > > +    task TASK_NO
> > > +      Switch the context of debugging to task TASK_NO.
> > 
> > Is "task ID" the same as "TASK_NO"?  If so, let's use a consistent
> > terminology: pick one of them and stick to it.
> 
> Yes, it's the same. How about:
> 
>     task
>       Print the task number of the current task.
> 
> ?

Fine, but then may I suggest

   info task N
     Print detailed information about task number N.

(and similar change in "task TASK_NO")?



More information about the Gdb-patches mailing list