GDB/Python: Make `None' stand for `unlimited' in setting integer parameters
authorMaciej W. Rozycki <macro@embecosm.com>
Fri, 21 Oct 2022 07:54:18 +0000 (08:54 +0100)
committerMaciej W. Rozycki <macro@embecosm.com>
Fri, 21 Oct 2022 07:54:18 +0000 (08:54 +0100)
commitc506be7d9be55721a44d38782309d8f7fcd5e99e
tree412252debb54d25d9cbfa7d660c145bbe99620eb
parente7e1f2034567207e5e01cb75ea2ffd568a64e84d
GDB/Python: Make `None' stand for `unlimited' in setting integer parameters

Similarly to booleans and following the fix for PR python/29217 make
`gdb.parameter' accept `None' for `unlimited' with parameters of the
PARAM_UINTEGER, PARAM_INTEGER, and PARAM_ZUINTEGER_UNLIMITED types, as
`None' is already returned by parameters of the two former types, so
one might expect to be able to feed it back.  It also makes it possible
to avoid the need to know what the internal integer representation is
for the special setting of `unlimited'.

Expand the testsuite accordingly.

Approved-By: Simon Marchi <simon.marchi@polymtl.ca>
gdb/python/lib/gdb/__init__.py
gdb/python/py-param.c
gdb/testsuite/gdb.python/py-parameter.exp