mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 12:59:15 +02:00
+ inferior_pid moved to interface
This commit is contained in:
parent
e228c1eeba
commit
09cc55953c
@ -109,7 +109,7 @@ const
|
|||||||
use_gdb_file : boolean = false;
|
use_gdb_file : boolean = false;
|
||||||
var
|
var
|
||||||
gdb_file : text;
|
gdb_file : text;
|
||||||
|
inferior_pid : longint;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
@ -298,7 +298,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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.
|
* Private variables were wrongly placed.
|
||||||
|
|
||||||
Revision 1.7 2000/02/07 13:19:43 pierre
|
Revision 1.7 2000/02/07 13:19:43 pierre
|
||||||
|
@ -223,6 +223,7 @@ const
|
|||||||
use_gdb_file : boolean = false;
|
use_gdb_file : boolean = false;
|
||||||
var
|
var
|
||||||
gdb_file : text;
|
gdb_file : text;
|
||||||
|
inferior_pid : longint;cvar;external;
|
||||||
|
|
||||||
{$ifdef go32v2}
|
{$ifdef go32v2}
|
||||||
{ needed to be sure %fs contains the DOS memory selector
|
{ needed to be sure %fs contains the DOS memory selector
|
||||||
@ -825,7 +826,6 @@ var
|
|||||||
{ external variables }
|
{ external variables }
|
||||||
error_return : jmp_buf;cvar;external;
|
error_return : jmp_buf;cvar;external;
|
||||||
quit_return : jmp_buf;cvar;external;
|
quit_return : jmp_buf;cvar;external;
|
||||||
inferior_pid : longint;cvar;external;
|
|
||||||
create_breakpoint_hook : pointer;cvar;external;
|
create_breakpoint_hook : pointer;cvar;external;
|
||||||
current_target : target_ops;cvar;external;
|
current_target : target_ops;cvar;external;
|
||||||
stop_pc : CORE_ADDR;cvar;external;
|
stop_pc : CORE_ADDR;cvar;external;
|
||||||
@ -2152,7 +2152,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
+ Get_current_frame and Set_current_frame
|
||||||
|
|
||||||
Revision 1.3 2000/01/10 11:14:42 peter
|
Revision 1.3 2000/01/10 11:14:42 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user