[Issue 11660] use newer DWARF version?

2020-05-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11660 Mathias LANG changed: What|Removed |Added Keywords||bootcamp CC|

[Issue 11660] use newer DWARF version?

2014-12-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11660 --- Comment #4 from Martin Nowak --- Looks like DW_TAG_array_type and DW_AT_data_location are already present in DWARF3. --

[Issue 11660] use newer DWARF version?

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11660 Andrei Alexandrescu changed: What|Removed |Added Version|unspecified |D2 --

[Issue 11660] use newer DWARF version?

2014-02-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11660 Iain Buclaw changed: What|Removed |Added CC||ibuc...@ubuntu.com --- Comment #1 from

[Issue 11660] use newer DWARF version?

2014-02-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11660 --- Comment #2 from Martin Nowak 2014-02-14 03:09:58 PST --- Why? What tools can use Dwarf 3? The more interesting stuff that allows D's arrays is only available with version 4. -- Configure issuemail: https://d.puremagic.com/issues/userpre

[Issue 11660] use newer DWARF version?

2014-02-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11660 --- Comment #3 from Iain Buclaw 2014-02-14 03:52:23 PST --- As in, make sure that you at least implement types that can be represented as of DWARFv3, but for whatever reason DMD doesn't do it (eg: enums) I'm not sure how you would represent

[Issue 11660] use newer DWARF version?

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11660 Iain Buclaw changed: What|Removed |Added Priority|P2 |P3 --