From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32441 invoked by alias); 30 Aug 2002 03:53:22 -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 32434 invoked from network); 30 Aug 2002 03:53:21 -0000 Received: from unknown (HELO redhat.com) (66.30.22.225) by sources.redhat.com with SMTP; 30 Aug 2002 03:53:21 -0000 Received: by redhat.com (Postfix, from userid 201) id 51C0E1B887; Thu, 29 Aug 2002 23:53:19 -0400 (EDT) Date: Thu, 29 Aug 2002 20:53:00 -0000 From: Christopher Faylor To: Elena Zannoni Cc: gdb@sources.redhat.com Subject: Re: SEGV on display /i $pc with i386 target Message-ID: <20020830035319.GA30200@redhat.com> Mail-Followup-To: Elena Zannoni , gdb@sources.redhat.com References: <20020829055103.GA26149@redhat.com> <86k7m9p9v9.fsf@elgar.kettenis.dyndns.org> <20020830010539.GA28337@redhat.com> <15726.59407.855138.718609@localhost.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15726.59407.855138.718609@localhost.redhat.com> User-Agent: Mutt/1.3.23.1i X-SW-Source: 2002-08/txt/msg00410.txt.bz2 On Thu, Aug 29, 2002 at 11:35:43PM -0400, Elena Zannoni wrote: >Seems like target_map_name_to_register is the problem? It seems to be getting the correct correspondence between (in this case) $eip and $pc. You can see this by typing "print /x $pc" "print /x $eip". Both translate to the same thing. It's only when the name itself needs to be displayed that it seems to fall down. cgf