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