#include <types_vmapi.H>
Public Attributes | |
DEBUG_CONNECTION_TYPE | _type |
DEBUG_MODE_OPTIONS | _options |
const char * | _ip |
int | _tcpPort |
struct { | |
const char * _ip | |
int _tcpPort | |
} | _tcpClient |
|
IP address of machine running debugger (dot decimal format). NULL for local machine.
|
|
Options which affect application debugging.
|
|
Information for DEBUG_CONNECTION_TYPE_TCP_CLIENT. |
|
TCP port that debugger is listening on, waiting for a connection from Pin.
|
|
Tells the connection type to the application debugger.
|