system.debugger.l

Command/System Debugger, Releases: AP and R83

Displays frame link fields.

Syntax

l{data.reference.specification}

Description

displays the frame linkages for the given fid.

If the fid is not specified, the links for the frame most recently implied by a data reference specification are displayed.

A data format specification may not be used with this command and will generate an error message.

See '<ctrl>+n', '<ctrl>+p' in 'Functions: System Debugger'.

Frame linkages may be replaced. On the right side of the '=' sign, the values of the four elements may be changed using the following format:

lfid.address ...... =n1,n2,n3,n4

Where 'n1', replaces the number of contigous 'forward' links; 'n2' replaces the 'forward' linked frame; 'n3' replaces the 'backward' linked frame; and 'n4' replaces the number of contiguous 'backward' links.

Example

L109681<return> <= Enter command.
!L109681 0 : 109684 109514 : 0 = <= This displays.

This indicates that frame '109681' has a forward link to frame
'109684' and a backward link to '109514'.

In this example, '109681' is the current fid. The first '0'
is the number of contigous 'forward' links. '109684' is the
'forward' linked frame. '109514' is the
'backward' linked frame. The last '0' is the number of
contiguous 'backward' links.

See Also

Command Name Type Description
system.debugger.functions Definition System debugger replacement/display functions.
system.debugger.drs Definition How data is referenced.
system.debugger.dfs Definition Overview of format specifications.
system.debugger.overview Introductory Overview of system debugger.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.