Browse Source

Basic GDB 7.6 support

git-svn-id: trunk@24030 -
pierre 12 years ago
parent
commit
d4ecf952f9
1 changed files with 10 additions and 0 deletions
  1. 10 0
      packages/gdbint/src/gdbint.pp

+ 10 - 0
packages/gdbint/src/gdbint.pp

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