PING: Re: [PATCH 0/2] Expression Evaluation Changes For Dynamic Types

Andrew Burgess andrew.burgess@embecosm.com
Thu Jan 28 19:57:53 GMT 2021


ping!

* Andrew Burgess <andrew.burgess@embecosm.com> [2021-01-11 13:20:57 +0000]:

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


More information about the Gdb-patches mailing list