Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This topic covers CeDebugX commands for all types of proxies, such as events, critical sections, mutexes, and so forth. The following table describes 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. |
!proxy |
Prints detailed information about a particular proxy. |
None. |
!proxylist |
Lists all of the proxies in the system or lists the proxies owned by a particular process. |
None. |