mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 09:29:42 +01:00
* moved to include compiler/gdb independent of each other
This commit is contained in:
parent
92a42e35dc
commit
5cfcec9788
@ -1,8 +1,21 @@
|
||||
|
||||
This is a fake compiler which can be used instead of the full compiler source.
|
||||
This directory contains fake versions which can be used for IDE development
|
||||
to leave out some parts of the IDE by replacing them with dummy functions.
|
||||
|
||||
compiler/ contains a fake compiler
|
||||
gdb/ contains a fake gdb interface
|
||||
|
||||
|
||||
Fake compiler
|
||||
-------------
|
||||
The only thing it does is when you compile it writes some info lines to the
|
||||
do_comment() function, which is normally called by the compiler.
|
||||
|
||||
Currently it gives an info line that it is a fake compiler and on the second
|
||||
line the specified commandline
|
||||
|
||||
|
||||
Fake gdb
|
||||
--------
|
||||
This contains only the unit gdbcon. Normally the gdbint unit won't be used
|
||||
directly by your program.
|
||||
|
||||
@ -247,7 +247,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.3 1999-01-22 10:24:16 peter
|
||||
Revision 1.1 1999-01-28 19:56:12 peter
|
||||
* moved to include compiler/gdb independent of each other
|
||||
|
||||
Revision 1.3 1999/01/22 10:24:16 peter
|
||||
+ gdbcon fake unit
|
||||
|
||||
Revision 1.2 1999/01/21 11:54:08 peter
|
||||
@ -244,7 +244,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 1999-01-14 21:43:08 peter
|
||||
Revision 1.1 1999-01-28 19:56:12 peter
|
||||
* moved to include compiler/gdb independent of each other
|
||||
|
||||
Revision 1.2 1999/01/14 21:43:08 peter
|
||||
+ status.currentsourcepath
|
||||
|
||||
Revision 1.1 1998/12/22 14:27:54 peter
|
||||
@ -24,7 +24,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.3 1999-01-04 11:49:39 peter
|
||||
Revision 1.1 1999-01-28 19:56:12 peter
|
||||
* moved to include compiler/gdb independent of each other
|
||||
|
||||
Revision 1.3 1999/01/04 11:49:39 peter
|
||||
* 'Use tab characters' now works correctly
|
||||
+ Syntax highlight now acts on File|Save As...
|
||||
+ Added a new class to syntax highlight: 'hex numbers'.
|
||||
@ -106,7 +106,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-12-22 14:27:54 peter
|
||||
Revision 1.1 1999-01-28 19:56:12 peter
|
||||
* moved to include compiler/gdb independent of each other
|
||||
|
||||
Revision 1.1 1998/12/22 14:27:54 peter
|
||||
* moved
|
||||
|
||||
Revision 1.1 1998/12/10 23:54:28 peter
|
||||
@ -1225,7 +1225,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-12-22 14:27:54 peter
|
||||
Revision 1.1 1999-01-28 19:56:12 peter
|
||||
* moved to include compiler/gdb independent of each other
|
||||
|
||||
Revision 1.1 1998/12/22 14:27:54 peter
|
||||
* moved
|
||||
|
||||
Revision 1.2 1998/12/18 17:17:05 peter
|
||||
@ -344,7 +344,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-12-22 14:27:54 peter
|
||||
Revision 1.1 1999-01-28 19:56:12 peter
|
||||
* moved to include compiler/gdb independent of each other
|
||||
|
||||
Revision 1.1 1998/12/22 14:27:54 peter
|
||||
* moved
|
||||
|
||||
Revision 1.1 1998/12/10 23:54:28 peter
|
||||
@ -65,7 +65,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-12-22 14:27:54 peter
|
||||
Revision 1.1 1999-01-28 19:56:12 peter
|
||||
* moved to include compiler/gdb independent of each other
|
||||
|
||||
Revision 1.1 1998/12/22 14:27:54 peter
|
||||
* moved
|
||||
|
||||
Revision 1.2 1998/12/18 17:17:06 peter
|
||||
@ -157,7 +157,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1999-01-22 10:24:17 peter
|
||||
Revision 1.1 1999-01-28 19:56:12 peter
|
||||
* moved to include compiler/gdb independent of each other
|
||||
|
||||
Revision 1.1 1999/01/22 10:24:17 peter
|
||||
+ gdbcon fake unit
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user