From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2488 invoked by alias); 24 Dec 2004 11:05:11 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 2277 invoked from network); 24 Dec 2004 11:04:59 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 24 Dec 2004 11:04:59 -0000 Received: from zaretski (tony06-90-157.inter.net.il [80.230.90.157]) by legolas.inter.net.il (MOS 3.5.5-GR) with ESMTP id DJZ82153 (AUTH halo1); Fri, 24 Dec 2004 13:04:48 +0200 (IST) Date: Fri, 24 Dec 2004 14:46:00 -0000 From: "Eli Zaretskii" To: Michael Snyder Message-ID: <01c4e9a8$Blat.v2.2.2$589a47e0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: jjohnstn@redhat.com, gdb-patches@sources.redhat.com In-reply-to: <41CB471E.8060500@redhat.com> (message from Michael Snyder on Thu, 23 Dec 2004 14:30:54 -0800) Subject: Re: [RFA]: Modified Watchthreads Patch Reply-to: Eli Zaretskii References: <41B8E16D.6070505@redhat.com> <01c4deb2$Blat.v2.2.2$ce83b6e0@zahav.net.il> <41CB471E.8060500@redhat.com> X-SW-Source: 2004-12/txt/msg00435.txt.bz2 > Date: Thu, 23 Dec 2004 14:30:54 -0800 > From: Michael Snyder > CC: Jeff Johnston , gdb-patches@sources.redhat.com > > Good grief -- they all get coff, dwarf, elf, stabs, and mdebug > readers... what's a function here or there? ;-) Not all the readers are just ballast. For example, the DJGPP development tools support 3 debug formats: COFF, stabs, and DWARF2, and 2 executable formats: COFF and stubbed COFF. And I do think we should have some machinery in place to determine at configure time what readers will be compiled in.