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"


> > +    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.

?
-- 
Joel


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