This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
RE: Re: Multiprocess MI extensions
- From: "Marc Khouzam" <marc dot khouzam at ericsson dot com>
- To: "Vladimir Prus" <vladimir at codesourcery dot com>, <gdb at sources dot redhat dot com>
- Date: Tue, 17 Jun 2008 15:33:49 -0400
- Subject: 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