commit | d246d904adf3e338c731c123219a8246281002e2 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Mon Oct 03 12:56:30 2022 -0400 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Thu Feb 02 10:02:34 2023 -0500 |
tree | 7101189c695967d5cf6261358fc8b302f1758837 | |
parent | 9056c917b3e7a7d41c586087bdb8779197254d1e [diff] |
gdb: add gdbarch_up Add a gdbarch_up unique pointer type, that calls gdbarch_free on deletion. This is used in the ROCm support patch at the end of this series. Change-Id: I4b808892d35d69a590ce83180f41afd91705b2c8 Approved-By: Andrew Burgess <aburgess@redhat.com>