[v8,0/6] gdb: split array and string limiting options

Message ID alpine.DEB.2.20.2211240256210.19931@tpp.orcam.me.uk
Headers
Series gdb: split array and string limiting options |

Message

Maciej W. Rozycki Nov. 24, 2022, 11:21 a.m. UTC
  Hi,

 Here is v8 of the series to split array and string limiting options.

 Since no consensus was reached as to fixing PARAM_ZUINTEGER_UNLIMITED 
API for the `unlimited' setting I have dropped what used to be change 1/4 
in v7 and adjusted what used to be change 2/4 accordingly.  I have also 
moved extra literals out of the `erased_args' structure as requested.

 While updating inline documentation in the course of the latter action I 
have noticed that it has gone out of sync WRT actual code for numerous 
functions in cli-decode.c.  So as not to mix up additions with fixes I 
have made preparatory changes 1/6 through 3/6 that address the problems 
with documentation first and then changes 4/6 through 6/6 respectively map 
to changes 2/4 through 4/4 from v7.

 I have regression-tested the changes with a native `x86_64-linux-gnu' 
configuration.

 See individual change descriptions for details, including updates made.

 OK to apply?

  Maciej