diff --git a/help/killthread_threadkill.htm b/help/killthread_threadkill.htm new file mode 100644 index 00000000..c094819d --- /dev/null +++ b/help/killthread_threadkill.htm @@ -0,0 +1,32 @@ + + +
+killthread[,threadkill]
Kill a
+thread in the debuggee.
arguments
[arg1]: ThreadId of the thread
+to kill (see the Threads tab). When not specified, the main thread is
+used.
+ [arg2]: Thread exit code. When not + specified, 0 will be +used.
+result
This command does not set any result
+variables.
resumethread[,threadresume]
Resume a
+thread in the debuggee.
arguments
[arg1]: ThreadId of the thread to resume (see
+the Threads tab). When not specified, the main thread is used.
result
This command does not set any result
+variables.
setthreadpriority[,setprioritythread,threadsetpriority]
Set thread priority in the debuggee.
arguments
arg1: ThreadId of the thread
+to change the priority of (see the Threads tab).
arg2: Priority value, this can be the integer of a valid +thread priority (see MSDN) or one of the +following values: "Normal", "AboveNormal", "TimeCritical", "Idle", "BelowNormal", "Highest", "Lowest".
+result
This command does not set any result
+variables.
suspendthread[,threadsuspend]
Suspend a
+thread in the debuggee.
+
+
+arguments
+
+
+
+
+
+[arg1]: ThreadId of
+the thread to suspend (see
+the Threads tab). When not specified, the main thread is used.
+
+
+result
+ This command does not set any result
+variables.
arguments
[arg1]: ThreadId to switch to (see the
+class=rvts9>[arg1]: ThreadId of the thread to switch to (see the
Threads tab). When not specified, the main thread is used.
diff --git a/help/x64_dbg.wcp b/help/x64_dbg.wcp index 95fb762e..a1e16bc5 100644 Binary files a/help/x64_dbg.wcp and b/help/x64_dbg.wcp differ