[Issue 15609] Populate vtable in debuginfo

2018-09-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15609 Manu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15609] Populate vtable in debuginfo

2018-05-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15609 --- Comment #1 from Manu --- MSVC emits the vptr as "__vfptr", which is a pointer to an array of void* Please have DMD match this array of void* convention, so we can inspect the state of the vtable in D just the same as in