C# 클래스 Emul8.Utilities.GdbStub

상속: IDisposable, IExternal
파일 보기 프로젝트 열기: emul8/emul8 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GdbStub ( int port, ICpuSupportingGdb cpu ) : System

비공개 메소드들

메소드 설명
OnByteWritten ( int b ) : void
OnHalted ( Emul8.Peripherals.CPU.HaltArguments args ) : void
SendPacket ( Emul8.Utilities.GDB.Packet packet ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GdbStub() 공개 메소드

public GdbStub ( int port, ICpuSupportingGdb cpu ) : System
port int
cpu ICpuSupportingGdb
리턴 System