public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Some Fortran Patches
@ 2017-08-07  9:38 Tim Wiederhake
  2017-08-07  9:38 ` [PATCH v2 3/6] Fortran: Ptype, print type extension Tim Wiederhake
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Tim Wiederhake @ 2017-08-07  9:38 UTC (permalink / raw)
  To: gdb-patches; +Cc: qiyaoltc

Hi all,

this is a set of mostly unrelated Fortran patches that were originally written
by Bernhard Heckel.

V1 of this series can be found here:
https://sourceware.org/ml/gdb-patches/2017-07/msg00317.html

Changes since V1:
* Changed commitlog and comments to refer to ifort.
* Added PR 8043 and PR 9279 to ChangeLog.
* Simplyfied add_partial_symbol.
* Simplyfied switch in new_symbol_full.

Regards,
Tim

Bernhard Heckel (6):
  DWARF: Don't add nameless modules to partial symbol table.
  Fortran: Accessing fields of inherited types via fully qualified name.
  Fortran: Ptype, print type extension.
  Dwarf: Fortran, support DW_TAG_entry_point.
  Fortran: Enable setting breakpoint on nested functions.
  Fortran: Nested functions, add scope parameter.

 gdb/doc/gdb.texinfo                           |   3 +
 gdb/dwarf2read.c                              | 144 +++++++++++++++++++++++---
 gdb/f-exp.y                                   |   7 +-
 gdb/f-typeprint.c                             |  31 +++++-
 gdb/testsuite/gdb.fortran/block-data.exp      |  49 +++++++++
 gdb/testsuite/gdb.fortran/block-data.f        |  56 ++++++++++
 gdb/testsuite/gdb.fortran/entry_point.exp     |  70 +++++++++++++
 gdb/testsuite/gdb.fortran/entry_point.f90     |  48 +++++++++
 gdb/testsuite/gdb.fortran/nested-funcs.exp    |  28 +++++
 gdb/testsuite/gdb.fortran/nested-funcs.f90    |  66 +++++++++++-
 gdb/testsuite/gdb.fortran/oop_extend_type.exp | 113 ++++++++++++++++++++
 gdb/testsuite/gdb.fortran/oop_extend_type.f90 |  56 ++++++++++
 gdb/valops.c                                  |   6 ++
 13 files changed, 657 insertions(+), 20 deletions(-)
 create mode 100644 gdb/testsuite/gdb.fortran/block-data.exp
 create mode 100644 gdb/testsuite/gdb.fortran/block-data.f
 create mode 100644 gdb/testsuite/gdb.fortran/entry_point.exp
 create mode 100644 gdb/testsuite/gdb.fortran/entry_point.f90
 mode change 100755 => 100644 gdb/testsuite/gdb.fortran/nested-funcs.exp
 mode change 100755 => 100644 gdb/testsuite/gdb.fortran/nested-funcs.f90
 create mode 100644 gdb/testsuite/gdb.fortran/oop_extend_type.exp
 create mode 100644 gdb/testsuite/gdb.fortran/oop_extend_type.f90

-- 
2.7.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-08-08 15:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-07  9:38 [PATCH v2 0/6] Some Fortran Patches Tim Wiederhake
2017-08-07  9:38 ` [PATCH v2 3/6] Fortran: Ptype, print type extension Tim Wiederhake
2017-08-07  9:38 ` [PATCH v2 2/6] Fortran: Accessing fields of inherited types via fully qualified name Tim Wiederhake
2017-08-08 15:00   ` Yao Qi
2017-08-07  9:38 ` [PATCH v2 4/6] Dwarf: Fortran, support DW_TAG_entry_point Tim Wiederhake
2017-08-07  9:38 ` [PATCH v2 1/6] DWARF: Don't add nameless modules to partial symbol table Tim Wiederhake
2017-08-07 22:08   ` Yao Qi
2017-08-07  9:38 ` [PATCH v2 5/6] Fortran: Enable setting breakpoint on nested functions Tim Wiederhake
2017-08-07  9:38 ` [PATCH v2 6/6] Fortran: Nested functions, add scope parameter Tim Wiederhake
2017-08-07 16:15   ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).