dl (Display LDT)

dl[a | p | s | h] [range]
 

The dl command displays the specified range of entries in the local descriptor table (LDT).

a
Displays all entries in the table, not just the valid ones. By default, only the valid LDT entries are displayed. If range specifies a global descriptor table (GDT) selector, it displays the appropriate GDT entry.
p
Displays private segment selectors.
s
Displays shared segment selectors.
h
Displays huge segment selectors. To display the huge segment selectors, give the shadow selector followed by the maximum number of selectors reserved for that segment plus 1.
range
Specifies the range of entries to be displayed. If you omit range, the entire table is displayed.

The command displays the selector, descriptor type, base address, limit, privilege, and other descriptor flags.