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..." |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Debug Command 12 - Resume Thread Command | {{DISPLAYTITLE:DBG_C_Resume}} | ||
Debug Command 12 - Resume Thread Command | |||
;Parameters | ;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. | |||
[[Category:Debug Command]] | |||
[[Category: | |||
Latest revision as of 17:05, 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.