D.gnu - gdb and .debug_frame section
- Walter Bright (1/1) May 01 2006 Anyone know anything about the gdb internals with respect to .debug_fram...
- Marcus R. Brown (3/4) May 02 2006 DWARF home: http://dwarf.freestandards.org/Home.php
- Walter Bright (4/9) May 02 2006 I have the specs - the trouble is, gdb appears to show a correct
- John Demme (7/18) May 02 2006 When I was working on the GDB patch, I was on the a GDB mailing list. I
- Walter Bright (2/21) May 04 2006 I'll check out the mailing list. Thanks!
Anyone know anything about the gdb internals with respect to .debug_frame?
May 01 2006
DWARF home: http://dwarf.freestandards.org/Home.php DWARF2 spec: ftp://ftp.freestandards.org/pub/dwarf/dwarf-2.0.0.pdf Walter Bright <newshound digitalmars.com> wrote:Anyone know anything about the gdb internals with respect to .debug_frame?
May 02 2006
Marcus R. Brown wrote:DWARF home: http://dwarf.freestandards.org/Home.php DWARF2 spec: ftp://ftp.freestandards.org/pub/dwarf/dwarf-2.0.0.pdf Walter Bright <newshound digitalmars.com> wrote:I have the specs - the trouble is, gdb appears to show a correct backtrace regardless of whether the .debug_frame section is emitted or not. So what does gdb need it for?Anyone know anything about the gdb internals with respect to .debug_frame?
May 02 2006
Walter Bright wrote:Marcus R. Brown wrote:When I was working on the GDB patch, I was on the a GDB mailing list. I found the list to be very friendly and helpful. I would recommend asking there if you're working on some DWARF output! If you do join one of the lists, let me know and I'll hop on as well, since I'd like to further the D patch for GDB to support anything D needs it to. ~John Demme (me teqdruid.com)DWARF home: http://dwarf.freestandards.org/Home.php DWARF2 spec: ftp://ftp.freestandards.org/pub/dwarf/dwarf-2.0.0.pdf Walter Bright <newshound digitalmars.com> wrote:I have the specs - the trouble is, gdb appears to show a correct backtrace regardless of whether the .debug_frame section is emitted or not. So what does gdb need it for?Anyone know anything about the gdb internals with respect to .debug_frame?
May 02 2006
John Demme wrote:Walter Bright wrote:I'll check out the mailing list. Thanks!Marcus R. Brown wrote:When I was working on the GDB patch, I was on the a GDB mailing list. I found the list to be very friendly and helpful. I would recommend asking there if you're working on some DWARF output! If you do join one of the lists, let me know and I'll hop on as well, since I'd like to further the D patch for GDB to support anything D needs it to.DWARF home: http://dwarf.freestandards.org/Home.php DWARF2 spec: ftp://ftp.freestandards.org/pub/dwarf/dwarf-2.0.0.pdf Walter Bright <newshound digitalmars.com> wrote:I have the specs - the trouble is, gdb appears to show a correct backtrace regardless of whether the .debug_frame section is emitted or not. So what does gdb need it for?Anyone know anything about the gdb internals with respect to .debug_frame?
May 04 2006