This is the mail archive of the gdb-prs@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]

[Bug symtab/15350] GDB can't read compressed debug sections (mingw32 target)


http://sourceware.org/bugzilla/show_bug.cgi?id=15350

--- Comment #2 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> 2013-04-09 23:24:22 UTC ---
Created attachment 6970
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6970
Attaching both uncompressed and compressed .exe files

$ gdb compressed.exe
[...]
Reading symbols from /tmp/compressed.exe...Can't read data for section
'.debug_info' in file '/tmp/compressed.exe'
Can't read data for section '.debug_frame' in file '/tmp/compressed.exe'
[...]
$ objcopy --decompress-debug-sections compressed.exe
objcopy:compressed.exe[.debug_aranges]: Bad value

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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