This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/3] Fortran: Resolve target types of pointers.


This patch series handles dynamic target types of pointers
and resolve those types when possible (associated).

Bernhard Heckel (3):
  Fortran: Handle associated property of pointer types.
  Fortran: Resolve dynamic target types of pointers.
  Fortran: Handle cyclic pointers.

 gdb/NEWS                                 |   2 +
 gdb/gdbtypes.c                           |  93 +++++++++++++++++++++++++-
 gdb/testsuite/gdb.fortran/pointers.exp   |  91 ++++++++++++++++++++++++++
 gdb/testsuite/gdb.fortran/pointers.f90   | 109 +++++++++++++++++++++++++++++++
 gdb/testsuite/gdb.fortran/print_type.exp |  98 +++++++++++++++++++++++++++
 gdb/testsuite/gdb.fortran/vla-value.exp  |   2 +-
 gdb/valops.c                             |   6 ++
 7 files changed, 397 insertions(+), 4 deletions(-)
 create mode 100644 gdb/testsuite/gdb.fortran/pointers.exp
 create mode 100644 gdb/testsuite/gdb.fortran/pointers.f90
 create mode 100755 gdb/testsuite/gdb.fortran/print_type.exp

-- 
2.7.1.339.g0233b80


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]