From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29604 invoked by alias); 17 Jun 2008 19:33:59 -0000 Received: (qmail 29596 invoked by uid 22791); 17 Jun 2008 19:33:59 -0000 X-Spam-Check-By: sourceware.org Received: from imr2.ericy.com (HELO imr2.ericy.com) (198.24.6.3) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 17 Jun 2008 19:33:38 +0000 Received: from eusrcmw751.eamcs.ericsson.se (eusrcmw751.exu.ericsson.se [138.85.77.51]) by imr2.ericy.com (8.13.1/8.13.1) with ESMTP id m5HJXVao029522; Tue, 17 Jun 2008 14:33:35 -0500 Received: from ecamlmw720.eamcs.ericsson.se ([142.133.1.72]) by eusrcmw751.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); Tue, 17 Jun 2008 14:33:50 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Re: Multiprocess MI extensions Date: Tue, 17 Jun 2008 19:33:00 -0000 Message-ID: <6D19CA8D71C89C43A057926FE0D4ADAA042911E5@ecamlmw720.eamcs.ericsson.se> In-Reply-To: <6D19CA8D71C89C43A057926FE0D4ADAA042911E4@ecamlmw720.eamcs.ericsson.se> From: "Marc Khouzam" To: "Vladimir Prus" , X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00168.txt.bz2 Sorry, I was too quick on this one. > > >> 4. The -list-thread-groups will accept the '--available'=20 > > option that tells > > >> it to list all thread groups, including those that are not=20 > > attached to yet. >=20 > 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 whi= ch GDB=20 * is attached. * If a group id is specified, produces a list of groups to which GDB is at= tached * and that are children of the specified group. * With --available, same as above, but produces a list of all thread group= s=20 * instead of only the ones GDB is attached to. */ Marc