public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* RE: [PING][PATCH v2 0/2] gdb/fortran: add support for accessing fields of extended types
@ 2022-03-21 17:03 Kempke, Nils-Christian
  0 siblings, 0 replies; 3+ messages in thread
From: Kempke, Nils-Christian @ 2022-03-21 17:03 UTC (permalink / raw)
  To: gdb-patches; +Cc: tom

Kindly pinging.

Cheers,
Nils

> -----Original Message-----
> From: Kempke, Nils-Christian <nils-christian.kempke@intel.com>
> Sent: Monday, March 7, 2022 3:21 PM
> To: gdb-patches@sourceware.org
> Cc: tom@tromey.com; Kempke, Nils-Christian <nils-
> christian.kempke@intel.com>
> Subject: [PATCH v2 0/2] gdb/fortran: add support for accessing fields of
> extended types
> 
> Hi all,
> 
> V1 of these patches can be found here:
> 
> https://sourceware.org/pipermail/gdb-patches/2022-January/185103.html
> 
> Changes since V1 only relate to patch one of this series (since patch
> was already approved).  After the
> discussion here
> 
> https://sourceware.org/pipermail/gdb-patches/2022-January/185186.html
> 
> I for now opted for only resolving to a type name of an inherited
> structure when the language is actually set to Fortran.  The other two
> options of 'resolving Fortran structs elsewhere' or 'adding a language
> specific query method' seemed overly complicated to me.  Still, if
> anyone has objections/favors a different approach I'm happy do change
> the implementation.
> 
> So the changes to V1 of this series are:
> 	* PATCH 1/2: add language check to limit the member access by
> 	base name to Fortran only.
> 	* PATCH 2/2: no changes.
> 
> Thanks,
> 
> Nils
> 
> Bernhard Heckel (2):
>   gdb/fortran: add support for accessing fields of extended types
>   gdb/fortran: print fortran extended types with ptype
> 
>  gdb/f-exp.y                                   |   7 +-
>  gdb/f-lang.h                                  |  11 +
>  gdb/f-typeprint.c                             |  24 ++-
>  gdb/testsuite/gdb.fortran/oop_extend_type.exp | 190
> ++++++++++++++++++
>  gdb/testsuite/gdb.fortran/oop_extend_type.f90 |  69 +++++++
>  gdb/valops.c                                  |   9 +
>  6 files changed, 306 insertions(+), 4 deletions(-)
>  create mode 100755 gdb/testsuite/gdb.fortran/oop_extend_type.exp
>  create mode 100755 gdb/testsuite/gdb.fortran/oop_extend_type.f90
> 
> --
> 2.25.1

Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928


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

* RE: [PING][PATCH v2 0/2] gdb/fortran: add support for accessing fields of extended types
  2022-03-28 17:42 Kempke, Nils-Christian
@ 2022-04-04  8:13 ` Kempke, Nils-Christian
  0 siblings, 0 replies; 3+ messages in thread
From: Kempke, Nils-Christian @ 2022-04-04  8:13 UTC (permalink / raw)
  To: gdb-patches; +Cc: tom

Ping*2!

Thanks,
Nils

> -----Original Message-----
> From: Kempke, Nils-Christian <nils-christian.kempke@intel.com>
> Sent: Monday, March 28, 2022 7:43 PM
> To: Kempke, Nils-Christian <nils-christian.kempke@intel.com>; gdb-
> patches@sourceware.org
> Cc: tom@tromey.com
> Subject: RE: [PING][PATCH v2 0/2] gdb/fortran: add support for accessing
> fields of extended types
> 
> Ping!
> 
> Thanks,
> Nils
> 
> > -----Original Message-----
> > From: Gdb-patches <gdb-patches-bounces+nils-
> > christian.kempke=intel.com@sourceware.org> On Behalf Of Kempke, Nils-
> > Christian via Gdb-patches
> > Sent: Monday, March 21, 2022 6:04 PM
> > To: gdb-patches@sourceware.org
> > Cc: tom@tromey.com
> > Subject: RE: [PING][PATCH v2 0/2] gdb/fortran: add support for accessing
> > fields of extended types
> >
> > Kindly pinging.
> >
> > Cheers,
> > Nils
> >
> > > -----Original Message-----
> > > From: Kempke, Nils-Christian <nils-christian.kempke@intel.com>
> > > Sent: Monday, March 7, 2022 3:21 PM
> > > To: gdb-patches@sourceware.org
> > > Cc: tom@tromey.com; Kempke, Nils-Christian <nils-
> > > christian.kempke@intel.com>
> > > Subject: [PATCH v2 0/2] gdb/fortran: add support for accessing fields of
> > > extended types
> > >
> > > Hi all,
> > >
> > > V1 of these patches can be found here:
> > >
> > > https://sourceware.org/pipermail/gdb-patches/2022-
> January/185103.html
> > >
> > > Changes since V1 only relate to patch one of this series (since patch
> > > was already approved).  After the
> > > discussion here
> > >
> > > https://sourceware.org/pipermail/gdb-patches/2022-
> January/185186.html
> > >
> > > I for now opted for only resolving to a type name of an inherited
> > > structure when the language is actually set to Fortran.  The other two
> > > options of 'resolving Fortran structs elsewhere' or 'adding a language
> > > specific query method' seemed overly complicated to me.  Still, if
> > > anyone has objections/favors a different approach I'm happy do change
> > > the implementation.
> > >
> > > So the changes to V1 of this series are:
> > > 	* PATCH 1/2: add language check to limit the member access by
> > > 	base name to Fortran only.
> > > 	* PATCH 2/2: no changes.
> > >
> > > Thanks,
> > >
> > > Nils
> > >
> > > Bernhard Heckel (2):
> > >   gdb/fortran: add support for accessing fields of extended types
> > >   gdb/fortran: print fortran extended types with ptype
> > >
> > >  gdb/f-exp.y                                   |   7 +-
> > >  gdb/f-lang.h                                  |  11 +
> > >  gdb/f-typeprint.c                             |  24 ++-
> > >  gdb/testsuite/gdb.fortran/oop_extend_type.exp | 190
> > > ++++++++++++++++++
> > >  gdb/testsuite/gdb.fortran/oop_extend_type.f90 |  69 +++++++
> > >  gdb/valops.c                                  |   9 +
> > >  6 files changed, 306 insertions(+), 4 deletions(-)
> > >  create mode 100755 gdb/testsuite/gdb.fortran/oop_extend_type.exp
> > >  create mode 100755 gdb/testsuite/gdb.fortran/oop_extend_type.f90
> > >
> > > --
> > > 2.25.1
> >
> > Intel Deutschland GmbH
> > Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
> > Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
> > Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva
> > Chairperson of the Supervisory Board: Nicole Lau
> > Registered Office: Munich
> > Commercial Register: Amtsgericht Muenchen HRB 186928

Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928


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

* RE: [PING][PATCH v2 0/2] gdb/fortran: add support for accessing fields of extended types
@ 2022-03-28 17:42 Kempke, Nils-Christian
  2022-04-04  8:13 ` Kempke, Nils-Christian
  0 siblings, 1 reply; 3+ messages in thread
