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

* TGDBController.InternalGetValue made private to protect from accidental use
in fpdebug.pas, because it's for internal use in the libgdb.a interface only
and is not available in the gdb/mi interface

git-svn-id: trunk@30053 -

nickysn 10 жил өмнө
parent
commit
7859afccc4

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

@@ -31,6 +31,10 @@ type
 
   PGDBController=^TGDBController;
   TGDBController=object(TGDBInterface)
+  private
+    { print }
+    function InternalGetValue(Const expr : string) : AnsiString;
+  public
     progname,
     progdir,
     progargs   : pchar;
@@ -61,7 +65,6 @@ type
     { set command }
     function SetCommand(Const SetExpr : string) : boolean;
     { print }
-    function InternalGetValue(Const expr : string) : AnsiString;
     function PrintCommand(const expr : string): AnsiString;
     function PrintFormattedCommand(const expr : string; Format : TPrintFormatType): AnsiString;
     { breakpoints }