mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 18:30:18 +02:00
Basic GDB 7.6 support
git-svn-id: trunk@24030 -
This commit is contained in:
parent
1d32b107f5
commit
d4ecf952f9
@ -59,6 +59,16 @@ interface
|
|||||||
|
|
||||||
{$undef GDB_VERSION_RECOGNIZED}
|
{$undef GDB_VERSION_RECOGNIZED}
|
||||||
|
|
||||||
|
{ 7.6.x }
|
||||||
|
{$ifdef GDB_V706}
|
||||||
|
{$info using gdb 7.6.x}
|
||||||
|
{$define GDB_VERSION_RECOGNIZED}
|
||||||
|
{$define GDB_VER_GE_706}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
|
{$ifdef GDB_VER_GE_706}
|
||||||
|
{$define GDB_VER_GE_705}
|
||||||
|
{$endif}
|
||||||
{ 7.5.x }
|
{ 7.5.x }
|
||||||
{$ifdef GDB_V705}
|
{$ifdef GDB_V705}
|
||||||
{$info using gdb 7.5.x}
|
{$info using gdb 7.5.x}
|
||||||
|
Loading…
Reference in New Issue
Block a user