Hello,
How can I look at I/O space using Windbg?
There is an option inside the properties of the memory window about I/O but
I do not understand how it is used.
Thanks
Hello,
How can I look at I/O space using Windbg?
There is an option inside the properties of the memory window about I/O but
I do not understand how it is used.
Thanks
Hi,
You can easily do manually with ib/iw/id and ob/ow/od. Never tried from the
memory window…
-scott
–
Scott Noone
Software Engineer
OSR Open Systems Resources, Inc.
http://www.osronline.com
“antonis” wrote in message news:xxxxx@windbg…
> Hello,
>
> How can I look at I/O space using Windbg?
> There is an option inside the properties of the memory window about I/O
> but
> I do not understand how it is used.
>
> Thanks
>
>
>
The memory window offers all of the various options for looking at
different I/O spaces. If your driver is using I/O space and you want to
see what it’s touching you would use matching parameters.
If you want to do a simple I/O space lookup you would use an interface
type of Isa, bus number 0, address space 1. The I/O address is the
offset.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Scott Noone
Sent: Thursday, October 13, 2005 9:26 AM
To: Kernel Debugging Interest List
Subject: Re:[windbg] looking at i/o space
Hi,
You can easily do manually with ib/iw/id and ob/ow/od. Never tried from
the memory window…
-scott
–
Scott Noone
Software Engineer
OSR Open Systems Resources, Inc.
http://www.osronline.com
“antonis” wrote in message
news:xxxxx@windbg…
> Hello,
>
> How can I look at I/O space using Windbg?
> There is an option inside the properties of the memory window about
> I/O but I do not understand how it is used.
>
> Thanks
>
>
>
—
You are currently subscribed to windbg as: xxxxx@winse.microsoft.com To
unsubscribe send a blank email to xxxxx@lists.osr.com