Re: dwarf2 support progress step 4

2005-05-21 Thread Raphael
On Saturday 21 May 2005 11:39, Lionel Ulmer wrote: > >From what I know, this will allow to build Wine without the -gstabs+ > > compilation flag. Ie Wine will understand the new (standard) DWARF2 > debugging symbols. Yes, you are right :) dwarf2 debug format is the standard format since gcc3 (and

Re: dwarf2 support progress step 4

2005-05-21 Thread Eric Pouech
Mike Hearn a écrit : On Fri, 20 May 2005 23:16:12 +0200, Raphael wrote: We only have to build a correct symt model to get it working perfectly What exactly will this work allow - will winedbg get better as a result? At the moment backtraces already give function information... it will displa

Re: dwarf2 support progress step 4

2005-05-21 Thread Lionel Ulmer
On Sat, May 21, 2005 at 10:22:02AM +0100, Mike Hearn wrote: > What exactly will this work allow - will winedbg get better as a result? > At the moment backtraces already give function information... >From what I know, this will allow to build Wine without the -gstabs+ compilation flag. Ie Wine wil

Re: dwarf2 support progress step 4

2005-05-21 Thread Mike Hearn
On Fri, 20 May 2005 23:16:12 +0200, Raphael wrote: > We only have to build a correct symt model to get it working perfectly What exactly will this work allow - will winedbg get better as a result? At the moment backtraces already give function information... thanks -mike