PROJECT: updated help
This commit is contained in:
parent
8b2b9f9cd4
commit
9113dbf5c6
|
|
@ -0,0 +1,32 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>killthread/threadkill</title>
|
||||
<meta name="GENERATOR" content="WinCHM">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style>
|
||||
html,body {
|
||||
/* Default Font */
|
||||
font-family: Courier New;
|
||||
font-size: 11pt;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<P><STRONG>killthread[,threadkill]<BR></STRONG>Kill a
|
||||
thread in the debuggee.</P>
|
||||
<P class=rvps3><SPAN class=rvts11><U>arguments</U> <BR></SPAN><SPAN
|
||||
class=rvts9> [arg1]: ThreadId of the thread
|
||||
to kill (see the Threads tab). When not specified, the main thread is
|
||||
used. </SPAN></P>
|
||||
<P class=rvps3><SPAN
|
||||
class=rvts9>
|
||||
[arg2]: Thread exit code. When not
|
||||
specified, 0 will be
|
||||
used.</SPAN></P>
|
||||
<P class=rvps3><SPAN class=rvts11><U>result <BR></U></SPAN><SPAN
|
||||
class=rvts9>This command does not set any result
|
||||
variables.</SPAN></P></body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>resumethread/threadresume</title>
|
||||
<meta name="GENERATOR" content="WinCHM">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style>
|
||||
html,body {
|
||||
/* Default Font */
|
||||
font-family: Courier New;
|
||||
font-size: 11pt;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<P><STRONG>resumethread[,threadresume]<BR></STRONG>Resume a
|
||||
thread in the debuggee.</P>
|
||||
<P class=rvps3><SPAN class=rvts11><U>arguments</U> <BR></SPAN><SPAN
|
||||
class=rvts9>[arg1]: ThreadId of the thread to resume (see
|
||||
the Threads tab). When not specified, the main thread is used. </SPAN></P>
|
||||
<P class=rvps3><SPAN class=rvts11><U>result <BR></U></SPAN><SPAN
|
||||
class=rvts9>This command does not set any result
|
||||
variables.</SPAN></P></body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>setthreadpriority/setprioritythread/threadsetpriority</title>
|
||||
<meta name="GENERATOR" content="WinCHM">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style>
|
||||
html,body {
|
||||
/* Default Font */
|
||||
font-family: Courier New;
|
||||
font-size: 11pt;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<P><STRONG>setthreadpriority[,setprioritythread,threadsetpriority]<BR></STRONG>Set thread priority in the debuggee.</P>
|
||||
<P class=rvps3><SPAN class=rvts11><U>arguments</U> <BR></SPAN><SPAN
|
||||
class=rvts9> arg1: ThreadId of the thread
|
||||
to change the priority of (see the Threads tab). </SPAN></P>
|
||||
<P class=rvps3><SPAN class=rvts9> 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".</SPAN></P>
|
||||
<P class=rvps3><SPAN class=rvts9></SPAN><SPAN class=rvts11><U>result <BR></U></SPAN><SPAN
|
||||
class=rvts9>This command does not set any result
|
||||
variables.</SPAN></P>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>suspendthread/threadsuspend</title>
|
||||
<meta name="GENERATOR" content="WinCHM">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style>
|
||||
html,body {
|
||||
/* Default Font */
|
||||
font-family: Courier New;
|
||||
font-size: 11pt;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<P><STRONG>suspendthread[,threadsuspend]<BR></STRONG>Suspend a
|
||||
thread in the debuggee.</P>
|
||||
<P class=rvps3>
|
||||
<SPAN class=rvts11>
|
||||
<U>
|
||||
arguments
|
||||
|
||||
</U>
|
||||
<BR>
|
||||
</SPAN>
|
||||
<SPAN class=rvts9 >
|
||||
[arg1]: ThreadId of
|
||||
the thread to suspend (see
|
||||
the Threads tab). When not specified, the main thread is used. </SPAN></P>
|
||||
<P class=rvps3 >
|
||||
|
||||
<SPAN class=rvts11>
|
||||
<U>result<BR>
|
||||
</U></SPAN><SPAN
|
||||
class=rvts9>This command does not set any result
|
||||
variables.</SPAN></P></body>
|
||||
</html>
|
||||
|
|
@ -19,7 +19,7 @@ html,body {
|
|||
the internal current thread to another thread (resulting in different
|
||||
callstack + different registers displayed).</P>
|
||||
<P class=rvps3><SPAN class=rvts11><U>arguments</U> <BR></SPAN><SPAN
|
||||
class=rvts9>[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. </SPAN></P>
|
||||
<P class=rvps3>
|
||||
<SPAN class=rvts11>
|
||||
|
|
|
|||
BIN
help/x64_dbg.wcp
BIN
help/x64_dbg.wcp
Binary file not shown.
Loading…
Reference in New Issue