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 shlibs/11488] fsf gdb x86_64-apple-darwin crashes when loadinglibraries due to an endless loop


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

Fawzi Mohamed <fawzi at gmx dot ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #5808|0                           |1
        is obsolete|                            |

--- Comment #14 from Fawzi Mohamed <fawzi at gmx dot ch> 2011-06-23 18:53:30 UTC ---
Created attachment 5815
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5815
fixes read of mmaped sections

patch against the 7.2 branch that fixes the mmap based reading of sections of
fat architecture files (the mmap forgot the offset of the mach-o file within
the fat file (I also sneaked in a fix to support file offsets larger than 32
bits on 64 bit architectures, better be prepared ;).

This should fix a lot of errors, not only the eh_section, hopefully making the
debugger fully functional on mac.

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