Thread overview | ||||||
---|---|---|---|---|---|---|
|
February 13, 2011 [Issue 5569] New: 64 bit Dwarf symbolic debug info not recognized by gdb | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=5569 Summary: 64 bit Dwarf symbolic debug info not recognized by gdb Product: D Version: D1 & D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: bugzilla@digitalmars.com --- Comment #0 from Walter Bright <bugzilla@digitalmars.com> 2011-02-13 15:05:45 PST --- I haven't figured out what's wrong with it yet. Any help would be appreciated. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
February 18, 2011 [Issue 5569] 64 bit Dwarf symbolic debug info not recognized by gdb | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | http://d.puremagic.com/issues/show_bug.cgi?id=5569 --- Comment #1 from dawg@dawgfoto.de 2011-02-17 16:45:53 PST --- Created an attachment (id=915) fix wrong initialization The data_alignment_factor isn't set to a valid LEB128 value. Fixing this allows to step in the debugger at least. Still data and frames are incorrect though. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
February 19, 2011 [Issue 5569] 64 bit Dwarf symbolic debug info not recognized by gdb | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | http://d.puremagic.com/issues/show_bug.cgi?id=5569 --- Comment #2 from Walter Bright <bugzilla@digitalmars.com> 2011-02-18 18:06:29 PST --- dawg's patch https://github.com/D-Programming-Language/dmd/commit/aa119019ad10850358cf0a59b582d275befe8d95 https://github.com/D-Programming-Language/dmd/commit/b651c05df010d602709b6c3a7ed28ff8d32bf89b -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
March 04, 2011 [Issue 5569] 64 bit Dwarf symbolic debug info not recognized by gdb | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | http://d.puremagic.com/issues/show_bug.cgi?id=5569 --- Comment #3 from Mathias Baumann <mathias.baumann@sociomantic.com> 2011-03-04 11:51:22 PST --- I don't know whether it's related or not, but the linux libc function "backtrace" only manages to extract one frame. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation