[Issue 3987] [gdb] Invalid DWARF output for function pointers

2014-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3987 Walter Bright changed: What|Removed |Added Version|1.055 |D1 --

[Issue 3987] [gdb] Invalid DWARF output for function pointers

2010-05-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 Don changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3987] [gdb] Invalid DWARF output for function pointers

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 --- Comment #16 from Walter Bright 2010-04-27 12:37:33 PDT --- Robert, I should add that I'm very indebted to you for figuring out what was going wrong with the dwarf output. Thank you! -- Configure issuemail: http://d.puremagic.com/issues/u

[Issue 3987] [gdb] Invalid DWARF output for function pointers

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 --- Comment #15 from Robert Clipsham 2010-04-27 19:43:59 BST --- Using r452 all my mini tests are working, I haven't tried QtD or other real apps, the test cases I got from them seem to work though :) -- Configure issuemail: http://d.puremag

[Issue 3987] [gdb] Invalid DWARF output for function pointers

2010-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 3987] [gdb] Invalid DWARF output for function pointers

2010-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 Robert Clipsham changed: What|Removed |Added Attachment #594 is|0 |1 obsolete|

[Issue 3987] [gdb] Invalid DWARF output for function pointers

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 Eldar Insafutdinov changed: What|Removed |Added CC||e.insafutdi...@gmail.com --- Comm

[Issue 3987] [gdb] Invalid DWARF output for function pointers

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #11 fro

[Issue 3987] [gdb] Invalid DWARF output for function pointers

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 Robert Clipsham changed: What|Removed |Added Attachment #593 is|0 |1 obsolete|

[Issue 3987] [gdb] Invalid DWARF output for function pointers

2010-03-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 Robert Clipsham changed: What|Removed |Added Keywords|patch | --- Comment #9 from Robert Clipsham

[Issue 3987] [gdb] Invalid DWARF output for function pointers

2010-03-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 Robert Clipsham changed: What|Removed |Added Keywords||patch --- Comment #8 from Robert Cli

[Issue 3987] [gdb] Invalid DWARF output for function pointers

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 Robert Clipsham changed: What|Removed |Added Keywords|patch | --- Comment #7 from Robert Clipsham

[Issue 3987] [gdb] Invalid DWARF output for function pointers

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 Robert Clipsham changed: What|Removed |Added Keywords||patch --- Comment #6 from Robert Cli

[Issue 3987] [gdb] Invalid DWARF output for function pointers

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 --- Comment #5 from Robert Clipsham 2010-03-29 15:29:47 PDT --- Created an attachment (id=593) Patch for bug 3987 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 3987] [gdb] Invalid DWARF output for function pointers

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 --- Comment #4 from Robert Clipsham 2010-03-29 14:28:51 PDT --- I've found the issue. In backend/dwarf.c:dward_typidx(), there is a switch statement which switches on the basic type for the current type. For a function pointer, this is a point

[Issue 3987] [gdb] Invalid DWARF output for function pointers

2010-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 --- Comment #3 from Robert Clipsham 2010-03-28 07:37:29 PDT --- I've picked up on this again today, and it seems the debug info produced is wrong either way... -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 3987] [gdb] Invalid DWARF output for function pointers

2010-03-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 --- Comment #2 from Robert Clipsham 2010-03-27 12:12:48 PDT --- For some unknown reason (probably PEBKAC), the attachments were added to the wrong ticket... See: # objdump --dwarf test > dwarf http://d.puremagic.com/issues/attachment.cgi?id=59

[Issue 3987] [gdb] Invalid DWARF output for function pointers

2010-03-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3987 --- Comment #1 from Robert Clipsham 2010-03-27 12:01:39 PDT --- Compile with: $ dmd -c -gc test.d $ gcc test.o -o test -m32 (Note: I had a dmd.conf in the same directory to make sure druntime/phobos weren't included, I don't know if this is ne