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/4] More Fortran Patches


Hi all,

this is another set of unrelated Fortran patches that were originally written by
Bernhard Heckel, Christoph Weinmann and Frank Penczek.

Regards,
Tim

*** BLURB HERE ***

Bernhard Heckel (2):
  Fortran: Testsuite, fix differences in type naming.
  fortran: Testsuite, fix typos in vla-value.

Christoph Weinmann (1):
  Remove C/C++ relevant code in Fortran specific file.

Frank Penczek (1):
  Fix indentation for printing Fortran types with pointers

 gdb/f-typeprint.c                             |  8 +++---
 gdb/f-valprint.c                              | 18 ++----------
 gdb/testsuite/gdb.fortran/printing-types.exp  | 35 +++++++++++++++++++++++
 gdb/testsuite/gdb.fortran/printing-types.f90  | 27 ++++++++++++++++++
 gdb/testsuite/gdb.fortran/ptr-indentation.exp | 41 +++++++++++++++++++++++++++
 gdb/testsuite/gdb.fortran/ptr-indentation.f90 | 30 ++++++++++++++++++++
 gdb/testsuite/gdb.fortran/vla-ptype.exp       |  6 ++--
 gdb/testsuite/gdb.fortran/vla-value.exp       | 15 ++++++----
 gdb/testsuite/gdb.mi/mi-var-child-f.exp       |  8 +++---
 gdb/testsuite/gdb.mi/mi-vla-fortran.exp       | 19 ++++++++-----
 10 files changed, 168 insertions(+), 39 deletions(-)
 create mode 100644 gdb/testsuite/gdb.fortran/printing-types.exp
 create mode 100644 gdb/testsuite/gdb.fortran/printing-types.f90
 create mode 100644 gdb/testsuite/gdb.fortran/ptr-indentation.exp
 create mode 100644 gdb/testsuite/gdb.fortran/ptr-indentation.f90

-- 
2.7.4


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