[haiku-commits] Re: r33914 - haiku/trunk/src/apps/debugger/dwarf

  • From: "Ingo Weinhold" <ingo_weinhold@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 06 Nov 2009 17:06:00 +0100

-------- Original-Nachricht --------
> Datum: Fri, 06 Nov 2009 16:58:15 +0100
> Von: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>

> ingo_weinhold@xxxxxx wrote:
> > Log:
> > gcc 2.95.3 doesn't generate a .debug_frame section. Fortunately it 
> > generates a
> > .eh_frame section which seems to have almost identical contents 
> > (haven't found
> > any specification). So now we use .eh_frame with minor tweaks, when
> > .debug_frame is not available.
> 
> Thanks for working on this! However, does it already work for you? As 
> of r33920, I still have an empty "variables" column.

With r33916 the all variables save for an array appeared for my test program. 
The array issue is fixed in r33919. If something still doesn't work for you, 
please tell/send me what you are testing with. And don't forget to build with 
debug info... ;-)

CU, Ingo

Other related posts: