commit | ae19ef71d2248d588a9f3a5545e1882f696cb86e | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Tue Oct 10 15:59:57 2023 +0000 |
committer | Simon Marchi <simon.marchi@efficios.com> | Thu Oct 19 10:57:51 2023 -0400 |
tree | 005120469daa8efe7db9cdbe54901b2dd921929a | |
parent | 25b5a04e858ae7c0dd859c082b35f63d9ee50feb [diff] |
gdb: make so_list::sections not a pointer Make the field a vector directly, instead of a pointer to a vector. This was needed when so_list had to be a trivial type, which is not the case anymore. Change-Id: I79a8378ce0d0d1e2206ca08a273ebf332cb3ba14 Approved-By: Pedro Alves <pedro@palves.net> Reviewed-By: Reviewed-By: Lancelot Six <lancelot.six@amd.com>