1 /ALL
Specifies that the symbol records of all modules in the current image be loaded into the RST.
2 /CALLS
Sets all the modules that currently have routines on the call stack. If a module is already set, /CALLS has no effect on that module.
3 /RELATED
/RELATED (default) /NORELATED (Applies to Ada programs.) Controls whether the debugger loads into the RST the symbol records of a module that is related to a specified module through a with-clause or subunit relationship. Once loaded, you can reference names declared in related modules within debugger commands exactly as you reference them within the Ada source code.