From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28981 invoked by alias); 31 Dec 2003 18:31:39 -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 28974 invoked from network); 31 Dec 2003 18:31:38 -0000 Received: from unknown (HELO sadr.equallogic.com) (66.155.203.134) by sources.redhat.com with SMTP; 31 Dec 2003 18:31:38 -0000 Received: from sadr.equallogic.com (localhost.localdomain [127.0.0.1]) by sadr.equallogic.com (8.12.8/8.12.8) with ESMTP id hBVIVcf9021158 for ; Wed, 31 Dec 2003 13:31:38 -0500 Received: from deneb.dev.equallogic.com (deneb [172.16.1.99]) by sadr.equallogic.com (8.12.8/8.12.8) with ESMTP id hBVIVciu021153; Wed, 31 Dec 2003 13:31:38 -0500 Received: from PKONING.equallogic.com (localhost.localdomain [127.0.0.1]) by deneb.dev.equallogic.com (8.11.6/8.11.6) with ESMTP id hBVIVbW25558; Wed, 31 Dec 2003 13:31:37 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16371.5641.916000.68943@gargle.gargle.HOWL> Date: Wed, 31 Dec 2003 18:31:00 -0000 From: Paul Koning To: cagney@gnu.org Cc: gdb@sources.redhat.com Subject: Re: Looking for a gdb function to handle alias addresses References: <16369.64013.161868.574183@gargle.gargle.HOWL> <3FF30934.4030203@gnu.org> X-SW-Source: 2003-12/txt/msg00303.txt.bz2 >>>>> "Andrew" == Andrew Cagney writes: Andrew> Try reloading the relevant symbol file at the second address Andrew> (so that the symbol information is available for both address Andrew> ranges) (but please don't ask me how to do this). Neat. That works... Andrew> I suspect that anything involving teaching GDB about address Andrew> aliases would be too garish and invasive. Ok -- a simple solution like you describe is certainly attractive. Thanks! paul