decodetree: Extend argument set syntax to allow types
commitaf93ccacc772019298be4c3e47251cdaa60d0c21
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 29 Apr 2021 17:03:59 +0000 (29 10:03 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 1 May 2021 18:45:35 +0000 (1 11:45 -0700)
tree3f5ec23f5f4d490bbd297fd0175c2f50d9a1af71
parent60c425f328957caaa46da895086cc0ea46865d3d
decodetree: Extend argument set syntax to allow types

Rather than force all structure members to be 'int',
allow the type of the member to be specified.

Reviewed-by: Luis Pires <luis.pires@eldorado.org.br>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
docs/devel/decodetree.rst
scripts/decodetree.py
tests/decode/succ_argset_type1.decode [new file with mode: 0644]