[Issue 16077] New: [CodeView] no language information in MS-COFF debug information
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu May 26 02:11:28 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16077
Issue ID: 16077
Summary: [CodeView] no language information in MS-COFF debug
information
Product: D
Version: D2
Hardware: x86_64
OS: Windows
Status: NEW
Severity: enhancement
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: r.sagitario at gmx.de
The codeview debug information generated by dmd for MS-COFF does not contain
any language information which could be used by a debugger to select the
expression evaluator.
This can be implemeted by adding a S_COMPILE record.
The OMF debug information contains this record, but only pretends to be C/C++.
--
More information about the Digitalmars-d-bugs
mailing list