From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8510 invoked by alias); 26 Jan 2007 09:36:30 -0000 Received: (qmail 8496 invoked by uid 22791); 26 Jan 2007 09:36:29 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 26 Jan 2007 09:36:24 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-36-219.inter.net.il [80.230.36.219]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id GYT81958 (AUTH halo1); Fri, 26 Jan 2007 11:36:22 +0200 (IST) Date: Fri, 26 Jan 2007 09:36:00 -0000 Message-Id: From: Eli Zaretskii To: Joel Brobecker CC: gdb-patches@sourceware.org In-reply-to: <20070125235857.GB18453@adacore.com> (message from Joel Brobecker on Thu, 25 Jan 2007 18:58:57 -0500) Subject: Re: [RFA] new command: maintenance print target-stack Reply-to: Eli Zaretskii References: <20070124011254.GG4667@adacore.com> <20070124200514.GA25394@nevyn.them.org> <20070125235857.GB18453@adacore.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-01/txt/msg00532.txt.bz2 > Date: Thu, 25 Jan 2007 18:58:57 -0500 > From: Joel Brobecker > > +@kindex maint print target-stack > +@cindex target stack description > +@item maint print target-stack > +Print a short description of each layer that was pushed on the target stack, > +starting from the top stack down to the bottom one. This is okay, except that the term "target stack", and what is pushed onto it, is not explained anywhere in the manual, not even in gdbint.texinfo. Can you add a sentence or two saying what it is? Also, the first usage of "target stack" should be in @dfn, which is our way of saying that this is a new term. Thanks.