Browse Source

* compilation of gdbcon.pp fixed after r29746

git-svn-id: trunk@29747 -
nickysn 10 years ago
parent
commit
186e86b353
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/gdbint/src/gdbcon.pp

+ 1 - 1
packages/gdbint/src/gdbcon.pp

@@ -326,7 +326,7 @@ begin
     wtRead:
       Command('rwatch ' + location);
   end;
-  BreakpointInsert:=Last_breakpoint_number;
+  WatchpointInsert:=Last_breakpoint_number;
 end;
 
 procedure TGDBController.SetTBreak(tbreakstring : string);