]> git.pld-linux.org Git - packages/fpc.git/blob - fpc-gdb.patch
- updated to 2.6.2
[packages/fpc.git] / fpc-gdb.patch
1 --- fpcbuild-2.6.2/fpcsrc/packages/gdbint/src/gdbint.pp.orig    2012-10-29 11:20:11.000000000 +0100
2 +++ fpcbuild-2.6.2/fpcsrc/packages/gdbint/src/gdbint.pp 2013-02-27 00:46:44.367729018 +0100
3 @@ -113,6 +113,26 @@
4    {$define GDB_HAS_BP_NONE}
5  {$endif def GDB_V608}
6  
7 +{ 7.5.x }
8 +{$ifdef GDB_V705}
9 +  {$info using gdb 7.5.x}
10 +  {$define GDB_V7}
11 +  {$define GDB_BP_LOCATION_HAS_GDBARCH}
12 +  {$define GDB_HAS_PROGRAM_SPACE}
13 +  {$define GDB_NO_UIOUT}
14 +  {$define GDB_NEEDS_INTERPRETER_SETUP}
15 +  {$define GDB_NEEDS_SET_INSTREAM}
16 +  {$define GDB_NOTIFY_BREAKPOINT_ARG_IS_BREAKPOINT_PTR}
17 +  {$define GDB_USES_BP_OPS}
18 +  {$define GDB_BP_TI_HAS_LENGTH}
19 +  {$define GDB_BP_LOCATION_HAS_REFCOUNT}
20 +  {$define GDB_BP_LOCATION_HAS_OPS}
21 +  {$define GDB_UI_FILE_HAS_WRITE_ASYNC}
22 +  {$ifdef win32}
23 +      {$define GDB_USES_LIBADVAPI32}
24 +  {$endif win32}
25 +{$endif def GDB_V705}
26 +
27  { 7.4.x }
28  {$ifdef GDB_V704}
29    {$info using gdb 7.4.x}
This page took 0.147465 seconds and 3 git commands to generate.