This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/4] Get rid of DEF_VEC_I (int)


There are three users of VEC(int) left.  This series replaces them with
std::vector and removes it.

Simon Marchi (4):
  Make output_thread_groups take an std::vector<int>
  Make open_fds an std::vector
  Make process_info::syscalls_to_catch an std::vector
  Remove DEF_VEC_I (int)

 gdb/breakpoint.c          | 17 +++++++----------
 gdb/common/filestuff.c    | 30 +++++++++++-------------------
 gdb/common/gdb_vecs.h     |  2 --
 gdb/gdbserver/inferiors.c |  8 ++------
 gdb/gdbserver/inferiors.h | 20 ++++++++++++--------
 gdb/gdbserver/linux-low.c | 19 ++++++++-----------
 gdb/gdbserver/server.c    |  6 +++---
 7 files changed, 43 insertions(+), 59 deletions(-)

-- 
2.7.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]