diff options
author | Tom Tromey <tromey@adacore.com> | 2019-07-15 11:52:02 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2019-07-17 07:29:58 -0600 |
commit | d72a9b85651c872378f6dd732cb578f6f055a9b3 (patch) | |
tree | 5787b3f99166e211a4bb17d60d9ff0aeef55437b /gdb/gdbarch.h | |
parent | 8dc0818eb2c449d553065b57e6953436896c6e5a (diff) | |
download | gdb-d72a9b85651c872378f6dd732cb578f6f055a9b3.zip gdb-d72a9b85651c872378f6dd732cb578f6f055a9b3.tar.gz gdb-d72a9b85651c872378f6dd732cb578f6f055a9b3.tar.bz2 |
Remove a VEC from s390-linux-nat.c
This removes a use of VEC fro s390-linux-nat.c, replacing it with
std::vector.
Tested using the Fedora-s390x-m64 buildbot builder.
gdb/ChangeLog
2019-07-17 Tom Tromey <tromey@adacore.com>
* s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
declare VEC.
(struct s390_debug_reg_state) <watch_areas, break_areas>: Now
std::vector.
(struct s390_process_info): Add initializers.
(s390_add_process): Use new.
(s390_linux_nat_target::low_forget_process): Use delete.
(s390_linux_nat_target::low_new_fork)
(s390_linux_nat_target::stopped_by_watchpoint)
(s390_linux_nat_target::low_prepare_to_resume)
(s390_linux_nat_target::insert_watchpoint)
(s390_linux_nat_target::insert_hw_breakpoint)
(s390_linux_nat_target::remove_watchpoint)
(s390_linux_nat_target::remove_hw_breakpoint): Update.
Diffstat (limited to 'gdb/gdbarch.h')
0 files changed, 0 insertions, 0 deletions