1
0
Fork 0

PROJECT: updated help

This commit is contained in:
Mr. eXoDia 2014-08-01 05:39:38 +02:00
parent 8b2b9f9cd4
commit 9113dbf5c6
6 changed files with 127 additions and 1 deletions

View File

@ -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>&nbsp;<BR></SPAN><SPAN
class=rvts9> [arg1]:&nbsp;ThreadId of the thread
to&nbsp;kill&nbsp;(see the Threads tab). When not specified, the main thread is
used.&nbsp;</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>

View File

@ -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>&nbsp;<BR></SPAN><SPAN
class=rvts9>[arg1]:&nbsp;ThreadId of the thread to&nbsp;resume&nbsp;(see
the Threads tab). When not specified, the main thread is used.&nbsp;</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>

View File

@ -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>&nbsp;<BR></SPAN><SPAN
class=rvts9>&nbsp; arg1:&nbsp;ThreadId of the thread
to&nbsp;change the priority of&nbsp;(see the Threads tab). </SPAN></P>
<P class=rvps3><SPAN class=rvts9>&nbsp; arg2: Priority value, this can be the integer of a valid
thread priority (see MSDN)&nbsp;or&nbsp;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>

View File

@ -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>&nbsp;
<BR>
</SPAN>
<SPAN class=rvts9 >
[arg1]:&nbsp;ThreadId of
the thread to&nbsp;suspend (see
the Threads tab). When not specified, the main thread is used.&nbsp;</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>

View File

@ -19,7 +19,7 @@ html,body {
the internal current thread to another thread (resulting in&nbsp;different
callstack + different registers displayed).</P>
<P class=rvps3><SPAN class=rvts11><U>arguments</U>&nbsp;<BR></SPAN><SPAN
class=rvts9>[arg1]:&nbsp;ThreadId to switch to (see the
class=rvts9>[arg1]:&nbsp;ThreadId of the thread to switch to (see the
Threads tab). When not specified, the main thread is used.&nbsp;</SPAN></P>
<P class=rvps3>
<SPAN class=rvts11>

Binary file not shown.