From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7237 invoked by alias); 16 Jan 2008 15:02:08 -0000 Received: (qmail 7228 invoked by uid 22791); 16 Jan 2008 15:02:08 -0000 X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.178) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 16 Jan 2008 15:01:45 +0000 Received: by wa-out-1112.google.com with SMTP id l35so477550waf.12 for ; Wed, 16 Jan 2008 07:01:44 -0800 (PST) Received: by 10.115.74.1 with SMTP id b1mr1006503wal.93.1200495704203; Wed, 16 Jan 2008 07:01:44 -0800 (PST) Received: by 10.114.57.14 with HTTP; Wed, 16 Jan 2008 07:01:44 -0800 (PST) Message-ID: <585a84dc0801160701h5d8b174cy9a0fc1d31c161c74@mail.gmail.com> Date: Wed, 16 Jan 2008 15:02:00 -0000 From: "Fabio Dell'Aria" To: "Markus Deuling" , "Fabio Dell'Aria" , "GDB Mailinglist" Subject: Re: Extract debug symbols to external file In-Reply-To: <20080116134419.GA30402@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <585a84dc0801160408i7b766f7elde3bd1037d646770@mail.gmail.com> <478DF68A.8060901@de.ibm.com> <20080116134419.GA30402@caradoc.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00126.txt.bz2 Hi, 2008/1/16, Daniel Jacobowitz : > On Wed, Jan 16, 2008 at 01:20:26PM +0100, Markus Deuling wrote: > > Fabio Dell'Aria schrieb: > >> Hi to all, > >> > >> how I can extract the debug symbols (extract not only copy) from the > >> Project.exe file to the Project.dbg file? > >> > >> Exists any simple command (or also complex)? ;) > >> > > > > If you use Linux you could take the strip command. But I guess you don't :-) So maybe google > > for a windows-based alternative to strip. > > GNU Binutils works fine on Windows. Fabio, take a look at > --only-keep-debug and --add-gnu-debuglink. > > -- > Daniel Jacobowitz > CodeSourcery Thanks Daniel, works like a charm! :) -- Best regards... Fabio Dell'Aria.