Use std::vector in gdb_bfd_data
authorTom Tromey <tom@tromey.com>
Sun, 15 Oct 2017 17:31:46 +0000 (11:31 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 20 Oct 2017 15:01:04 +0000 (09:01 -0600)
commitd5833c62d93e8176b70e8509ab36cc38801c3ebd
treef7e374d2825a193014525f3feb4d9a04bf5f8e55
parent06d5bbc8e5f7541b13509c33b8b3eb8afac27b2f
Use std::vector in gdb_bfd_data

This changes gdb_bfd_data to use std::vector rather than VEC.

ChangeLog
2017-10-20  Tom Tromey  <tom@tromey.com>

* gdb_bfd.c (struct gdb_bfd_data) <included_bfds>: Now a
std::vector.
(gdb_bfd_record_inclusion): Update.
(bfdp): Remove typedef.
gdb/ChangeLog
gdb/gdb_bfd.c
This page took 0.024384 seconds and 4 git commands to generate.