!dblink

The !dblink extension displays a linked list in the backward direction.

!dblink Address [Count] [Bias]  

Parameters

Address
Specifies the address of a LIST_ENTRY structure. The display will begin with this node.

Count
Specifies the maximum number of list entries to display. If this is omitted, the default is 32.

Bias
Specifies a mask of bits to ignore in each pointer. Each Blink address is ANDed with (NOT Bias) before following it to the next location. The default is zero (in other words, do not ignore any bits).

DLL

Kdexts.dll

Remarks

The !dblink extension traverses the Blink fields of the LIST_ENTRY structure and displays up to four ULONGs at each address. To go in the other direction, use !dflink.

The dl (Display Linked List) command is more versatile than !dblink and !dflink.