Browse Source

* missing TGDBController.SetDir method added

git-svn-id: trunk@6009 -
pierre 18 years ago
parent
commit
6606eac232
1 changed files with 5 additions and 0 deletions
  1. 5 0
      ide/fakegdb/gdbcon.pas

+ 5 - 0
ide/fakegdb/gdbcon.pas

@@ -34,6 +34,7 @@ type
     function  GetOutput : Pchar;
     function  GetError : Pchar;
     function  LoadFile(const fn:string):boolean;
+    procedure SetDir(const s : string);
     procedure SetArgs(const s : string);
     procedure ClearSymbols;
   end;
@@ -95,6 +96,10 @@ begin
 end;
 
 
+procedure TGDBController.SetDir(const s : string);
+begin
+end;
+
 procedure TGDBController.StartTrace;
 begin
   Run;