コード例 #1
0
ファイル: x86GdbStub.cs プロジェクト: jbatonnet/kernel
 public x86GdbStub(string host, int port)
     : base(host, port)
 {
     Registers = new x86GdbRegisters(this);
 }
コード例 #2
0
ファイル: x86GdbStub.cs プロジェクト: jbatonnet/System
 public x86GdbStub(string host, int port) : base(host, port)
 {
     Registers = new x86GdbRegisters(this);
 }