C# Class CSPspEmu.Debugger.GdbServerConnectionBase

Afficher le fichier Open project: soywiz/cspspemu

Protected Properties

Свойство Type Description
debugData bool
debugFlag bool
debugMaster bool
lastSigval Sigval
registers GdbProcessorRegisters
running bool
threadCursor int
threads int[]

Méthodes publiques

Méthode Description
GdbServerConnectionBase ( ) : System

Méthodes protégées

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

Method Details

GdbServerConnectionBase() public méthode

public GdbServerConnectionBase ( ) : System
Résultat System

checksum() protected méthode

protected checksum ( string text ) : byte
text string
Résultat byte

generatePacketWithChecksum() protected méthode

protected generatePacketWithChecksum ( string packet ) : string
packet string
Résultat string

getSigvalPacket() protected méthode

protected getSigvalPacket ( ) : string
Résultat string

handlePacket() protected méthode

protected handlePacket ( string packet ) : void
packet string
Résultat void

handlePacket2() protected méthode

protected handlePacket2 ( string packet ) : string
packet string
Résultat string

hexDecode() protected méthode

protected hexDecode ( string hexString ) : byte[]
hexString string
Résultat byte[]

hexDigitDecode() protected méthode

protected hexDigitDecode ( char hexDigit ) : int
hexDigit char
Résultat int

hexEncode() protected méthode

protected hexEncode ( byte data ) : string
data byte
Résultat string

init() protected méthode

protected init ( ) : void
Résultat void

sendPacket() protected méthode

protected sendPacket ( string packet ) : void
packet string
Résultat void

Property Details

debugData protected_oe property

protected bool debugData
Résultat bool

debugFlag protected_oe property

protected bool debugFlag
Résultat bool

debugMaster protected_oe property

protected bool debugMaster
Résultat bool

lastSigval protected_oe property

protected Sigval lastSigval
Résultat Sigval

registers protected_oe property

protected GdbProcessorRegisters,CSPspEmu.Debugger registers
Résultat GdbProcessorRegisters

running protected_oe property

protected bool running
Résultat bool

threadCursor protected_oe property

protected int threadCursor
Résultat int

threads protected_oe property

protected int[] threads
Résultat int[]