Hi all

Has anyone else noticed that WinDbg cannot display addresses correctly
when debugging a 64 bit target driver on a 32 bit host?

Re: 32 bit WinDbg on host debugging 64 bit driver on target by Skywing

Skywing
Wed May 17 08:26:58 CDT 2006

What are you running into, exactly, and what WinDbg version are you using?

I've done kernel debugging of a 64-bit system from a 32-bit system from
WinDbg and never ran into any problems like that.

"fat_boy" <zzebowa@hotmail.com> wrote in message
news:1147866009.934448.251640@u72g2000cwu.googlegroups.com...
> Hi all
>
> Has anyone else noticed that WinDbg cannot display addresses correctly
> when debugging a 64 bit target driver on a 32 bit host?
>



Re: 32 bit WinDbg on host debugging 64 bit driver on target by fat_boy

fat_boy
Wed May 17 11:45:34 CDT 2006

6.6.0003.5

For example, stepping through NdisAllocateMemoryWithTag(). The void
pointer, which is initialised to NULL, stays as NULL, even though it
returns STATUS_SUCCESS


Re: 32 bit WinDbg on host debugging 64 bit driver on target by Code

Code
Wed May 17 17:03:13 CDT 2006


"fat_boy" <zzebowa@hotmail.com> wrote in message
news:1147866009.934448.251640@u72g2000cwu.googlegroups.com...
> Hi all
>
> Has anyone else noticed that WinDbg cannot display addresses correctly
> when debugging a 64 bit target driver on a 32 bit host?

No problems with 6.4.0007.0 from 32-bit host to 64-bit target.