Technical data
Programming Release Notes
6.9 Debugger
led to the following error:
DBG> show SYMBOL/FULL C_Outer
type C_Outer
struct (C_Outer, 1 component), size: 1 byte
contains the following members:
%DEBUG-E-INTERR, debugger error in DBGDUMP\DBG$GET_SYMBOL_OFFSET
or session corruption
This problem has been corrected.
6.9.16 Inline Code
V7.3
Previous versions of the debugger could fail when trying to set a breakpoint
within a routine that is inlined within a program that is compiled with the
/OPTIMIZED switch. Users would receive an error message similar to the
following:
DBG> SET BREAK %LINE 37
%DEBUG-E-INTERR, debugger error
in DBGEVENT_SEMANTICS\GET_LINE_BREAK_ADDRESSES 40
or session corruption
%DEBUG-E-CMDFAILED, the SET BREAK command has failed
This problem has been corrected.
6.9.17 Symbols in Nested Ada Packages
V7.3
Previous versions of the debugger failed to find symbols declared within nested
Ada packages when the actual package names were used. For example:
DBG> EXAMINE AETS_SPECIAL_EVENTS_DETECTION_DATA_.POOL.STUB_COUNTER_PUT
AETS_SPECIAL_EVENTS_DETECTION_DATA_.POOL.STUB_COUNTER_PUT: 0
DBG> EXAMINE AETS_SPECIAL_EVENTS_DETECTION_DATA.POOL.STUB_COUNTER_PUT
%DEBUG-E-NOSYMBOL, symbol ’AETS_SPECIAL_EVENTS_DETECTION_DATA\POOL.STUB_COUNTER_PUT’
is not in the symbol table
This problem has been corrected. For example:
DBG> EXAMINE AETS_SPECIAL_EVENTS_DETECTION_DATA_.POOL.STUB_COUNTER_PUT
AETS_SPECIAL_EVENTS_DETECTION_DATA_.POOL.STUB_COUNTER_PUT: 0
DBG> EXAMINE AETS_SPECIAL_EVENTS_DETECTION_DATA.POOL.STUB_COUNTER_PUT
AETS_SPECIAL_EVENTS_DETECTION_DATA_.POOL.STUB_COUNTER_PUT: 0
6.9.18 Symbol Table Errors
V7.3
Previous versions of the debugger had trouble reading certain debugger symbol
table (DST) files. For example:
%DEBUG-E-INTERR, debugger error in DBG$RST_FROM_DST: could not find
corresponding RST or session corruption
This problem has been corrected.
6.9.19 Debugger Runs out of Memory at Startup
V7.3
Previous versions of the debugger ran out of memory when loading certain large
programs. This problem has been corrected.
6–12 Programming Release Notes










