From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30994 invoked by alias); 29 Sep 2003 05:18:50 -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 30981 invoked from network); 29 Sep 2003 05:18:45 -0000 Received: from unknown (HELO monty-python.gnu.org) (199.232.76.173) by sources.redhat.com with SMTP; 29 Sep 2003 05:18:45 -0000 Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.22) id 1A3qLR-0007ly-8g; Mon, 29 Sep 2003 01:13:13 -0400 Date: Mon, 29 Sep 2003 05:36:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: ac131313@redhat.com,gdb@sources.redhat.com In-reply-to: <20030928210701.GA22100@nevyn.them.org> (message from Daniel Jacobowitz on Sun, 28 Sep 2003 17:07:01 -0400) Subject: Re: Tracepoint support in Cygnus GDB ? Reply-to: Eli Zaretskii References: <6654-Wed24Sep2003201904+0300-eliz@elta.co.il> <3F72FF8C.3080104@redhat.com> <6654-Sat27Sep2003132618+0300-eliz@elta.co.il> <3F75A491.4010203@redhat.com> <1659-Sat27Sep2003204134+0300-eliz@elta.co.il> <3F75D8D3.2090207@redhat.com> <2427-Sun28Sep2003102631+0300-eliz@elta.co.il> <3F76EC92.6010005@redhat.com> <4098-Sun28Sep2003234119+0300-eliz@elta.co.il> <20030928210701.GA22100@nevyn.them.org> X-SW-Source: 2003-09/txt/msg00364.txt.bz2 > Date: Sun, 28 Sep 2003 17:07:01 -0400 > From: Daniel Jacobowitz > > On Sun, Sep 28, 2003 at 11:41:20PM +0200, Eli Zaretskii wrote: > > > Separate debug info is very much an embedded feature - it lets embedded > > > distros make optional all the debug info for all those embedded C and > > > C++ libraries. > > > > Still, it requires a feature in Binutils that only exists on > > GNU/Linux. > > That is not correct. It works for any ELF target. Perhaps I don't know something: I thought that separate debug info required support from Binutils, to be able to produce the files with the debug info. I'm sure at some point someone said here that this option is not available on all systems. Isn't that right? What is the exact procedure of producing the separate debug info? > Don't you consider improved debugging of optimized code to be > a feature? Especially considering how abysmal support is now. I consider this a bugfix.