From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26155 invoked by alias); 22 Jul 2009 06:11:55 -0000 Received: (qmail 26142 invoked by uid 22791); 22 Jul 2009 06:11:55 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-pz0-f203.google.com (HELO mail-pz0-f203.google.com) (209.85.222.203) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Jul 2009 06:11:43 +0000 Received: by pzk41 with SMTP id 41so2671653pzk.12 for ; Tue, 21 Jul 2009 23:11:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.86.4 with SMTP id j4mr126318wfb.54.1248243102061; Tue, 21 Jul 2009 23:11:42 -0700 (PDT) In-Reply-To: <19045.43957.10452.31664@totara.tehura.co.nz> References: <6D19CA8D71C89C43A057926FE0D4ADAA07C00023@ecamlmw720.eamcs.ericsson.se> <19045.23703.743876.775308@totara.tehura.co.nz> <19045.43957.10452.31664@totara.tehura.co.nz> From: Hui Zhu Date: Wed, 22 Jul 2009 06:11:00 -0000 Message-ID: Subject: Re: [RFC] Queries and frontends To: Nick Roberts Cc: Marc Khouzam , gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2009-07/txt/msg00173.txt.bz2 On Tue, Jul 21, 2009 at 19:51, Nick Roberts wrote: > =A0> > About this patch. =A0I had said that I think add a special command= for > =A0> > it is better. > > It was a different patch which didn't add a new option but used an existi= ng > feature, namely the server prefix. > > =A0> BTW, =A0what about this? > =A0> > =A0> maintenance print target-stack > =A0> The current target stack is: > =A0> =A0 - record (Process record and replay target) > =A0> =A0 - child (Unix child process) > =A0> =A0 - exec (Local exec file) > =A0> =A0 - None (None) > > I don't understand how this command relates to queries. This command can tell you current use prec or not.