From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8277 invoked by alias); 17 Jun 2008 19:50:24 -0000 Received: (qmail 8269 invoked by uid 22791); 17 Jun 2008 19:50:23 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 17 Jun 2008 19:50:06 +0000 Received: (qmail 28409 invoked from network); 17 Jun 2008 19:50:03 -0000 Received: from unknown (HELO 172.16.unknown.plus.ru) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 17 Jun 2008 19:50:03 -0000 From: Vladimir Prus To: "Marc Khouzam" Subject: Re: Multiprocess MI extensions Date: Tue, 17 Jun 2008 19:50:00 -0000 User-Agent: KMail/1.9.9 Cc: gdb@sources.redhat.com References: <6D19CA8D71C89C43A057926FE0D4ADAA042911E5@ecamlmw720.eamcs.ericsson.se> In-Reply-To: <6D19CA8D71C89C43A057926FE0D4ADAA042911E5@ecamlmw720.eamcs.ericsson.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806172350.02564.vladimir@codesourcery.com> 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/msg00170.txt.bz2 On Tuesday 17 June 2008 23:33:49 Marc Khouzam wrote: > 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. > */ Right, that's what I meant. - Volodya