用於偵錯隨插即用驅動程式的擴充功能
當您偵錯隨插即用驅動程式時,您可能會發現下列偵錯工具擴充功能很有用。
!仲裁
顯示目前的系統資源仲裁者。 arbiter 是匯流排驅動程式公開的程式碼片段,可仲裁資源要求,並嘗試解決該匯流排上連線裝置之間的資源衝突。
!cmreslist
顯示指定之裝置物件的CM_RESOURCE_LIST。
您必須知道 CM 資源清單的位址。
以下是範例:
kd> !cmreslist 0xe12576e8
CmResourceList at 0xe12576e8 Version 0.0 Interface 0x1 Bus #0
Entry 0 - Port (0x1) Device Exclusive (0x1)
Flags (0x01) - PORT_MEMORY PORT_IO
Range starts at 0x3f8 for 0x8 bytes
Entry 1 - Interrupt (0x2) Shared (0x3)
Flags (0x01) - LATCHED
Level 0x4, Vector 0x4, Affinity 0xffffffff
這會顯示具有此 CM 資源清單的裝置使用 I/O Range 3F8-3FF 和 IRQ 4。
!Dcs
此延伸模組已經過時 -- 其功能已由 !pci細分。 請參閱本節稍後的 !pci 100 範例。
!devext
顯示各種裝置的匯流排特定裝置擴充功能資訊。
!devnode
顯示裝置樹狀結構中節點的相關資訊。
裝置節點 0 (零) 是裝置樹狀結構的根目錄。
以下是範例:
0: kd> !devnode 0xfffffa8003634af0
DevNode 0xfffffa8003634af0 for PDO 0xfffffa8003658590
Parent 0xfffffa8003604010 Sibling 0xfffffa80036508e0 Child 0000000000
InstancePath is "ROOT\SYSTEM\0000"
ServiceName is "swenum"
State = DeviceNodeStarted (0x308)
Previous State = DeviceNodeEnumerateCompletion (0x30d)
StateHistory[09] = DeviceNodeEnumerateCompletion (0x30d)
StateHistory[08] = DeviceNodeEnumeratePending (0x30c)
StateHistory[07] = DeviceNodeStarted (0x308)
StateHistory[06] = DeviceNodeStartPostWork (0x307)
StateHistory[05] = DeviceNodeStartCompletion (0x306)
StateHistory[04] = DeviceNodeStartPending (0x305)
...
Flags (0x6c000131) DNF_MADEUP, DNF_ENUMERATED,
DNF_IDS_QUERIED, DNF_NO_RESOURCE_REQUIRED,
DNF_NO_LOWER_DEVICE_FILTERS, DNF_NO_LOWER_CLASS_FILTERS,
DNF_NO_UPPER_DEVICE_FILTERS, DNF_NO_UPPER_CLASS_FILTERS
UserFlags (0x00000008) DNUF_NOT_DISABLEABLE
DisableableDepends = 1 (including self)
!devobj
顯示DEVICE_OBJECT的詳細資訊。
以下是範例:
kd> !devobj 0xff0d4af0
Device object (ff0d4af0) is for:
00252d \Driver\PnpManager DriverObject ff0d9030
Current Irp 00000000 RefCount 0 Type 00000004 Flags 00001040AttachedDev ff0b59e0
DevExt ff0d4ba8 DevNode ff0d4a08
Device queue is not busy.
!司機
不再支援 !drivers 命令。 請改用 lm t n 命令。
!drvobj
顯示DRIVER_OBJECT的詳細資訊。
列出指定驅動程式所建立的所有裝置物件。
以下是範例:
kd> !drvobj serial
Driver object (ff0ba630) is for:
\Driver\Serial
Driver Extension List: (id , addr)
Device Object list:
ffba3040 ff0b4040 ff0b59e0 ff0b5040
!ecb、!ecd、!ecw
(x86 目的電腦) 將一連串值寫入 PCI 設定空間。
ib, iw, id
從 I/O 埠讀取資料。
這三個命令對於判斷特定 I/O 範圍是否由所偵錯驅動程式以外的裝置所宣告很有用。 埠0xFF位元組值表示埠未使用中。
!ioreslist
顯示指定的IO_RESOURCE_REQUIREMENTS_LIST。
!Irp
顯示 IRP 的相關資訊。
!irpfind
顯示目前在目標系統中配置之所有 IRP 的相關資訊,或欄位符合指定搜尋準則之 IRP 的相關資訊。
!Pci
(x86 目的電腦僅) 顯示 PCI 匯流排的目前狀態,以及附加至它們的任何裝置。 它也可以顯示 PCI 設定空間。
下列範例會顯示主要匯流排上的裝置:
kd> !pci
PCI Bus 0
00:0 8086:1237.02 Cmd[0106:.mb..s] Sts[2280:.....] Device Host bridge
0d:0 8086:7000.01 Cmd[0007:imb...] Sts[0280:.....] Device ISA bridge
0d:1 8086:7010.00 Cmd[0005:i.b...] Sts[0280:.....] Device IDE controller
0e:0 1011:0021.01 Cmd[0107:imb..s] Sts[0280:.....] PciBridge 0->1-1 PCI-PCI
bridge
10:0 5333:8811.43 Cmd[0023:im.v..] Sts[0200:.....] Device VGA compatible controller
The following example displays the devices for the secondary bus, with verbose output:
kd> !pci 1 1
PCI Bus 1
08:0 10b7:5900.00 Cmd[0107:imb..s] Sts[0200:.....] Device Ethernet
cf8:80014000 IntPin:1 IntLine:f Rom:fa000000 cis:0 cap:0
IO[0]:fce1
09:0 9004:8178.00 Cmd[0117:imb..s] Sts[0280:.....] Device SCSI controller
cf8:80014800 IntPin:1 IntLine:f Rom:fa000000 cis:0 cap:0
IO[0]:f801 MEM[1]:f9fff000
0b:0 9004:5800.10 Cmd[0116:.mb..s] Sts[0200:.....] Device SubID:9004:8940
1394 host controller
cf8:80015800 IntPin:1 IntLine:e Rom:fa000000 cis:0 cap:0
MEM[0]:f9ffec00
下列範例會顯示 SCSI 控制器的 PCI 設定空間, (匯流排 1、裝置 9、函式 0) :
kd> !pci 100 1 9 0
00: 9004 ;VendorID=9004
02: 8178 ;DeviceID=8178
04: 0117 ;Command=SERREnable,MemWriteEnable,BusInitiate,MemSpaceEnable,IOSpac
eEnable
06: 0280 ;Status=FB2BCapable,DEVSELTiming:1
08: 00 ;RevisionID=00
09: 00 ;ProgIF=00 (SCSI bus controller)
0a: 00 ;SubClass=00
0b: 01 ;BaseClass=01 (Mass storage controller)
0c: 08 ;CacheLineSize=Burst8DW
0d: 20 ;LatencyTimer=20
0e: 00 ;HeaderType=00
0f: 00 ;BIST=00
10: 0000f801;BAR0=0000f801
14: f9fff000;BAR1=f9fff000
18: 00000000;BAR2=00000000
1c: 00000000;BAR3=00000000
20: 00000000;BAR4=00000000
24: 00000000;BAR5=00000000
28: 00000000;CBCISPtr=00000000
2c: 0000 ;SubSysVenID=0000
2e: 0000 ;SubSysID=0000
30: fa000000;ROMBAR=fa000000
34: 00000000;Reserved=00000000
38: 00000000;Reserved=00000000
3c: 0f ;IntLine=0f
3d: 01 ;IntPin=01
3e: 08 ;MinGnt=08
3f: 08 ;MaxLat=08
40: 00001580,00001580,00000000,00000000,00000000,00000000,00000000,00000000
60: 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
80: 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
a0: 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
c0: 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
e0: 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
!pcitree
顯示 PCI 裝置物件的相關資訊,包括子 PCI 匯流排和 CardBus 匯流排,以及連接它們的裝置。
!pnpevent
顯示 PnP 裝置事件佇列。
!rellist
顯示 PnP 關聯清單,以及任何相關的CM_RESOURCE_LIST和IO_RESOURCE_LIST結構。