From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11612 invoked by alias); 29 Oct 2011 20:47:22 -0000 Received: (qmail 11604 invoked by uid 22791); 29 Oct 2011 20:47:22 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 29 Oct 2011 20:47:05 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LTU00400HJ7A400@a-mtaout21.012.net.il> for gdb@sourceware.org; Sat, 29 Oct 2011 22:47:04 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.128.216]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LTU003TUHQFZ3B0@a-mtaout21.012.net.il>; Sat, 29 Oct 2011 22:47:04 +0200 (IST) Date: Sat, 29 Oct 2011 20:49:00 -0000 From: Eli Zaretskii Subject: Re: Specify frame by address In-reply-to: To: Andreas Schwab Cc: gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83fwib8r08.fsf@gnu.org> References: <83k47n90xn.fsf@gnu.org> 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: 2011-10/txt/msg00223.txt.bz2 > From: Andreas Schwab > Cc: gdb@sourceware.org > Date: Sat, 29 Oct 2011 20:04:34 +0200 > > > But what is "the address of the frame"? > > What info frame would display (typically the stack pointer on entry). Thanks.