Hello All,

I have tried to debug my driver on the win2003server amd64 target
computer (host computer - winxp 32 bit, windbg ver. 6.3.0003.7),
but i can't watch locals.

This is the dv command result:

kd> dv/v
00000000`000000ac DriverObject = <Memory access error>
00000000`000000b4 RegistryPath = <Memory access error>
00000000`0000008c status = <Memory access error>


How can I fix this? Thanks.


--
Best regards,
Vladimir Zinin
mailto:vzinin@gmail.com

Re: Watch locals not working (win2003server amd64) by Ivan

Ivan
Mon Aug 08 14:45:50 CDT 2005

The AMD64 compiler is way smarter in usage of registers, and, your locals
may or may not be present in the target storage location (`dv /V`, please
use capitol `V`)
at the location your code is stopped in.

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm


"Vladimir Zinin" <vzinin@gmail.com> wrote in message
news:e24fKBFnFHA.3568@TK2MSFTNGP10.phx.gbl...
> Hello All,
>
> I have tried to debug my driver on the win2003server amd64 target computer
> (host computer - winxp 32 bit, windbg ver. 6.3.0003.7),
> but i can't watch locals.
>
> This is the dv command result:
>
> kd> dv/v
> 00000000`000000ac DriverObject = <Memory access error>
> 00000000`000000b4 RegistryPath = <Memory access error>
> 00000000`0000008c status = <Memory access error>
>
>
> How can I fix this? Thanks.
>
>
> --
> Best regards,
> Vladimir Zinin
> mailto:vzinin@gmail.com