From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18389 invoked by alias); 29 Oct 2003 06:58:52 -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 18200 invoked from network); 29 Oct 2003 06:58:39 -0000 Received: from unknown (HELO monty-python.gnu.org) (199.232.76.173) by sources.redhat.com with SMTP; 29 Oct 2003 06:58:39 -0000 Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AEkH9-0000YO-88; Wed, 29 Oct 2003 01:57:51 -0500 Date: Wed, 29 Oct 2003 06:58:00 -0000 Message-Id: From: Eli Zaretskii To: Jim Blandy CC: Ken.Dyck@dspfactory.com, gdb@sources.redhat.com In-reply-to: (message from Jim Blandy on 29 Oct 2003 01:07:11 -0500) Subject: Re: FW: Targeting dual Harvard architectures Reply-to: Eli Zaretskii References: X-SW-Source: 2003-10/txt/msg00319.txt.bz2 > From: Jim Blandy > Date: 29 Oct 2003 01:07:11 -0500 > > x/i (@code char *) 0x1234 > x/i (@data char *) 0x1234 > > and it'll do the right thing, if you define the ADDRESS_TO_POINTER and > POINTER_TO_ADDRESS methods appropriately. > > (Hey, this isn't in the GDB manual anywhere!) Then let's add it.