gdb: make so_list::sections not a pointer
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 10 Oct 2023 15:59:57 +0000 (15:59 +0000)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 19 Oct 2023 14:57:51 +0000 (10:57 -0400)
commitae19ef71d2248d588a9f3a5545e1882f696cb86e
tree005120469daa8efe7db9cdbe54901b2dd921929a
parent25b5a04e858ae7c0dd859c082b35f63d9ee50feb
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>
gdb/solib.c
gdb/solist.h