This is the mail archive of the gdb@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: Re: Multiprocess MI extensions


Sorry, I was too quick on this one.

> > >> 4. The -list-thread-groups will accept the '--available' 
> > option that tells
> > >> it to list all thread groups, including those that are not 
> > attached to yet.
> 
> I assume this will list all top-level thread groups, but not their
> chidren, right?

Actually, is the behavior going to be like this:

/*
 *    -list-thread-groups [--available] [GROUP]
 *
 * With no arguments, produces a list of the top-level thread groups to which GDB 
 * is attached.
 * If a group id is specified, produces a list of groups to which GDB is attached
 * and that are children of the specified group.
 * With --available, same as above, but produces a list of all thread groups 
 * instead of only the ones GDB is attached to.
 */

Marc


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