Proxies (Windows Embedded CE 6.0)
1/5/2010
This topic covers CeDebugX commands for all types of proxies, such as events, critical sections, mutexes, and so forth. The following shows these commands.
Command | Description | Parameters |
---|---|---|
!blocked |
Displays a list of blocking objects (proxies) and the threads that they are blocking. |
None. |
!cslist |
Displays a list of critical sections that are currently blocking threads and threads that currently own those critical sections. |
None. |
!eventlist |
Displays a list of events that are currently blocking threads. |
None. |
!sending |
Displays a list of threads blocked in calls to the Win32 SendMessage function. |
None. |