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

Re: gdb 7.0 on darwin 10



On Oct 12, 2009, at 6:26 PM, Vincent Bénony wrote:


Hi there !

I'm pretty impressed by the new functionalities of GDB 7.0, which works pretty well on my Linux box. But, I've some problem with the darwin version.

I currently use an iMac under darwin 10 (Snow Leopard).

First of all, it seems that the dyld struct used by gdb to catch dylib loading have changed: the version number was 1 under darwin 9, and is now 7. So, commands like "info sharedlibrary" do not work unless I change the DYLD_VERSION macro definition in gdb/solib- darwin.c file. By the way, by changing the definition on DYLD_VERSION and by testing everywhere in the code that version is less or equal to 7, I finally got gdb reading symbols of my dylib files correctly !

Hi,


this is now fixed in gdb.

Thanks,
Tristan.


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