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/13277] gdb does not resolve opaque structures inbinaries compiled with ICC.


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

--- Comment #2 from John Steele Scott <toojays at toojays dot net> 2011-10-09 10:39:38 UTC ---
Created attachment 5969
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5969
Patch against gdb-7.3.1 to resolve opaque types on ICC compiled binaries.

This patch against gdb-7.3.1 sets the "stub" flag on structures with a zero
size attribute, which allows GDB to resolve the opaque structure pointers
produced by ICC.

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