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]

Re: [PATCH 0/2] Fortran nested subroutine support


* Andrew Burgess <andrew.burgess@embecosm.com> [2019-09-03 22:38:58 +0100]:

> This is a rebase and polish of some patches that were posted to the
> mailing list almost a year ago, for more details see the first patch
> in this series.
> 
> The second patch builds on this adding some functionality that was
> missing from the original series.
> 
> ---
> 
> Andrew Burgess (2):
>   gdb/fortran: Nested subroutine support
>   gdb/fortran: Allow for matching symbols with missing scope

I've now pushed this series.

Thanks,
Andrew



> 
>  gdb/ChangeLog                                |  24 +++++
>  gdb/cp-namespace.c                           |   5 +-
>  gdb/doc/ChangeLog                            |   4 +
>  gdb/doc/gdb.texinfo                          |   4 +
>  gdb/dwarf2read.c                             |  63 ++++++++----
>  gdb/f-lang.c                                 |   4 +-
>  gdb/testsuite/ChangeLog                      |  15 +++
>  gdb/testsuite/gdb.fortran/nested-funcs-2.exp | 147 +++++++++++++++++++++++++++
>  gdb/testsuite/gdb.fortran/nested-funcs-2.f90 |  62 +++++++++++
>  gdb/testsuite/gdb.fortran/nested-funcs.exp   |  20 ++++
>  gdb/testsuite/gdb.fortran/nested-funcs.f90   |  63 +++++++++++-
>  11 files changed, 385 insertions(+), 26 deletions(-)
>  create mode 100644 gdb/testsuite/gdb.fortran/nested-funcs-2.exp
>  create mode 100644 gdb/testsuite/gdb.fortran/nested-funcs-2.f90
> 
> -- 
> 2.14.5
> 


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