public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Expression Evaluation Changes For Dynamic Types
@ 2021-01-11 13:20 Andrew Burgess
  2021-01-11 13:20 ` [PATCH 1/2] gdb: call value_ind for pointers to dynamic types in UNOP_IND evaluation Andrew Burgess
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Andrew Burgess @ 2021-01-11 13:20 UTC (permalink / raw)
  To: gdb-patches

Two changes related to expression evaluation w.r.t. dynamic types.

All feedback welcome.

Thanks,
Andrew



---

Andrew Burgess (2):
  gdb: call value_ind for pointers to dynamic types in UNOP_IND
    evaluation
  gdb: ignore EVAL_AVOID_SIDE_EFFECTS for STRUCTOP_STRUCT

 gdb/ChangeLog                                 |  10 ++
 gdb/eval.c                                    |  38 +++--
 gdb/testsuite/ChangeLog                       |   9 +
 .../gdb.fortran/dynamic-ptype-whatis.exp      | 158 ++++++++++++++++++
 .../gdb.fortran/dynamic-ptype-whatis.f90      |  93 +++++++++++
 .../gdb.fortran/pointer-to-pointer.exp        |  29 ++--
 6 files changed, 312 insertions(+), 25 deletions(-)
 create mode 100644 gdb/testsuite/gdb.fortran/dynamic-ptype-whatis.exp
 create mode 100644 gdb/testsuite/gdb.fortran/dynamic-ptype-whatis.f90

-- 
2.25.4


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

end of thread, other threads:[~2021-02-24 15:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11 13:20 [PATCH 0/2] Expression Evaluation Changes For Dynamic Types Andrew Burgess
2021-01-11 13:20 ` [PATCH 1/2] gdb: call value_ind for pointers to dynamic types in UNOP_IND evaluation Andrew Burgess
2021-02-11 20:41   ` Tom Tromey
2021-02-16 18:10     ` Andrew Burgess
2021-02-24 15:53   ` Andrew Burgess
2021-01-11 13:20 ` [PATCH 2/2] gdb: ignore EVAL_AVOID_SIDE_EFFECTS for STRUCTOP_STRUCT Andrew Burgess
2021-02-11 20:43   ` Tom Tromey
2021-02-16 18:32     ` Andrew Burgess
2021-02-20  0:00       ` Tom Tromey
2021-01-28 19:57 ` PING: Re: [PATCH 0/2] Expression Evaluation Changes For Dynamic Types Andrew Burgess
2021-02-11 10:28   ` PINGv2: " Andrew Burgess

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