When using Windbg, and issuing a .kdfiles command, I keep getting the
following error:
kd> .kdfiles
^ Syntax error in '.kdfiles'


It doesn't seem to want to recognize the .kdfiles command.

Anyone know what could be causing the problem.

RE: Syntax error in '.kdfiles by pavel_a

pavel_a
Wed Feb 08 16:21:29 CST 2006

"Axter" wrote:
> When using Windbg, and issuing a .kdfiles command, I keep getting the
> following error:
> kd> .kdfiles
> ^ Syntax error in '.kdfiles'
>
>
> It doesn't seem to want to recognize the .kdfiles command.
> Anyone know what could be causing the problem.

This command has some limitations. Please refer to the help file.

--PA


Re: Syntax error in '.kdfiles by Doron

Doron
Wed Feb 08 23:45:08 CST 2006

you need to pass more parameters to the command (like .kdfiles -c)

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"Axter" <google@axter.com> wrote in message
news:1139432825.109985.134790@f14g2000cwb.googlegroups.com...
> When using Windbg, and issuing a .kdfiles command, I keep getting the
> following error:
> kd> .kdfiles
> ^ Syntax error in '.kdfiles'
>
>
> It doesn't seem to want to recognize the .kdfiles command.
>
> Anyone know what could be causing the problem.
>



Re: Syntax error in '.kdfiles by Axter

Axter
Thu Feb 09 12:23:27 CST 2006

"Doron Holan [MS]" wrote:

> you need to pass more parameters to the command (like .kdfiles -c)

That's how I was doing initially, but it still gave me a syntax error, with
it pointing to the last character in the command.
.kdfiles -m GXHSMXP.sys L:\GXHSMDriverXP\objfre_wxp_x86\i386\GXHSMXP.sys

Moreover, according to the help document, you can pass in the command by
itself.
It doesn't need parameters.
From the help file:
***************************************************
Comments
If .kdfiles is used with no parameters, the path and name of the current
driver replacement map file will be displayed, along with the current set of
replacement associations.
***************************************************


-----------------------------------------------
Top Ten Expert in Experts-Exchange C++ and MFC topic area.
http://www.experts-exchange.com/Cplusplus
------------------------------------------------


RE: Syntax error in '.kdfiles by Axter

Axter
Thu Feb 09 12:28:45 CST 2006

"Pavel A." wrote:

> "Axter" wrote:
> > When using Windbg, and issuing a .kdfiles command, I keep getting the
> > following error:
> > kd> .kdfiles
> > ^ Syntax error in '.kdfiles'
> >
> >
> > It doesn't seem to want to recognize the .kdfiles command.
> > Anyone know what could be causing the problem.
>
> This command has some limitations. Please refer to the help file.

I have referred to the help file. I find no limitations that apply.
I'm using an XP machine, and I'm debugging a memory dump file that was
dumped on an XP machine.

Re: Syntax error in '.kdfiles by David

David
Thu Feb 09 23:22:34 CST 2006

How could .kdfiles be useful in dump analysis?

"Axter" <Axter@discussions.microsoft.com> wrote in message
news:3BA97FD1-9576-48E5-AB8A-C23CF9C3154D@microsoft.com...
> "Pavel A." wrote:
>
>> "Axter" wrote:
>> > When using Windbg, and issuing a .kdfiles command, I keep getting the
>> > following error:
>> > kd> .kdfiles
>> > ^ Syntax error in '.kdfiles'
>> >
>> >
>> > It doesn't seem to want to recognize the .kdfiles command.
>> > Anyone know what could be causing the problem.
>>
>> This command has some limitations. Please refer to the help file.
>
> I have referred to the help file. I find no limitations that apply.
> I'm using an XP machine, and I'm debugging a memory dump file that was
> dumped on an XP machine.