WinDbg as client for remote WdfVerifier

Hi,
Trying to use WdfVerifier on a remote WinDbg target machine, select option to output trace message and all I get (at WinDbg end) is guids and No Format information found messages.
Where on remote machine do I put what files (pdb?, etl?) and/or what environment variables do I need to set to enabled ‘meaningful’ messages.

Thanks in advance,
Adrian

Are you trying to use this with UMDF or KMDF?

mm

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@villasoft.co.uk
Sent: Friday, October 22, 2010 5:44 AM
To: Kernel Debugging Interest List
Subject: [windbg] WinDbg as client for remote WdfVerifier

Hi,
Trying to use WdfVerifier on a remote WinDbg target machine, select option
to output trace message and all I get (at WinDbg end) is guids and No Format
information found messages.
Where on remote machine do I put what files (pdb?, etl?) and/or what
environment variables do I need to set to enabled ‘meaningful’ messages.

Thanks in advance,
Adrian


WINDBG is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

UMDF

How are you starting the debugger?

mm

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@villasoft.co.uk
Sent: Friday, October 22, 2010 2:01 PM
To: Kernel Debugging Interest List
Subject: RE:[windbg] WinDbg as client for remote WdfVerifier

UMDF


WINDBG is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

OK,
Target is WinXP running in debug mode with an RS-232 connection to WinDbg Host. WinDbg is simply using ‘File->Kernel Debug …’ option (as if debugging any driver at the other end).
If WdfVerifier is set to emit debug messages => Guids/No Format Information Found
If WdfVerifier is set to not emit => no messages at all (as expected)

Need to resolve the Guids/No Format Information into something useable.

Thanks