Jump to content

DBG C Resume: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m märz
Ak120 (talk | contribs)
mNo edit summary
 
Line 9: Line 9:


;Returns
;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.
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.
[[Category:Debug Command]]

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.