Esempio n. 1
0
 internal GdbBreakpointCollection(GdbStub gdbStub)
 {
     this.gdbStub = gdbStub;
 }
Esempio n. 2
0
 internal GdbMemory(GdbStub gdbStub)
 {
     this.gdbStub = gdbStub;
 }
Esempio n. 3
0
 internal GdbRegisters(GdbStub gdbStub)
 {
     this.gdbStub = gdbStub;
 }