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/doco] Document task-specific breakpoints


> Date: Thu, 26 Mar 2009 15:39:02 -0700
> From: Joel Brobecker <brobecker@adacore.com>
> Cc: gdb-patches@sourceware.org
> 
> > > +(@value{GDBP}) info tasks
> > > +  ID       TID P-ID Pri State                 Name
> > > +   1 140022020   0   15 Child Activation Wait main_task
> > > +*  2 140045060   1   15 Running               t2
> > 
> > "Running"? shouldn't it be stopped at breakpoint?
> 
> In practice, yes, it is stopped. But this information is printed
> from the point of view of the runtime. To the runtime, task "t2"
> is running.

Sorry, I don't understand.  Can you elaborate?

> Attached is a new version of the documentation patch:
> 
>         * gdb.texinfo (Ada Tasks): Add documentation about task-specific
>         breakpoints.
>         (Set Breaks): Add reference to thread-specific and task-specific
>         breakpoints.

OK, but I think the "running" part should be either fixed or
explained.


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