Basic GDB 7.6 support

git-svn-id: trunk@24030 -
This commit is contained in:
pierre 2013-03-28 12:27:56 +00:00
parent 1d32b107f5
commit d4ecf952f9

View File

@ -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}