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


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.

--
 Markus Deuling
 GNU Toolchain for Linux on Cell BE
 deuling@de.ibm.com


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