mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 17:29:29 +02:00
* Fix gdbint for releases 7.1 7.2 and 7.3
git-svn-id: trunk@17086 -
This commit is contained in:
parent
10b9f4976f
commit
084a274c5e
@ -120,16 +120,28 @@ interface
|
||||
{$define GDB_HAS_BP_NONE}
|
||||
{$endif def GDB_V608}
|
||||
|
||||
{ 7.3.x }
|
||||
{$ifdef GDB_V703}
|
||||
{$info using gdb 7.3.x}
|
||||
{$define GDB_V7}
|
||||
{$define GDB_BP_LOCATION_HAS_GDBARCH}
|
||||
{$define GDB_HAS_PROGRAM_SPACE}
|
||||
{$endif def GDB_V702}
|
||||
|
||||
{ 7.2.x }
|
||||
{$ifdef GDB_V702}
|
||||
{$info using gdb 7.2.x}
|
||||
{$define GDB_V7}
|
||||
{$define GDB_BP_LOCATION_HAS_GDBARCH}
|
||||
{$define GDB_HAS_PROGRAM_SPACE}
|
||||
{$endif def GDB_V702}
|
||||
|
||||
{ 7.1.x }
|
||||
{$ifdef GDB_V701}
|
||||
{$info using gdb 7.1.x}
|
||||
{$define GDB_V7}
|
||||
{$define GDB_BP_LOCATION_HAS_GDBARCH}
|
||||
{$define GDB_HAS_PROGRAM_SPACE}
|
||||
{$endif def GDB_V701}
|
||||
|
||||
|
||||
@ -138,6 +150,8 @@ interface
|
||||
{$ifdef GDB_V700}
|
||||
{$info using gdb 7.0.x}
|
||||
{$define GDB_V7}
|
||||
{$define GDB_BP_LOCATION_HAS_GDBARCH}
|
||||
{$define GDB_HAS_PROGRAM_SPACE}
|
||||
{$endif def GDB_V700}
|
||||
|
||||
{$ifdef GDB_V7}
|
||||
|
Loading…
Reference in New Issue
Block a user