다음을 통해 공유


!usbkd.doesdumphaveusbdata

!usbkd.doesdumphaveusbdata 명령은 버그 확인 0xFE 결과로 생성된 크래시 덤프 파일에 있는 USB 데이터의 유형을 확인하는 검사.

!usbkd.doesdumphaveusbdata

DLL

Usbkd.dll

설명

버그 검사 0xFE 결과로 생성된 크래시 덤프 파일을 디버깅하는 경우에만 이 명령을 사용합니다. BUGCODE_USB_DRIVER.

예제

다음은 !doesdumphaveusbdata 출력의 예입니다.

1: kd> !analyze -v
*** ...
BUGCODE_USB_DRIVER (fe) 
...
1: kd> !usbkd.doesdumphaveusbdata

Retrieving crashdump information Please Wait...

Checking for GuidUsbHubPortArrayData information...
There is no data for this GUID in the mini dump.
No data to print  

Checking for GuidUsbHubExt information...
There is no data for this GUID in the mini dump.
No data to print  

Checking for GuidUsbPortLog information...
GuidUsbPortLog Exists with PORT Log Size = 8000 

Checking for GuidUsbPortContextData information...
GuidUsbPortContextData Exists with Data Length = 4c8 

Checking for GuidUsbPortExt information...
GuidUsbPortExt Exists (DEVICE_EXTENSION + DeviceDataSize ) = 2250

참고 항목

USB 2.0 디버거 확장

USB(범용 직렬 버스) 드라이버