| |
|
| java.lang.Object java.lang.Thread org.eclipse.jdi.internal.spy.TcpipSpy
TcpipSpy | public class TcpipSpy extends Thread (Code) | | This class can be used to spy all JDWP packets. It should be configured 'in between' the debugger
application and the VM (or J9 debug proxy).
Its parameters are:
1) The port number to which the debugger application connects;
2) The name of the host on which the VM or proxy waits for a JDWP connection;
3) The port number on which the VM or proxy waits for a JDWP connection;
4) The file where the trace is written to.
Note that if this program is used for tracing JDWP activity of Leapfrog, the
'debug remote program' option must be used, and the J9 proxy must first be started up by hand
on the port to which Leapfrog will connect.
The J9 proxy that is started up by Leapfrog is not used and will return immediately.
|
getFieldIDSize | public static int getFieldIDSize()(Code) | | |
getFrameIDSize | public static int getFrameIDSize()(Code) | | |
getMethodIDSize | public static int getMethodIDSize()(Code) | | |
getObjectIDSize | public static int getObjectIDSize()(Code) | | |
getReferenceTypeIDSize | public static int getReferenceTypeIDSize()(Code) | | |
hasSizes | public static boolean hasSizes()(Code) | | |
setFieldIDSize | public static void setFieldIDSize(int fieldIDSize)(Code) | | |
setFrameIDSize | public static void setFrameIDSize(int frameIDSize)(Code) | | |
setHasSizes | public static void setHasSizes(boolean value)(Code) | | |
setMethodIDSize | public static void setMethodIDSize(int methodIDSize)(Code) | | |
setObjectIDSize | public static void setObjectIDSize(int objectIDSize)(Code) | | |
setReferenceTypeIDSize | public static void setReferenceTypeIDSize(int referenceTypeIDSize)(Code) | | |
|
|
|