Hi,
I feel that the documentation that is there for the windbg command in the
windbg help is not sufficient.
I am trying to use !irp,!locks command and they show lots of fileds and the
documentation does not give the details of each field.
So could anyone tell me if there is any other source where we can get
detailed help on the commands.
Any information is helpful.
Thanks,
Kedar.
Well for things like !irp the fields are the IRP’s fields, so the source for
data is the DDK doc’s and include files. I’ve never seen anything is the
way of a more detailed document, basically if you are debugging in the
kernel you are expected to know the data structures.
–
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply
“kedar” wrote in message news:xxxxx@windbg…
> Hi,
>
> I feel that the documentation that is there for the windbg command in the
> windbg help is not sufficient.
>
> I am trying to use !irp,!locks command and they show lots of fileds and
> the documentation does not give the details of each field.
>
> So could anyone tell me if there is any other source where we can get
> detailed help on the commands.
>
> Any information is helpful.
>
> Thanks,
> Kedar.
>
>