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] New: GDB can't read compressed debug sections (mingw32 target)


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

             Bug #: 15350
           Summary: GDB can't read compressed debug sections (mingw32
                    target)
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
        AssignedTo: unassigned@sourceware.org
        ReportedBy: d.g.gorbachev@gmail.com
    Classification: Unclassified
            Target: mingw32


$ gcc -g 1.c
$ gdb a.exe
[...]
Reading symbols from /tmp/a.exe...done.
[...]
$ objcopy --compress-debug-sections a.exe
$ gdb a.exe
[...]
Reading symbols from /tmp/prog.exe...Can't read data for section '.debug_line'
in file '/tmp/prog.exe'
(no debugging symbols found)...done.
[...]

-- 
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]