commit | 65b1aa7501ace4c58fb5062479c710d0bdff6f34 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Tue Dec 14 17:19:03 2021 -0700 |
committer | Tom Tromey <tom@tromey.com> | Fri Dec 17 15:07:09 2021 -0700 |
tree | 13b6123bcc8f19e948960ea2c6361b7f82179a1a | |
parent | ce5abab7377ef54fcd44e1e19eb579c8444ac0dd [diff] |
Generate new gdbarch-components.py from gdbarch.sh The new gdbarch.sh approach will be to edit a Python file, rather than adding a line to a certain part of gdbarch.sh. We use the existing sh code, though, to generate the first draft of this .py file. Documentation on the format will come in a subsequent patch. Note that some info (like "staticdefault") in the current code is actually unused, and so is ignored by this new generator.