mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 11:09:23 +02:00
* reset_gdb_info only when debuginfo is set
This commit is contained in:
parent
d11f7636be
commit
fc476492a1
@ -230,6 +230,7 @@ unit parser;
|
|||||||
{ init code generator for a new module }
|
{ init code generator for a new module }
|
||||||
codegen_newmodule;
|
codegen_newmodule;
|
||||||
{$ifdef GDB}
|
{$ifdef GDB}
|
||||||
|
if cs_debuginfo in aktmoduleswitches then
|
||||||
reset_gdb_info;
|
reset_gdb_info;
|
||||||
{$endif GDB}
|
{$endif GDB}
|
||||||
|
|
||||||
@ -288,6 +289,7 @@ unit parser;
|
|||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
{$ifdef GDB}
|
{$ifdef GDB}
|
||||||
|
if cs_debuginfo in aktmoduleswitches then
|
||||||
reset_gdb_info;
|
reset_gdb_info;
|
||||||
{$endif GDB}
|
{$endif GDB}
|
||||||
|
|
||||||
@ -371,7 +373,10 @@ unit parser;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.46 1998-09-21 08:45:12 pierre
|
Revision 1.47 1998-09-21 09:00:18 peter
|
||||||
|
* reset_gdb_info only when debuginfo is set
|
||||||
|
|
||||||
|
Revision 1.46 1998/09/21 08:45:12 pierre
|
||||||
+ added vmt_offset in tobjectdef.write for fututre use
|
+ added vmt_offset in tobjectdef.write for fututre use
|
||||||
(first steps to have objects without vmt if no virtual !!)
|
(first steps to have objects without vmt if no virtual !!)
|
||||||
+ added fpu_used field for tabstractprocdef :
|
+ added fpu_used field for tabstractprocdef :
|
||||||
|
Loading…
Reference in New Issue
Block a user