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]

[PUSHED][PATCH V2 0/7] Fortran, typeprint


On 13/05/2016 11:34, Bernhard Heckel wrote:
This series fixes various issues in fortran's typeprint.
Tested on Ubuntu1504, Fedora23, Fedora21

Addressed in V2:
* Split Patch V1 1/4
* Patch V2 3/7 Move "show -1" to next patch.
* Patch V2 3/7 Print only the elements of the outermost structure.
* Patch V2 5/7 New.
* Patch V2 6/7 New.


Bernhard Heckel (7):
   Fortran, testsuite: Use multi_line in whatis_type testcase.
   Fortran, typeprint: Fix wrong indentation when ptype nested
     structures.
   Fortran, typeprint: Take level of details into account when printing
     elements of a structure.
   Fortran, typeprint: Decrease level of details when printing elements
     of a structure.
   Fortran, testsuite: Add testcases for nested structures.
   Fortran, testsuite: Fix duplicate testcase name.
   Fortran, typeprint: Forward level of details to be printed for
     pointers.

  gdb/f-typeprint.c                          | 33 +++++++++++--------
  gdb/testsuite/gdb.fortran/derived-type.exp |  4 +--
  gdb/testsuite/gdb.fortran/type.f90         | 27 +++++++++++++++-
  gdb/testsuite/gdb.fortran/vla-type.exp     | 52 +++++++++++++++++++-----------
  gdb/testsuite/gdb.fortran/whatis_type.exp  | 41 ++++++++++++++++++-----
  5 files changed, 113 insertions(+), 44 deletions(-)

Hi Yao,

thanks a lot for reviewing.
I just pushed the patches.

Regards,
Bernhard
Intel Deutschland GmbH
Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de
Managing Directors: Christin Eisenschmid, Christian Lamprechter
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928


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