C# Class Emul8.Utilities.GdbStub

Inheritance: IDisposable, IExternal
Afficher le fichier Open project: emul8/emul8 Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GdbStub ( int port, ICpuSupportingGdb cpu ) : System

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GdbStub() public méthode

public GdbStub ( int port, ICpuSupportingGdb cpu ) : System
port int
cpu ICpuSupportingGdb
Résultat System