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/NEWS] Mention new feature "Ada tasking support"


> 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")?


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