From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14927 invoked by alias); 28 Aug 2003 20:16:10 -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 14898 invoked from network); 28 Aug 2003 20:16:09 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 28 Aug 2003 20:16:09 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id BB0C22B7F; Thu, 28 Aug 2003 16:16:10 -0400 (EDT) Message-ID: <3F4E630A.5000500@redhat.com> Date: Thu, 28 Aug 2003 20:16:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb@sources.redhat.com Subject: Re: More debug info test directories? References: <3F42250B.7080304@redhat.com> <20030819132837.GA18748@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00317.txt.bz2 > Absolutely a good idea. What do you think about letting these use the > .inc files in gdb.asm? Writing raw dwarf2 could require arch hooks, > unless you want to point all offsets at constant addresses instead of > at a variable's actual location. For instance some architectures need > to use .word vs .quad. Ah. If it's needed. Andrew