C# Class CSPspEmu.Debugger.GdbServerConnectionBase

Exibir arquivo Open project: soywiz/cspspemu

Protected Properties

Property Type Description
debugData bool
debugFlag bool
debugMaster bool
lastSigval Sigval
registers GdbProcessorRegisters
running bool
threadCursor int
threads int[]

Public Methods

Method Description
GdbServerConnectionBase ( ) : System

Protected Methods

Method 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 method

public GdbServerConnectionBase ( ) : System
return System

checksum() protected method

protected checksum ( string text ) : byte
text string
return byte

generatePacketWithChecksum() protected method

protected generatePacketWithChecksum ( string packet ) : string
packet string
return string

getSigvalPacket() protected method

protected getSigvalPacket ( ) : string
return string

handlePacket() protected method

protected handlePacket ( string packet ) : void
packet string
return void

handlePacket2() protected method

protected handlePacket2 ( string packet ) : string
packet string
return string

hexDecode() protected method

protected hexDecode ( string hexString ) : byte[]
hexString string
return byte[]

hexDigitDecode() protected method

protected hexDigitDecode ( char hexDigit ) : int
hexDigit char
return int

hexEncode() protected method

protected hexEncode ( byte data ) : string
data byte
return string

init() protected method

protected init ( ) : void
return void

sendPacket() protected method

protected sendPacket ( string packet ) : void
packet string
return void

Property Details

debugData protected_oe property

protected bool debugData
return bool

debugFlag protected_oe property

protected bool debugFlag
return bool

debugMaster protected_oe property

protected bool debugMaster
return bool

lastSigval protected_oe property

protected Sigval lastSigval
return Sigval

registers protected_oe property

protected GdbProcessorRegisters,CSPspEmu.Debugger registers
return GdbProcessorRegisters

running protected_oe property

protected bool running
return bool

threadCursor protected_oe property

protected int threadCursor
return int

threads protected_oe property

protected int[] threads
return int[]