Bug 14268 – Win64: debug info for associative arrays have no type information

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
x86_64
OS
Windows
Creation time
2015-03-10T06:43:00Z
Last change time
2015-06-17T21:03:00Z
Keywords
pull, symdeb
Assigned to
nobody
Creator
r.sagitario

Comments

Comment #0 by r.sagitario — 2015-03-10T06:43:11Z
Current debug output for associative arrays for COFF output just emits a struct struct dAssocArray { void* ptr; } without any info for key and value type. This makes it pretty hard for any debugger to display something useful.
Comment #1 by r.sagitario — 2015-03-10T06:45:30Z
Comment #2 by github-bugzilla — 2015-03-25T06:52:24Z
Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a6157cbc64716e8c6c9b13d410bde467b7afd009 Merge pull request #4473 from rainers/cv8_aa_typeinfo Fix Issue 14268 - Win64: debug info for associative arrays have no type information
Comment #3 by github-bugzilla — 2015-06-17T21:03:00Z