Свойство | Type | Description | |
---|---|---|---|
debugData | bool | ||
debugFlag | bool | ||
debugMaster | bool | ||
lastSigval | Sigval | ||
registers | |||
running | bool | ||
threadCursor | int | ||
threads | int[] |
Méthode | Description | |
---|---|---|
GdbServerConnectionBase ( ) : System |
Méthode | Description | |
---|---|---|
checksum ( string text ) : byte | ||
generatePacketWithChecksum ( string packet ) : string | ||
getSigvalPacket ( ) : string | ||
handlePacket ( string packet ) : void | ||
handlePacket2 ( string packet ) : string | ||
hexDecode ( string hexString ) : byte[] | ||
hexDigitDecode ( char hexDigit ) : int | ||
hexEncode ( byte data ) : string | ||
init ( ) : void | ||
sendPacket ( string packet ) : void |
public GdbServerConnectionBase ( ) : System | ||
Résultat | System |
protected generatePacketWithChecksum ( string packet ) : string | ||
packet | string | |
Résultat | string |
protected handlePacket ( string packet ) : void | ||
packet | string | |
Résultat | void |
protected handlePacket2 ( string packet ) : string | ||
packet | string | |
Résultat | string |
protected hexDecode ( string hexString ) : byte[] | ||
hexString | string | |
Résultat | byte[] |
protected hexDigitDecode ( char hexDigit ) : int | ||
hexDigit | char | |
Résultat | int |
protected sendPacket ( string packet ) : void | ||
packet | string | |
Résultat | void |
protected GdbProcessorRegisters,CSPspEmu.Debugger registers | ||
Résultat |