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 + + + + + + + +

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.

+ \ No newline at end of file diff --git a/help/resumethread_threadresume.htm b/help/resumethread_threadresume.htm new file mode 100644 index 00000000..78fc0e35 --- /dev/null +++ b/help/resumethread_threadresume.htm @@ -0,0 +1,26 @@ + + + +resumethread/threadresume + + + + + + + +

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.

+ \ No newline at end of file diff --git a/help/setthreadpriority_setprioritythread_threadsetpriority.htm b/help/setthreadpriority_setprioritythread_threadsetpriority.htm new file mode 100644 index 00000000..ad26421a --- /dev/null +++ b/help/setthreadpriority_setprioritythread_threadsetpriority.htm @@ -0,0 +1,29 @@ + + + +setthreadpriority/setprioritythread/threadsetpriority + + + + + + + +

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.

+ + \ No newline at end of file diff --git a/help/suspendthread_threadsuspend.htm b/help/suspendthread_threadsuspend.htm new file mode 100644 index 00000000..84b10d3f --- /dev/null +++ b/help/suspendthread_threadsuspend.htm @@ -0,0 +1,39 @@ + + + +suspendthread/threadsuspend + + + + + + + +

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.

+ \ No newline at end of file diff --git a/help/switchthread_threadswitch.htm b/help/switchthread_threadswitch.htm index 8381325d..6bd5dc52 100644 --- a/help/switchthread_threadswitch.htm +++ b/help/switchthread_threadswitch.htm @@ -19,7 +19,7 @@ html,body { the internal current thread to another thread (resulting in different callstack + different registers displayed).

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