diff options
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r-- | gcc/ada/debug.adb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb index 4629756..8cb47ac 100644 --- a/gcc/ada/debug.adb +++ b/gcc/ada/debug.adb @@ -140,7 +140,7 @@ package body Debug is -- d.T Force Optimize_Alignment (Time) -- d.U -- d.V - -- d.W + -- d.W Print out debugging information for Walk_Library_Items -- d.X -- d.Y -- d.Z @@ -559,6 +559,10 @@ package body Debug is -- d.T Force Optimize_Alignment (Time) mode as the default + -- d.W Print out debugging information for Walk_Library_Items, including + -- the order in which units are walked. This is primarily for SofCheck + -- Inspector. + -- d1 Error messages have node numbers where possible. Normally error -- messages have only source locations. This option is useful when -- debugging errors caused by expanded code, where the source location |