This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Extract debug symbols to external file


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]