From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31271 invoked by alias); 29 Aug 2006 12:40:03 -0000 Received: (qmail 31233 invoked by uid 22791); 29 Aug 2006 12:40:02 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 29 Aug 2006 12:39:57 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GI2sk-0003RZ-IY; Tue, 29 Aug 2006 08:39:54 -0400 Date: Tue, 29 Aug 2006 12:40:00 -0000 From: Daniel Jacobowitz To: chen free Cc: gdb@sources.redhat.com Subject: Re: What exactly does "info sharedlibrary" command show? Message-ID: <20060829123954.GB12955@nevyn.them.org> Mail-Followup-To: chen free , gdb@sources.redhat.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00210.txt.bz2 On Tue, Aug 29, 2006 at 08:03:11PM +0800, chen free wrote: > I believe they are not the physical address, right? > > If they are virtual memory address, why they are different from the > info from /proc/{PID}/maps? the {PID} is the specific program process > ID. They are the beginning and end of ".text" in those loaded libraries. I've been thinking about changing them to be segment addresses... -- Daniel Jacobowitz CodeSourcery