2 Jul 2003 12:19
Re: separated debuginfo patch
Philippe Elie <phil.el <at> wanadoo.fr>
2003-07-02 10:19:17 GMT
2003-07-02 10:19:17 GMT
graydon hoare wrote: > hi, > > the following is a patch which adds support for looking up debugging > symbols in "separated debuginfo files", which appear in newer versions > of RHL (possibly elsewhere?). they're ELF files which have the is this already in production distro or only as alpha code ? > debugging sections (but none of the .text sections) of some other ELF > file. they can be installed separately, from a -debuginfo RPM, so when > you realize you *want* to profile or debug a file, you just install > its -debuginfo RPM and run the debugger or profiler again. > > the connection between the "main" binary and its debuginfo file is > made via some well defined name mangling and a crc32 of the debuginfo > file which is embedded in the main file. "well defined" ? reading the code I'm unusure of that. Elaborate please I'm also confused by the name debuginfo, is opannotate --source working with this patch or is it working only for symbol name information ? > > comments / corrections? ok to apply? I think it's a good idea to support separate debug info but I prefer John comment this idea.(Continue reading)
RSS Feed