From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6156 invoked by alias); 3 Jun 2005 07:17:45 -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 6144 invoked by uid 22791); 3 Jun 2005 07:17:39 -0000 Received: from legolas.inter.net.il (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 03 Jun 2005 07:17:39 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-199-206.inter.net.il [80.230.199.206]) by legolas.inter.net.il (MOS 3.5.8-GR) with ESMTP id ENF40087 (AUTH halo1); Fri, 3 Jun 2005 10:17:33 +0300 (IDT) Date: Fri, 03 Jun 2005 07:17:00 -0000 Message-Id: From: Eli Zaretskii To: Russell Shaw CC: gdb@sources.redhat.com In-reply-to: <42A0021B.7090606@netspace.net.au> (message from Russell Shaw on Fri, 03 Jun 2005 17:09:15 +1000) Subject: Re: x86 stack pointer Reply-to: Eli Zaretskii References: <429FFB37.1040408@netspace.net.au> <42A0021B.7090606@netspace.net.au> X-SW-Source: 2005-06/txt/msg00022.txt.bz2 > 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.