49 lines
1.5 KiB
HTML
49 lines
1.5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>getjit/jitget</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>getjit[,jitget]<BR></STRONG>Get 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 get the
|
|
x32-JIT entry from the x64 debugger (using the x32 arg).</DIV>
|
|
<LI>
|
|
<DIV>Its possible get 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: Get the current JIT
|
|
debugger. </P>
|
|
<P class=rvps3> arg2:</P>
|
|
<OL>
|
|
<OL>
|
|
<LI>
|
|
<DIV class=rvps3>old: Get the old JIT entry
|
|
stored.</DIV>
|
|
<DIV class=rvps3></DIV>
|
|
<LI>
|
|
<DIV class=rvps3>x32: Get the x32-JIT entry.</DIV>
|
|
<LI>
|
|
<DIV class=rvps3>x64: Get the
|
|
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>
|