Hi all,
I have a question about windbg! I would like to switch to the specific
thread’s context to
be able to see thread’s local variables.
Any help will be appreciated.
Thanks in advance,
Ilya.
…
Ilya Levin
File System Developer
xxxxx@softricity.com
Softricity, Inc.
332 Congress Street
Boston, MA 02210
617.695.0336 x168
www.softricity.com - Powering Software as a Service
…
Check out ~s (usermode) and .thread (kernel mode) in the docs.
-----Original Message-----
From: Ilya Levin [mailto:xxxxx@softricity.com]
Sent: Thursday, June 06, 2002 11:40 AM
To: File Systems Developers
Subject: [ntfsd] Thread context!
Hi all,
I have a question about windbg! I would like to switch to the specific
thread’s context to be able to see thread’s local variables.
Any help will be appreciated.
Thanks in advance,
Ilya.
…
Ilya Levin
File System Developer
xxxxx@softricity.com
Softricity, Inc.
332 Congress Street
Boston, MA 02210
617.695.0336 x168
www.softricity.com - Powering Software as a Service
…
You are currently subscribed to ntfsd as: xxxxx@microsoft.com To
unsubscribe send a blank email to %%email.unsub%%
Hope you have the current version of WinDbg !. Recently Nathan flushed out
The URL and version to get. If you have that then look at the help for
Thread choosing.
-prokash
-----Original Message-----
From: Ilya Levin [mailto:xxxxx@softricity.com]
Sent: Thursday, June 06, 2002 10:40 AM
To: File Systems Developers
Subject: [ntfsd] Thread context!
Hi all,
I have a question about windbg! I would like to switch to the specific
thread’s context to
be able to see thread’s local variables.
Any help will be appreciated.
Thanks in advance,
Ilya.
…
Ilya Levin
File System Developer
xxxxx@softricity.com
Softricity, Inc.
332 Congress Street
Boston, MA 02210
617.695.0336 x168
www.softricity.com - Powering Software as a Service
…
You are currently subscribed to ntfsd as: xxxxx@zonelabs.com
To unsubscribe send a blank email to %%email.unsub%%
Use !process to display the threads of a process, then .thread to switch to
the thread of your choice.
!process
.thread {thread handle}
-----Original Message-----
From: Ilya Levin [mailto:xxxxx@softricity.com]
Sent: Thursday, June 06, 2002 11:40 AM
To: File Systems Developers
Subject: [ntfsd] Thread context!
Hi all,
I have a question about windbg! I would like to switch to the specific
thread’s context to
be able to see thread’s local variables.
Any help will be appreciated.
Thanks in advance,
Ilya.
…
Ilya Levin
File System Developer
xxxxx@softricity.com
Softricity, Inc.
332 Congress Street
Boston, MA 02210
617.695.0336 x168
www.softricity.com - Powering Software as a Service
…
You are currently subscribed to ntfsd as: xxxxx@1vision.com
To unsubscribe send a blank email to %%email.unsub%%
!process 0 0 will list all threads.
Find the ETHREAD address there, then say
.thread Address.
Then say “kb”.
Max
----- Original Message -----
From: “Ilya Levin”
To: “File Systems Developers”
Sent: Thursday, June 06, 2002 10:40 PM
Subject: [ntfsd] Thread context!
> Hi all,
>
> I have a question about windbg! I would like to switch to the
specific
> thread’s context to
> be able to see thread’s local variables.
>
> Any help will be appreciated.
>
> Thanks in advance,
>
> Ilya.
>
>
>
>
> …
> Ilya Levin
> File System Developer
> xxxxx@softricity.com
>
> Softricity, Inc.
> 332 Congress Street
> Boston, MA 02210
> 617.695.0336 x168
> www.softricity.com - Powering Software as a Service
> …
>
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to %%email.unsub%%
>