Browse Source

+ inferior_pid moved to interface

pierre 25 years ago
parent
commit
09cc55953c
2 changed files with 10 additions and 4 deletions
  1. 5 2
      ide/fake/gdb/gdbint.pas
  2. 5 2
      packages/gdbint/gdbint.pp

+ 5 - 2
ide/fake/gdb/gdbint.pas

@@ -109,7 +109,7 @@ const
   use_gdb_file : boolean = false;
 var
   gdb_file : text;
-
+  inferior_pid : longint;
 
 implementation
 
@@ -298,7 +298,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.8  2000-02-13 00:01:18  carl
+  Revision 1.9  2000-03-07 10:39:59  pierre
+   + inferior_pid moved to interface
+
+  Revision 1.8  2000/02/13 00:01:18  carl
     * Private variables were wrongly placed.
 
   Revision 1.7  2000/02/07 13:19:43  pierre

+ 5 - 2
packages/gdbint/gdbint.pp

@@ -223,6 +223,7 @@ const
   use_gdb_file : boolean = false;
 var
   gdb_file : text;
+  inferior_pid : longint;cvar;external;
 
 {$ifdef go32v2}
   { needed to be sure %fs contains the DOS memory selector
@@ -825,7 +826,6 @@ var
 { external variables }
   error_return : jmp_buf;cvar;external;
   quit_return  : jmp_buf;cvar;external;
-  inferior_pid : longint;cvar;external;
   create_breakpoint_hook : pointer;cvar;external;
   current_target : target_ops;cvar;external;
   stop_pc      : CORE_ADDR;cvar;external;
@@ -2152,7 +2152,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.4  2000-02-06 22:32:45  pierre
+  Revision 1.5  2000-03-07 10:39:59  pierre
+   + inferior_pid moved to interface
+
+  Revision 1.4  2000/02/06 22:32:45  pierre
    + Get_current_frame and Set_current_frame
 
   Revision 1.3  2000/01/10 11:14:42  peter