commit | 6c8912c64bcbfd109af0500577409690074e9d27 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Tue Oct 18 09:48:09 2022 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Mon Oct 31 09:04:10 2022 -0600 |
tree | 14654b29c15c6417565df7ed635fb7687cb3a5f4 | |
parent | 86430497337968e6163aef370c6312e7b5ed6504 [diff] |
Inline initialization of gdbarch members This changes gdbarch to use the "predefault" to initialize its members inline. This required changing a couple of the Value instantiations to avoid a use of "gdbarch" during initialization, but on the whole I think this is better -- it removes a hidden ordering dependency.