diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2018-03-06 09:51:33 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2018-03-06 09:51:33 -0500 |
commit | 531270084129e069772e68ead40c97404d1c0dd7 (patch) | |
tree | 44b59e96a22b317d794d623dcfe1e62035a19352 /gdb/ui-out.c | |
parent | 228f15081e22abed7ea336126caba26de5a3b791 (diff) | |
download | fsf-binutils-gdb-531270084129e069772e68ead40c97404d1c0dd7.zip fsf-binutils-gdb-531270084129e069772e68ead40c97404d1c0dd7.tar.gz fsf-binutils-gdb-531270084129e069772e68ead40c97404d1c0dd7.tar.bz2 |
btrace: Remove VEC cleanups
This patch replaces two VEC(tp_t) with std::vector<thread_info *>, which
allows to remove two cleanups. To make it easier to map the old code to
the new code, I added the ordered_remove and unordered_remove functions,
which operate on std::vector and do the same as VEC's
ordered_remove/unordered_remove.
gdb/ChangeLog:
* record-btrace.c (record_btrace_maybe_mark_async_event): Change
parameter types to std::vector. Use bool.
(record_btrace_wait): Replace VEC(tp_t) with
std::vector<thread_info *>.
* common/gdb_vecs.h (unordered_remove, ordered_remove): New.
Diffstat (limited to 'gdb/ui-out.c')
0 files changed, 0 insertions, 0 deletions