From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19458 invoked by alias); 28 Feb 2012 20:25:23 -0000 Received: (qmail 19435 invoked by uid 22791); 28 Feb 2012 20:25:22 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 28 Feb 2012 20:25:08 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0M0400B00DYLRR00@a-mtaout23.012.net.il> for gdb@sourceware.org; Tue, 28 Feb 2012 22:24:30 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.119.92]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M0400BI2E0TO8G0@a-mtaout23.012.net.il>; Tue, 28 Feb 2012 22:24:30 +0200 (IST) Date: Tue, 28 Feb 2012 20:25:00 -0000 From: Eli Zaretskii Subject: Re: info address "range" In-reply-to: To: Daniel Jacobowitz Cc: gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <8362eqembm.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT References: <83boojehhm.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: 2012-02/txt/msg00074.txt.bz2 > Date: Tue, 28 Feb 2012 15:01:37 -0500 > From: Daniel Jacobowitz > Cc: gdb@sourceware.org > > On Mon, Feb 27, 2012 at 10:58 PM, Eli Zaretskii wrote: > > Re this: > > > >  (gdb) frame 2 > >  #2  0x0100ffda in compact_small_strings () at alloc.c:2271 > >  2271                abort (); > >  (gdb) info address from > >  Symbol "from" is multi-location: > >    Range 0x100f452-0x100f45c: a variable in $esi > > > > What exactly the "range xxxx-yyyy" mean?  There's nothing in the > > manual about this format.  Is that the range of PC values?  If so, > > then since the current frame address is not within those limits, it > > seems, and therefore the information is not helpful. > > > > Is there any way of knowing where will the variable be found for the > > current PC value? > > Most likely this means that if the current pc is outside of those > limits, the variable is not available anywhere. Thanks. I will at least describe this output in the manual.