commit | 200b85632a99e749e14d1c026b7e24c15a5e2776 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Tue Oct 10 16:01:08 2023 +0000 |
committer | Simon Marchi <simon.marchi@efficios.com> | Thu Oct 19 10:57:51 2023 -0400 |
tree | fcbe3e2d2cbce7b3c9c1e42359d6f3f1924914ac | |
parent | ae19ef71d2248d588a9f3a5545e1882f696cb86e [diff] |
gdb: make so_list::abfd a gdb_bfd_ref_ptr Change the field from a `bfd *` to a gdb_bfd_ref_ptr to automatically manage the reference. Change-Id: I3ace18bea985bc194c5e67bb559eec567e258950 Approved-By: Pedro Alves <pedro@palves.net> Reviewed-By: Reviewed-By: Lancelot Six <lancelot.six@amd.com>