Debugging Tools for Windows

!amli ln

The !amli ln extension displays the specified method or the method containing a given address.

Syntax

Syntax in Windows 2000

!acpikd.amli ln [ MethodName | CodeAddress ] 

Syntax in Windows XP and later

!amli ln [ MethodName | CodeAddress ] 

Parameters

MethodName
Specifies the full path of the method name. If MethodName specifes an object that is not actually a method, an error results.
CodeAddress
Specifies the address of the AML code that is contained in the desired method. If CodeAddress is prefixed with two percent signs (%%), it is interpreted as a physical address. Otherwise, it is interpreted as a virtual address.

DLL

Windows NT 4.0 Unavailable
Windows 2000 Acpikd.dll
Windows XP and later Kdexts.dll

Comments

If neither MethodName nor CodeAddress is specified, the method associated with the current context is displayed.

The following command shows the method being currently run:

kd> !amli ln
c29accf5: \_WAK

The method _WAK is shown, with address 0xC29ACCF5.

Additional Information

For information about related commands and their uses, see The AMLI Debugger.

Build machine: CAPEBUILD