Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Tim Wiederhake <tim.wiederhake@intel.com>
To: gdb-patches@sourceware.org
Cc: qiyaoltc@gmail.com
Subject: [PATCH v4 0/5] Some Fortran Patches
Date: Fri, 08 Sep 2017 13:33:00 -0000	[thread overview]
Message-ID: <1504877571-22441-1-git-send-email-tim.wiederhake@intel.com> (raw)

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

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

V3 of this series can be found here:
https://sourceware.org/ml/gdb-patches/2017-08/msg00232.html

Changes since V3:
* Replaced "%test" with "$test" in patch #3.
* Added NEWS entry in patch #4.
* Merged patches #5 and #6, added fall-through annotation and removed unnecessary changes.

With these changes:
Patch #1, #3 and #4 were OK'd by Yao.
Documentation in Patch #5 (was: #6), was OK'd by Eli.

Missing:
* OK on patch #2
* OK on NEWS file in patches #4 and #5.

Thanks,
Tim


Bernhard Heckel (5):
  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: Nested functions, add scope parameter.

 gdb/NEWS                                      |   5 +
 gdb/doc/gdb.texinfo                           |   3 +
 gdb/dwarf2read.c                              | 145 +++++++++++++++++++++++---
 gdb/f-exp.y                                   |   7 +-
 gdb/f-typeprint.c                             |  28 ++++-
 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    |  20 ++++
 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 ++
 14 files changed, 652 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


             reply	other threads:[~2017-09-08 13:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-08 13:33 Tim Wiederhake [this message]
2017-09-08 13:33 ` [PATCH v4 1/5] DWARF: Don't add nameless modules to partial symbol table Tim Wiederhake
2017-09-08 13:33 ` [PATCH v4 3/5] Fortran: Ptype, print type extension Tim Wiederhake
2017-09-08 13:33 ` [PATCH v4 5/5] Fortran: Nested functions, add scope parameter Tim Wiederhake
2017-09-08 14:34   ` Eli Zaretskii
2017-09-08 13:33 ` [PATCH v4 4/5] Dwarf: Fortran, support DW_TAG_entry_point Tim Wiederhake
2017-09-08 14:35   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1504877571-22441-1-git-send-email-tim.wiederhake@intel.com \
    --to=tim.wiederhake@intel.com \
    --cc=gdb-patches@sourceware.org \
    --cc=qiyaoltc@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox