How to check ioStackLocation in WinDbg??

Hi all,
Did any one know how to check the content of irp’s ioStackLocation.
I set break point in the dispatch routine in FS filter driver. but WinDbg
cannot solve the variable name when i input this variable stands for
ioStackLocation of that Irp.

Then how can i see the content??

Thanks for any answer.
Laura


Do You Yahoo!?

Get your free @yahoo.com address at http://mail.yahoo.com

Use !irp, it prints stack locations.

Max

----- Original Message -----
From: “gaoren”
To: “File Systems Developers”
Sent: Tuesday, May 28, 2002 12:20 AM
Subject: [ntfsd] How to check ioStackLocation in WinDbg??

> Hi all,
> Did any one know how to check the content of irp’s ioStackLocation.
> I set break point in the dispatch routine in FS filter driver. but
WinDbg
> cannot solve the variable name when i input this variable stands for
> ioStackLocation of that Irp.
>
> Then how can i see the content??
>
> Thanks for any answer.
> Laura
>
>
>
> _________________________________________________________
>
> Do You Yahoo!?
>
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to %%email.unsub%%
>

!irp {address of irp}

This dumps out the IRP and it’s stack locations

-----Original Message-----
From: gaoren [mailto:xxxxx@yahoo.ca]
Sent: Monday, May 27, 2002 1:21 PM
To: File Systems Developers
Subject: [ntfsd] How to check ioStackLocation in WinDbg??

Hi all,
Did any one know how to check the content of irp’s ioStackLocation.
I set break point in the dispatch routine in FS filter driver. but WinDbg
cannot solve the variable name when i input this variable stands for
ioStackLocation of that Irp.

Then how can i see the content??

Thanks for any answer.
Laura


Do You Yahoo!?

Get your free @yahoo.com address at http://mail.yahoo.com


You are currently subscribed to ntfsd as: xxxxx@1vision.com
To unsubscribe send a blank email to %%email.unsub%%