mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 14:19:31 +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}
|
||||
|
||||
{ 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 }
|
||||
{$ifdef GDB_V705}
|
||||
{$info using gdb 7.5.x}
|
||||
|
Loading…
Reference in New Issue
Block a user