C# Class Emul8.Utilities.GdbStub

Inheritance: IDisposable, IExternal
显示文件 Open project: emul8/emul8 Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GdbStub ( int port, ICpuSupportingGdb cpu ) : System

Private Methods

Method Description
OnByteWritten ( int b ) : void
OnHalted ( Emul8.Peripherals.CPU.HaltArguments args ) : void
SendPacket ( Emul8.Utilities.GDB.Packet packet ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GdbStub() public method

public GdbStub ( int port, ICpuSupportingGdb cpu ) : System
port int
cpu ICpuSupportingGdb
return System