From: Kempke, Nils-Christian @ 2022-03-28 17:42 UTC (permalink / raw)
  To: Kempke, Nils-Christian, gdb-patches; +Cc: tom

Ping!

Thanks,
Nils

> -----Original Message-----
> From: Gdb-patches <gdb-patches-bounces+nils-
> christian.kempke=intel.com@sourceware.org> On Behalf Of Kempke, Nils-
> Christian via Gdb-patches
> Sent: Monday, March 21, 2022 6:04 PM
> To: gdb-patches@sourceware.org
> Cc: tom@tromey.com
> Subject: RE: [PING][PATCH v2 0/2] gdb/fortran: add support for accessing
> fields of extended types
> 
> Kindly pinging.
> 
> Cheers,
> Nils
> 
> > -----Original Message-----
> > From: Kempke, Nils-Christian <nils-christian.kempke@intel.com>
> > Sent: Monday, March 7, 2022 3:21 PM
> > To: gdb-patches@sourceware.org
> > Cc: tom@tromey.com; Kempke, Nils-Christian <nils-
> > christian.kempke@intel.com>
> > Subject: [PATCH v2 0/2] gdb/fortran: add support for accessing fields of
> > extended types
> >
> > Hi all,
> >
> > V1 of these patches can be found here:
> >
> > https://sourceware.org/pipermail/gdb-patches/2022-January/185103.html
> >
> > Changes since V1 only relate to patch one of this series (since patch
> > was already approved).  After the
> > discussion here
> >
> > https://sourceware.org/pipermail/gdb-patches/2022-January/185186.html
> >
> > I for now opted for only resolving to a type name of an inherited
> > structure when the language is actually set to Fortran.  The other two
> > options of 'resolving Fortran structs elsewhere' or 'adding a language
> > specific query method' seemed overly complicated to me.  Still, if
> > anyone has objections/favors a different approach I'm happy do change
> > the implementation.
> >
> > So the changes to V1 of this series are:
> > 	* PATCH 1/2: add language check to limit the member access by
> > 	base name to Fortran only.
> > 	* PATCH 2/2: no changes.
> >
> > Thanks,
> >
> > Nils
> >
> > Bernhard Heckel (2):
> >   gdb/fortran: add support for accessing fields of extended types
> >   gdb/fortran: print fortran extended types with ptype
> >
> >  gdb/f-exp.y                                   |   7 +-
> >  gdb/f-lang.h                                  |  11 +
> >  gdb/f-typeprint.c                             |  24 ++-
> >  gdb/testsuite/gdb.fortran/oop_extend_type.exp | 190
> > ++++++++++++++++++
> >  gdb/testsuite/gdb.fortran/oop_extend_type.f90 |  69 +++++++
> >  gdb/valops.c                                  |   9 +
> >  6 files changed, 306 insertions(+), 4 deletions(-)
> >  create mode 100755 gdb/testsuite/gdb.fortran/oop_extend_type.exp
> >  create mode 100755 gdb/testsuite/gdb.fortran/oop_extend_type.f90
> >
> > --
> > 2.25.1
> 
> Intel Deutschland GmbH
> Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
> Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
> Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva
> Chairperson of the Supervisory Board: Nicole Lau
> Registered Office: Munich
> Commercial Register: Amtsgericht Muenchen HRB 186928

Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928


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

end of thread, other threads:[~2022-04-04  8:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-21 17:03 [PING][PATCH v2 0/2] gdb/fortran: add support for accessing fields of extended types Kempke, Nils-Christian
2022-03-28 17:42 Kempke, Nils-Christian
2022-04-04  8:13 ` Kempke, Nils-Christian

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).