dwarf debug info under windows ?
    kinke 
    noone at nowhere.com
       
    Thu Jul  2 09:43:22 UTC 2020
    
    
  
On Thursday, 2 July 2020 at 07:22:01 UTC, Basile B. wrote:
> If I compile a debug build with LDC2, targeting amd64 and 
> without VS installed, does LDC generate debug infos compatible 
> with GDB or not ?
LDC/LLVM generates CodeView for MSVC targets and DWARF for MinGW 
(...-windows-gnu triples). MinGW isn't fully supported though, so 
unless GDB supports CodeView in the meantime, it probably won't 
work.
    
    
More information about the digitalmars-d-ldc
mailing list