WdfLogDump

When I do a log dump as in:

!C:\WINDDK\WDF\KMDF10\bin\x86\wdfkd.wdflogdump MyDriver

I this output in WinDbg.

There are 21 log entries
— start of log —
Unknown( 14): GUID=4f52dfe2-134d-04ae-29d9-54077143a384 (No Format
Information found).
Unknown( 14): GUID=4f52dfe2-134d-04ae-29d9-54077143a384 (No Format
Information found).
.
.
.
Unknown( 14): GUID=4f52dfe2-134d-04ae-29d9-54077143a384 (No Format
Information found).
---- end of log ----

Is the “Unknown” and “No Format Information fount” because I have the wrong
tmf path?

Is the tmf path only to the wdf tmf as in:

!C:\WINDDK\WDF\KMDF10\bin\x86\wdfkd.wdfsearchpath
C:\WINDDK\WDF\KMDF10\symbols\x86fre\wdf\tmf\wdf01001.tmf

or should the path also be to the tmf files generated by building MyDriver
using WPP?

There are 2 TMF related commands

!wdfsearchpath is used for KMDF v1.0 and it sets the search path for a
*.tmf within the directory specified

!wdftmffile is used for KMDF v1.1 and later and it sets the search path
to a singular TMF file to be used to parse the output.

You want to use !wdftmffile in your case since it appears you are
specifying a singular file

d

– I can spell, I just can’t type.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of David Voeller
Sent: Tuesday, August 08, 2006 7:48 AM
To: Kernel Debugging Interest List
Subject: [windbg] WdfLogDump

When I do a log dump as in:

!C:\WINDDK\WDF\KMDF10\bin\x86\wdfkd.wdflogdump MyDriver

I this output in WinDbg.

There are 21 log entries
— start of log —
Unknown( 14): GUID=4f52dfe2-134d-04ae-29d9-54077143a384 (No Format
Information found).
Unknown( 14): GUID=4f52dfe2-134d-04ae-29d9-54077143a384 (No Format
Information found).
.
.
.
Unknown( 14): GUID=4f52dfe2-134d-04ae-29d9-54077143a384 (No Format
Information found).
---- end of log ----

Is the “Unknown” and “No Format Information fount” because I have the
wrong tmf path?

Is the tmf path only to the wdf tmf as in:

!C:\WINDDK\WDF\KMDF10\bin\x86\wdfkd.wdfsearchpath
C:\WINDDK\WDF\KMDF10\symbols\x86fre\wdf\tmf\wdf01001.tmf

or should the path also be to the tmf files generated by building
MyDriver
using WPP?


You are currently subscribed to windbg as: xxxxx@microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Doron,

Your blog http://blogs.msdn.com/doronh/archive/2006/07/31/684531.aspx
describing the use of the log file has a mistake based on this last
response. In step 3 you are using wdfsearchpath for V1.1.

Dave

“Doron Holan” wrote in message
news:xxxxx@windbg…
There are 2 TMF related commands

!wdfsearchpath is used for KMDF v1.0 and it sets the search path for a
*.tmf within the directory specified

!wdftmffile is used for KMDF v1.1 and later and it sets the search path
to a singular TMF file to be used to parse the output.

You want to use !wdftmffile in your case since it appears you are
specifying a singular file

d

– I can spell, I just can’t type.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of David Voeller
Sent: Tuesday, August 08, 2006 7:48 AM
To: Kernel Debugging Interest List
Subject: [windbg] WdfLogDump

When I do a log dump as in:

!C:\WINDDK\WDF\KMDF10\bin\x86\wdfkd.wdflogdump MyDriver

I this output in WinDbg.

There are 21 log entries
— start of log —
Unknown( 14): GUID=4f52dfe2-134d-04ae-29d9-54077143a384 (No Format
Information found).
Unknown( 14): GUID=4f52dfe2-134d-04ae-29d9-54077143a384 (No Format
Information found).
.
.
.
Unknown( 14): GUID=4f52dfe2-134d-04ae-29d9-54077143a384 (No Format
Information found).
---- end of log ----

Is the “Unknown” and “No Format Information fount” because I have the
wrong tmf path?

Is the tmf path only to the wdf tmf as in:

!C:\WINDDK\WDF\KMDF10\bin\x86\wdfkd.wdfsearchpath
C:\WINDDK\WDF\KMDF10\symbols\x86fre\wdf\tmf\wdf01001.tmf

or should the path also be to the tmf files generated by building
MyDriver
using WPP?


You are currently subscribed to windbg as: xxxxx@microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Thx for the feedback. I updated the entry w/the correct info (you can
also leave a comment on the entry in the future if you find other
inconsistencies)

Thx
d

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of David Voeller
Sent: Thursday, August 10, 2006 2:06 PM
To: Kernel Debugging Interest List
Subject: Re:[windbg] WdfLogDump

Doron,

Your blog http://blogs.msdn.com/doronh/archive/2006/07/31/684531.aspx
describing the use of the log file has a mistake based on this last
response. In step 3 you are using wdfsearchpath for V1.1.

Dave

“Doron Holan” wrote in message
news:xxxxx@windbg…
There are 2 TMF related commands

!wdfsearchpath is used for KMDF v1.0 and it sets the search path for a
*.tmf within the directory specified

!wdftmffile is used for KMDF v1.1 and later and it sets the search path
to a singular TMF file to be used to parse the output.

You want to use !wdftmffile in your case since it appears you are
specifying a singular file

d

– I can spell, I just can’t type.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of David Voeller
Sent: Tuesday, August 08, 2006 7:48 AM
To: Kernel Debugging Interest List
Subject: [windbg] WdfLogDump

When I do a log dump as in:

!C:\WINDDK\WDF\KMDF10\bin\x86\wdfkd.wdflogdump MyDriver

I this output in WinDbg.

There are 21 log entries
— start of log —
Unknown( 14): GUID=4f52dfe2-134d-04ae-29d9-54077143a384 (No Format
Information found).
Unknown( 14): GUID=4f52dfe2-134d-04ae-29d9-54077143a384 (No Format
Information found).
.
.
.
Unknown( 14): GUID=4f52dfe2-134d-04ae-29d9-54077143a384 (No Format
Information found).
---- end of log ----

Is the “Unknown” and “No Format Information fount” because I have the
wrong tmf path?

Is the tmf path only to the wdf tmf as in:

!C:\WINDDK\WDF\KMDF10\bin\x86\wdfkd.wdfsearchpath
C:\WINDDK\WDF\KMDF10\symbols\x86fre\wdf\tmf\wdf01001.tmf

or should the path also be to the tmf files generated by building
MyDriver using WPP?


You are currently subscribed to windbg as: xxxxx@microsoft.com To
unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: xxxxx@microsoft.com To
unsubscribe send a blank email to xxxxx@lists.osr.com