Example #1
0
 public x86GdbStub(string host, int port)
     : base(host, port)
 {
     Registers = new x86GdbRegisters(this);
 }
Example #2
0
 public x86GdbStub(string host, int port) : base(host, port)
 {
     Registers = new x86GdbRegisters(this);
 }