windbg 's bug?

Hi:
I am trying to trace the user application how to call system services
and go into kernel code,so I start windbg with kernel mode. I set the
notepad as the implicit process by .process command .and use lm command
list all modules
.The notepad module’s name is __________________.

0
Any suggetion ?
Thanks in advance
this the output from windbg window:

kd> lm
start end module name
01000000 01014000 _______________________________ (pdb symbols)
d:\symbols\xp2full\exe\notepad.pdb

It looks like the symbols load correctly.

my configuration:
my host pc :xp+ sp3
test pc: vpc+xp+sp2

Unicoco wrote:

I am trying to trace the user application how to call system services
and go into kernel code,so I start windbg with kernel mode. I set the
notepad as the implicit process by .process command .and use lm command
list all modules
.The notepad module’s name is __________________.

0
Any suggetion ?
Thanks in advance
this the output from windbg window:

kd> lm
start end module name
01000000 01014000 _______________________________ (pdb symbols)
d:\symbols\xp2full\exe\notepad.pdb

It looks like the symbols load correctly.

If you will permit me to be blunt, so what? Is this affecting your
ability to do debugging in any way?


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.

to Tim:
Thank you for reply .
It actually affect me to debug. Because I can’t use bp !xxxx to
set breakpoint.