Re: debugging problems (was Re: Suggestion - don't require sane and artsc)

2003-12-10 Thread Eric Pouech
Indeed. Looking at the loop in DEBUG_ReadExecutableDbgInfo, the values of dyn.d_tag it iterates through look nothing like the output of readelf -d wine (they should, right?) yup The numbers it shows me (after adding a trace) don't even map to the DT_ constants I see in elf.h at all...

Re: debugging problems (was Re: Suggestion - don't require sane and artsc)

2003-12-10 Thread Gregory M. Turner
On Wednesday 10 December 2003 01:52 pm, Eric Pouech wrote: Indeed. Looking at the loop in DEBUG_ReadExecutableDbgInfo, the values of dyn.d_tag it iterates through look nothing like the output of readelf -d wine (they should, right?) yup The numbers it shows me (after adding a trace)

Re: debugging problems (was Re: Suggestion - don't require sane and artsc)

2003-12-10 Thread Alexandre Julliard
Gregory M. Turner [EMAIL PROTECTED] writes: actually, AFAICS it's just looking at wine... where is a good place to verify this (with a trace)? Perhaps this is the whole problem? I am not mentally up-to-date on the latest with wine-{k,p}thread, the wrapper, etc... maybe it's time to read

Re: debugging problems (was Re: Suggestion - don't require sane and artsc)

2003-12-09 Thread Gregory M. Turner
On Saturday 06 December 2003 12:15 am, Eric Pouech wrote: not really, in fact not reading .so file is linked to being able (or not) to read the .dynamic section of the ELF header Indeed. Looking at the loop in DEBUG_ReadExecutableDbgInfo, the values of dyn.d_tag it iterates through look

debugging problems (was Re: Suggestion - don't require sane and artsc)

2003-12-05 Thread Gregory M. Turner
On Friday 05 December 2003 04:15 pm, Chris Morgan wrote: I can see about making this change as I did it once before for the jack audio driver. Can someone fix the debug symbols issue? I've got a patch for the jack driver that I'm having trouble debugging without it :-P I think this may be