55 lines
1.9 KiB
HTML
55 lines
1.9 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>setjit/jitset</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>setjit[,jitset]<BR></STRONG>Set the Just-In-Time Debugger in Windows. In WIN64 systems
|
|
there are two JIT entries: one for a x32 debugger and other for a x64
|
|
debugger. In a WIN64 system when a x32 process crash: Windows attach the
|
|
x32 debugger stored in the x32-JIT entry. Important notes:</P>
|
|
<UL>
|
|
<LI>
|
|
<DIV>Its possible change the x32-JIT entry from the x64 debugger (using the x32 arg).</DIV>
|
|
<LI>
|
|
<DIV>Its possible change the x64-JIT entry from the
|
|
x32 debugger ONLY if the x32 debugger its running in a WIN64 System (using the x64 arg).</DIV></LI></UL>
|
|
<P><U>arguments</U> </P>
|
|
<P class=rvps3> without args: Set the current
|
|
debugger as JIT. </P>
|
|
<P class=rvps3> arg1:</P>
|
|
<OL>
|
|
<OL>
|
|
<LI>
|
|
<DIV class=rvps3>oldsave: Set the current debugger as
|
|
JIT and save the last JIT entry.</DIV>
|
|
<LI>
|
|
<DIV class=rvps3>restore: Set the old JIT entry
|
|
stored as JIT and remove it from debugger db.</DIV>
|
|
<LI>
|
|
<DIV class=rvps3>old (without arg2): Set the old
|
|
JIT entry stored as new JIT.</DIV>
|
|
<LI>
|
|
<DIV class=rvps3>old (with arg2): Set the arg2 as
|
|
old JIT entry stored.</DIV>
|
|
<DIV class=rvps3></DIV>
|
|
<LI>
|
|
<DIV class=rvps3>x32: Set the arg2 as new
|
|
x32-JIT entry.</DIV>
|
|
<LI>
|
|
<DIV class=rvps3>x64: Set the arg2 as new
|
|
x64-JIT entry.</DIV></LI></OL></OL>
|
|
<P class=rvps3><U>result <BR></U>This command does not set any result
|
|
variables.</P></body>
|
|
</html>
|