瀏覽代碼

* missing TGDBController.SetDir method added

git-svn-id: trunk@6009 -
pierre 18 年之前
父節點
當前提交
6606eac232
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      ide/fakegdb/gdbcon.pas

+ 5 - 0
ide/fakegdb/gdbcon.pas

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