Getting IRQL at Debug Time in SoftIce

Hi all,
Is it possible to get the value of current IRQL at the time driver is
running in the system(In SoftIce) ??
I know we can use KeGetCurrentIRQL to get the IRQL but for that we have to
put this function in the code itself.
I mean to say when i am in assembly code during driver debug,how can I get
the IRQL?Something in the way “Watch” works.
If anybody know about it feel tell ASAP,
thanx in advnce,
chandan


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

After getting control in SoftIce Debugger. Watch left side above command
line 1 Line is there. It will show IRQL Level always.

Regards,
Satish K.S

Hi all,
Is it possible to get the value of current IRQL at the time driver is
running in the system(In SoftIce) ??
I know we can use KeGetCurrentIRQL to get the IRQL but for that we have to
put this function in the code itself.
I mean to say when i am in assembly code during driver debug,how can I get
the IRQL?Something in the way “Watch” works.
If anybody know about it feel tell ASAP,
thanx in advnce,
chandan


You are currently subscribed to ntdev as: xxxxx@aalayance.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

> I mean to say when i am in assembly code during driver debug,how can I get

the IRQL?Something in the way “Watch” works.

IIRC WinDbg has some ! commands which will help you with it.

Max


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

They should available at the SoftIce prompt too! :slight_smile:

Alberto.

-----Original Message-----
From: Maxim S. Shatskih [mailto:xxxxx@storagecraft.com]
Sent: Saturday, June 02, 2001 8:22 AM
To: NT Developers Interest List
Subject: [ntdev] Re: Getting IRQL at Debug Time in SoftIce

I mean to say when i am in assembly code during driver debug,how can I get
the IRQL?Something in the way “Watch” works.

IIRC WinDbg has some ! commands which will help you with it.

Max


You are currently subscribed to ntdev as: xxxxx@compuware.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Try “? irql” command or watch or see left bottom border of the code window
which displays current IRQL in the text form. The first one should work for
all SI versions, the second was added year before or so.

Best regards,

Michal Vodicka
Veridicom
(RKK - Skytale)
[WWW: http://www.veridicom.com , http://www.skytale.com]


From: Chandandeep Singh Pabla[SMTP:xxxxx@dcmtech.co.in]
Reply To: NT Developers Interest List
Sent: Saturday, June 02, 2001 9:06 AM
To: NT Developers Interest List
Subject: [ntdev] Getting IRQL at Debug Time in SoftIce

Hi all,
Is it possible to get the value of current IRQL at the time driver is
running in the system(In SoftIce) ??
I know we can use KeGetCurrentIRQL to get the IRQL but for that we have to
put this function in the code itself.
I mean to say when i am in assembly code during driver debug,how can I get
the IRQL?Something in the way “Watch” works.
If anybody know about it feel tell ASAP,
thanx in advnce,
chandan


You are currently subscribed to ntdev as: xxxxx@rkk.cz
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com