C# 클래스 CSPspEmu.Debugger.GdbServerConnectionBase

파일 보기 프로젝트 열기: soywiz/cspspemu

보호된 프로퍼티들

프로퍼티 타입 설명
debugData bool
debugFlag bool
debugMaster bool
lastSigval Sigval
registers GdbProcessorRegisters
running bool
threadCursor int
threads int[]

공개 메소드들

메소드 설명
GdbServerConnectionBase ( ) : System

보호된 메소드들

메소드 설명
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

메소드 상세

GdbServerConnectionBase() 공개 메소드

public GdbServerConnectionBase ( ) : System
리턴 System

checksum() 보호된 메소드

protected checksum ( string text ) : byte
text string
리턴 byte

generatePacketWithChecksum() 보호된 메소드

protected generatePacketWithChecksum ( string packet ) : string
packet string
리턴 string

getSigvalPacket() 보호된 메소드

protected getSigvalPacket ( ) : string
리턴 string

handlePacket() 보호된 메소드

protected handlePacket ( string packet ) : void
packet string
리턴 void

handlePacket2() 보호된 메소드

protected handlePacket2 ( string packet ) : string
packet string
리턴 string

hexDecode() 보호된 메소드

protected hexDecode ( string hexString ) : byte[]
hexString string
리턴 byte[]

hexDigitDecode() 보호된 메소드

protected hexDigitDecode ( char hexDigit ) : int
hexDigit char
리턴 int

hexEncode() 보호된 메소드

protected hexEncode ( byte data ) : string
data byte
리턴 string

init() 보호된 메소드

protected init ( ) : void
리턴 void

sendPacket() 보호된 메소드

protected sendPacket ( string packet ) : void
packet string
리턴 void

프로퍼티 상세

debugData 보호되어 있는 프로퍼티

protected bool debugData
리턴 bool

debugFlag 보호되어 있는 프로퍼티

protected bool debugFlag
리턴 bool

debugMaster 보호되어 있는 프로퍼티

protected bool debugMaster
리턴 bool

lastSigval 보호되어 있는 프로퍼티

protected Sigval lastSigval
리턴 Sigval

registers 보호되어 있는 프로퍼티

protected GdbProcessorRegisters,CSPspEmu.Debugger registers
리턴 GdbProcessorRegisters

running 보호되어 있는 프로퍼티

protected bool running
리턴 bool

threadCursor 보호되어 있는 프로퍼티

protected int threadCursor
리턴 int

threads 보호되어 있는 프로퍼티

protected int[] threads
리턴 int[]