Explorar o código

* missing TGDBController.SetDir method added

git-svn-id: trunk@6009 -
pierre %!s(int64=18) %!d(string=hai) anos
pai
achega
6606eac232
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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;