From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27770 invoked by alias); 3 Jun 2005 08:08:06 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 27760 invoked by uid 22791); 3 Jun 2005 08:08:02 -0000 Received: from whirlwind.netspace.net.au (HELO mail.netspace.net.au) (203.10.110.76) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 03 Jun 2005 08:08:02 +0000 Received: from [192.168.1.11] (220-253-61-77.VIC.netspace.net.au [220.253.61.77]) by mail.netspace.net.au (Postfix) with ESMTP id 02174129D6D for ; Fri, 3 Jun 2005 18:07:57 +1000 (EST) Message-ID: <42A0108C.2040807@netspace.net.au> Date: Fri, 03 Jun 2005 08:08:00 -0000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105 Debian/1.7.5-1 MIME-Version: 1.0 Cc: gdb@sources.redhat.com Subject: Re: x86 stack pointer References: <429FFB37.1040408@netspace.net.au> <42A0021B.7090606@netspace.net.au> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-06/txt/msg00023.txt.bz2 Eli Zaretskii wrote: >>Date: Fri, 03 Jun 2005 17:09:15 +1000 >>From: Russell Shaw >>Cc: gdb@sources.redhat.com >> >>Ok, i found it by searching "stack pointer" in info gdb. I'd only found >>the frame command before. > > > Admittedly, "stack pointer" was not in the index, but I now added such > an index entry, so starting from the next release you should be able > to find it by typing "i stack pointer RET" in the Info reader. > > Thanks. Oh, there's an "i" command in info. Didn't know that. Better read the info manual again;)