digitalmars.D - compiler flags
- Andrew Fedoniouk (8/8) Feb 12 2005 Is there any information about following flags, their effects
- Walter (5/13) Feb 12 2005 It adds codeview symbolic debug info for Windows, and Dwarf symbolic deb...
- John Demme (5/17) Feb 12 2005 Well... it tries to add the Dwarf symbolic debug info, but it doesn't
- Andrew Fedoniouk (3/20) Feb 13 2005 Thanks a lot, Walter.
Is there any information about following flags, their effects and symbolic info produced by dmd.exe? -g add symbolic debug info -gt add trace profiling hooks Andrew Fedoniouk. http://terrainformatica.com
Feb 12 2005
"Andrew Fedoniouk" <news terrainformatica.com> wrote in message news:cukddo$s3e$1 digitaldaemon.com...Is there any information about following flags, their effects and symbolic info produced by dmd.exe? -g add symbolic debug infoIt adds codeview symbolic debug info for Windows, and Dwarf symbolic debug info for Linux.-gt add trace profiling hookswww.digitalmars.com/ctg/trace.htmlAndrew Fedoniouk. http://terrainformatica.com
Feb 12 2005
Walter wrote:"Andrew Fedoniouk" <news terrainformatica.com> wrote in message news:cukddo$s3e$1 digitaldaemon.com...Well... it tries to add the Dwarf symbolic debug info, but it doesn't seem to put the line numbers in correctly, so you still can't do stuff like step through a program, unless you want to step through the assembly. JohnIs there any information about following flags, their effects and symbolic info produced by dmd.exe? -g add symbolic debug infoIt adds codeview symbolic debug info for Windows, and Dwarf symbolic debug info for Linux.
Feb 12 2005
Thanks a lot, Walter. "Walter" <newshound digitalmars.com> wrote in message news:cukgia$vit$1 digitaldaemon.com..."Andrew Fedoniouk" <news terrainformatica.com> wrote in message news:cukddo$s3e$1 digitaldaemon.com...Is there any information about following flags, their effects and symbolic info produced by dmd.exe? -g add symbolic debug infoIt adds codeview symbolic debug info for Windows, and Dwarf symbolic debug info for Linux.-gt add trace profiling hookswww.digitalmars.com/ctg/trace.htmlAndrew Fedoniouk. http://terrainformatica.com
Feb 13 2005