[v3,0/5] gdb: introduce limited array lengths while printing values

Message ID alpine.DEB.2.20.2301210444350.7841@tpp.orcam.me.uk
Headers
Series gdb: introduce limited array lengths while printing values |

Message

Maciej W. Rozycki Jan. 23, 2023, 11 p.m. UTC
  Hi,

 This is v3 of the patch series, addressing the suggestion made by Andrew 
for v2 as to the use of `value_copy' and then updating the copyright year 
across a couple of newly-added files which I missed with v2 and making Ada 
and Fortran test cases match changes made since to our trunk.

 I have also noticed and simplified redundant code in `value_copy', where 
the case of the source and destination lengths being different from each 
other was explicitly handled, while the lengths are always equal (one set 
from the other right beforehand).

 See individual change descriptions for details.

 I have regression-tested it natively with a `x86_64-linux-gnu' system.  
OK to apply?

  Maciej