DBG C Resume: Difference between revisions
Appearance
Created page with "Debug Command 12 - Resume Thread Command ;Parameters *Pid= Process ID of debuggee *Tid= Thread ID of thread to thaw *Cmd= DBG_C_Resume If Tid is zero, all debuggee thr..." |
m märz |
||
Line 1: | Line 1: | ||
Debug Command 12 - Resume Thread Command | {{DISPLAYTITLE:DBG_C_Resume}} | ||
Debug Command 12 - Resume Thread Command | |||
; | ;Parameters | ||
*Pid= Process ID of debuggee | |||
*Tid= Thread ID of thread to thaw | |||
*Cmd= DBG_C_Resume | |||
If Tid is zero, all debuggee threads will be thawed. | |||
The DBG_C_Resume command complements the DBG_C_Freeze command. A thread that has been resumed will function as if it were never frozen. | ;Returns | ||
The DBG_C_Resume command complements the DBG_C_Freeze command. A thread that has been resumed will function as if it were never frozen. | |||
No error is returned if the thread was not previously frozen. | No error is returned if the thread was not previously frozen. | ||
If the Tid is specified as zero, it will be set to the thread ID of the debuggee thread most recently scheduled to execute. | If the Tid is specified as zero, it will be set to the thread ID of the debuggee thread most recently scheduled to execute. | ||
Revision as of 13:16, 10 March 2020
Debug Command 12 - Resume Thread Command
- Parameters
- Pid= Process ID of debuggee
- Tid= Thread ID of thread to thaw
- Cmd= DBG_C_Resume
If Tid is zero, all debuggee threads will be thawed.
- Returns
The DBG_C_Resume command complements the DBG_C_Freeze command. A thread that has been resumed will function as if it were never frozen.
No error is returned if the thread was not previously frozen.
If the Tid is specified as zero, it will be set to the thread ID of the debuggee thread most recently scheduled to execute.