Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.2 KB

File metadata and controls

53 lines (30 loc) · 1.2 KB
title description keywords ms.date topic_type ms.topic api_name api_type
!dt (WinDbg)
The !dt extension displays information about a CSR thread.This extension command should not be confused with the dt (Display Type) command.
!dt Windows Debugging
05/23/2017
apiref
reference
dt
NA

!dt

The !dt extension displays information about a CSR thread.

This extension command should not be confused with the dt (Display Type) command.

!dt [v] CSR-Thread 

Parameters

v
Verbose mode.

CSR-Thread
Specifies the hexadecimal address of the CSR thread.

DLL

Ntsdexts.dll

Remarks

This extension displays the thread, process, client ID, flags, and reference count associated with the CSR thread. If verbose mode is selected, the display will also include list pointers, thread handle, and the wait block.

See also

!dp (!ntsdexts.dp)