commit | e7e1f2034567207e5e01cb75ea2ffd568a64e84d | [log] [tgz] |
---|---|---|
author | Maciej W. Rozycki <macro@embecosm.com> | Fri Oct 21 08:54:18 2022 +0100 |
committer | Maciej W. Rozycki <macro@embecosm.com> | Fri Oct 21 08:54:18 2022 +0100 |
tree | 4fc2d54271f02a84b7846600d319d3d20d4e6913 | |
parent | 90319cefe398bb6c5130b48d1c0e4df5e65eb194 [diff] |
GDB/testsuite: Expand Python integer parameter coverage across all types Also verify PARAM_UINTEGER, PARAM_INTEGER, and PARAM_ZINTEGER parameter types, in addition to PARAM_ZUINTEGER and PARAM_ZUINTEGER_UNLIMITED already covered, and verify a choice of existing GDB parameters. Add verification for reading parameters via `<parameter>.value' in addition to `gdb.parameter('<parameter>')' as this covers different code paths. Approved-By: Simon Marchi <simon.marchi@polymtl.ca>