2
0
Эх сурвалжийг харах

* missing TGDBController.SetDir method added

git-svn-id: trunk@6009 -
pierre 18 жил өмнө
parent
commit
6606eac232

+ 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;