davidbrs / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Support compressed debug sections in ELF binaries #615

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I noticed some debugging libraries on Ubuntu 14.04 has the following sections 
instead of the normal .debug_foo sections.

.zdebug_aranges
.zdebug_info
.zdebug_abbrev
.zdebug_line
.zdebug_str
.zdebug_loc
.zdebug_ranges

Original issue reported on code.google.com by thestig@chromium.org on 5 Nov 2014 at 7:41