viewing stack contents

[esp+8] doesnt work in the memory window of windbg,
is there any other way of viewing the stack variables
in windbg without explcitly typing the value of
[esp+8] in the memory window?

thank you.


Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

[esp+8] or esp+8 should work for you in memory window. What version of
windbg are you using ?

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Rufoo
Sent: Wednesday, March 08, 2006 5:09 AM
To: Kernel Debugging Interest List
Subject: [windbg] viewing stack contents

[esp+8] doesnt work in the memory window of windbg,
is there any other way of viewing the stack variables
in windbg without explcitly typing the value of
[esp+8] in the memory window?

thank you.


Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


You are currently subscribed to windbg as: xxxxx@appstream.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

The version I am using is 6.5.0003.7. Should I
upgrade?

— Satya Das wrote:

> [esp+8] or esp+8 should work for you in memory
> window. What version of
> windbg are you using ?
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf
> Of Rufoo
> Sent: Wednesday, March 08, 2006 5:09 AM
> To: Kernel Debugging Interest List
> Subject: [windbg] viewing stack contents
>
> [esp+8] doesnt work in the memory window of windbg,
> is there any other way of viewing the stack
> variables
> in windbg without explcitly typing the value of
> [esp+8] in the memory window?
>
> thank you.
>
>
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam
> protection around
> http://mail.yahoo.com
>
>
> —
> You are currently subscribed to windbg as:
> xxxxx@appstream.com
> To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>
>
>
> —
> You are currently subscribed to windbg as: unknown
> lmsubst tag argument: ‘’
> To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>


Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

No you don’t need to. When you say it does not work, what do you see ?

— Satya Das wrote:

> No you don’t need to. When you say it does not work,
> what do you see ?
>

esp+8 shows the memory at esp+8, and [esp+8] also
shows the same and not the contents of memory with
address at esp+8. What do you mean when you say it
works for you?

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

poi(esp+8) will display the content of memory address at esp+8.

Kamala

-------------- Original message --------------
From: Rufoo

>
>
> — Satya Das wrote:
>
> > No you don’t need to. When you say it does not work,
> > what do you see ?
> >
>
> esp+8 shows the memory at esp+8, and [esp+8] also
> shows the same and not the contents of memory with
> address at esp+8. What do you mean when you say it
> works for you?
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
>
> —
> You are currently subscribed to windbg as: xxxxx@comcast.net
> To unsubscribe send a blank email to xxxxx@lists.osr.com

Do you see question marks in the window ? If so, your stack pointer may
not be pointing to stack or stack is not resident. Is this a live system
or crash dump ? can you paste registers in your reply ?

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Rufoo
Sent: Thursday, March 09, 2006 6:21 PM
To: Kernel Debugging Interest List
Subject: RE: [windbg] viewing stack contents

— Satya Das wrote:

> No you don’t need to. When you say it does not work,
> what do you see ?
>

esp+8 shows the memory at esp+8, and [esp+8] also
shows the same and not the contents of memory with
address at esp+8. What do you mean when you say it
works for you?

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


You are currently subscribed to windbg as: xxxxx@appstream.com
To unsubscribe send a blank email to xxxxx@lists.osr.com