aboutsummaryrefslogtreecommitdiff
path: root/gdb/proc-utils.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2017-07-17 16:58:22 -0600
committerTom Tromey <tom@tromey.com>2017-07-22 16:10:42 -0600
commite12c9b7a0cda47a87b8203ee9906fd12f68e3666 (patch)
tree2f51289e8025e64cf32836d0a31b6112d82d85c7 /gdb/proc-utils.h
parent4fa8aeac1972ed07261919ce652c886160d8cf2f (diff)
downloadgdb-e12c9b7a0cda47a87b8203ee9906fd12f68e3666.zip
gdb-e12c9b7a0cda47a87b8203ee9906fd12f68e3666.tar.gz
gdb-e12c9b7a0cda47a87b8203ee9906fd12f68e3666.tar.bz2
Use std::vector in syscall_catchpoint
This changes syscall_catchpoint to use a std::vector rather than a VEC for "syscalls_to_be_caught". This simplifies the code a bit. ChangeLog 2017-07-22 Tom Tromey <tom@tromey.com> * break-catch-syscall.c (syscall_catchpoint) <syscalls_to_be_caught>: Now a std::vector<int> (~syscall_catchpoint): Remove. (insert_catch_syscall, remove_catch_syscall) (breakpoint_hit_catch_syscall, print_one_catch_syscall) (print_mention_catch_syscall, print_recreate_catch_syscall): Update. (create_syscall_event_catchpoint): Change type of "filter" parameter. (catch_syscall_split_args): Return a std::vector. (catch_syscall_command_1, catching_syscall_number_1): Update.
Diffstat (limited to 'gdb/proc-utils.h')
0 files changed, 0 insertions, 0 deletions