gdb: remove target_section_table typedef
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 10 Oct 2023 15:47:41 +0000 (15:47 +0000)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 19 Oct 2023 14:57:51 +0000 (10:57 -0400)
commit25b5a04e858ae7c0dd859c082b35f63d9ee50feb
tree565967d8da985be9a01d4a4a169114287733a14d
parent4ac91b6bb82e82066ad10914121c75d7c99b7bbf
gdb: remove target_section_table typedef

Remove this typedef.  I think that hiding the real type (std::vector)
behind a typedef just hinders readability.

Change-Id: I80949da3392f60a2826c56c268e0ec6f503ad79f
Approved-By: Pedro Alves <pedro@palves.net>
Reviewed-By: Reviewed-By: Lancelot Six <lancelot.six@amd.com>
17 files changed:
gdb/bfd-target.c
gdb/corelow.c
gdb/exec.c
gdb/exec.h
gdb/maint.c
gdb/progspace.h
gdb/record-full.c
gdb/remote.c
gdb/solib.c
gdb/solist.h
gdb/symfile.c
gdb/symfile.h
gdb/target-debug.h
gdb/target-delegates.c
gdb/target-section.h
gdb/target.c
gdb/target.h