From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1182 invoked by alias); 31 Dec 2003 17:36:54 -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 1174 invoked from network); 31 Dec 2003 17:36:53 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 31 Dec 2003 17:36:53 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 873112B8F; Wed, 31 Dec 2003 12:36:52 -0500 (EST) Message-ID: <3FF30934.4030203@gnu.org> Date: Wed, 31 Dec 2003 17:36:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Paul Koning Cc: gdb@sources.redhat.com Subject: Re: Looking for a gdb function to handle alias addresses References: <16369.64013.161868.574183@gargle.gargle.HOWL> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-12/txt/msg00298.txt.bz2 Try reloading the relevant symbol file at the second address (so that the symbol information is available for both address ranges) (but please don't ask me how to do this). I suspect that anything involving teaching GDB about address aliases would be too garish and invasive. Andrew