windbg extensions

hi,

is there any documentation on the windbg extensions like the !strct command?
i am thinking if there is any more useful commands in the extensions.

also, is it possible for me to use the !strct command to display the
contents of my own structures? this can save me time looking at the memory
and deciphering the information manually.

thanks in advance!!

Ho Mun Chuen
@@ “Not everything that counts can be counted;
<” )~ and not everything that can be counted counts"
//\ … Albert Einstein

The kdex2x86 extension is documented in the OEM Tools package which (last I
checked) could still be downloaded from the Microsoft website. The “!strct”
command can be used to display any structure and there is a language for
describing data structures that allows them to be loaded.

However, if you are using current debuggers with your own structures and
symbols you can just use the “dt” command (“dt <module_name>!name>”)

Regards,

Tony

Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com

-----Original Message-----
From: Ho Mun Chuen [mailto:xxxxx@pmail.ntu.edu.sg]
Sent: Wednesday, October 09, 2002 10:59 PM
To: File Systems Developers
Subject: [ntfsd] windbg extensions

hi,

is there any documentation on the windbg extensions like the !strct command?
i am thinking if there is any more useful commands in the extensions.

also, is it possible for me to use the !strct command to display the
contents of my own structures? this can save me time looking at the memory
and deciphering the information manually.

thanks in advance!!

Ho Mun Chuen
@@ “Not everything that counts can be counted;
<” )~ and not everything that can be counted counts"
//\ … Albert Einstein


You are currently subscribed to ntfsd as: xxxxx@osr.com
To unsubscribe send a blank email to %%email.unsub%%</module_name>

Thanks, Tony. but i could not find it on the MS website searching with the
phrase “oem tools”. could u tell me roughly where in the MS website should i
look for it?

Ho Mun Chuen
@@ “Not everything that counts can be counted;
<” )~ and not everything that can be counted counts"
//\ … Albert Einstein
----- Original Message -----
From: “Tony Mason”
To: “File Systems Developers”
Sent: Thursday, October 10, 2002 8:45 PM
Subject: [ntfsd] RE: windbg extensions

The kdex2x86 extension is documented in the OEM Tools package which (last I
checked) could still be downloaded from the Microsoft website. The “!strct”
command can be used to display any structure and there is a language for
describing data structures that allows them to be loaded.

However, if you are using current debuggers with your own structures and
symbols you can just use the “dt” command (“dt <module_name>!name>”)

Regards,

Tony

Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com

-----Original Message-----
From: Ho Mun Chuen [mailto:xxxxx@pmail.ntu.edu.sg]
Sent: Wednesday, October 09, 2002 10:59 PM
To: File Systems Developers
Subject: [ntfsd] windbg extensions

hi,

is there any documentation on the windbg extensions like the !strct command?
i am thinking if there is any more useful commands in the extensions.

also, is it possible for me to use the !strct command to display the
contents of my own structures? this can save me time looking at the memory
and deciphering the information manually.

thanks in advance!!

Ho Mun Chuen
@@ “Not everything that counts can be counted;
<” )~ and not everything that can be counted counts"
//\ … Albert Einstein


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


You are currently subscribed to ntfsd as: xxxxx@pmail.ntu.edu.sg
To unsubscribe send a blank email to %%email.unsub%%</module_name>

Use “dt”

----- Original Message -----
From: “Ho Mun Chuen”
To: “File Systems Developers”
Sent: Thursday, October 10, 2002 6:59 AM
Subject: [ntfsd] windbg extensions

> hi,
>
> is there any documentation on the windbg extensions like the !strct
command?
> i am thinking if there is any more useful commands in the
extensions.
>
> also, is it possible for me to use the !strct command to display the
> contents of my own structures? this can save me time looking at the
memory
> and deciphering the information manually.
>
> thanks in advance!!
>
> Ho Mun Chuen
> @@ “Not everything that counts can be counted;
> <” )~ and not everything that can be counted counts"
> //\ … Albert Einstein
>
>
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to %%email.unsub%%
>