target_set_syscall_catchpoint, use gdb::array_view and bool
authorPedro Alves <palves@redhat.com>
Wed, 6 Dec 2017 22:45:09 +0000 (17:45 -0500)
committerSimon Marchi <simon.marchi@ericsson.com>
Wed, 6 Dec 2017 22:49:37 +0000 (17:49 -0500)
commit649a140ccf129ff79ea55ac0cc23ebddec0f02ef
tree83e0dbe669695dd27fd9b8a4e7abe698dd3f287c
parent9a93831ccc0ba3ba447552069f230e6d93dcbf3f
target_set_syscall_catchpoint, use gdb::array_view and bool

I noticed that we're passing down a data/size pair to
target_ops::to_set_syscall_catchpoint.  This commit makes use of
gdb::array_view instead.  While at it, use bool where appropriate as
well.

gdb/ChangeLog:

* break-catch-syscall.c (insert_catch_syscall)
(remove_catch_syscall): Adjust to pass reference to
inf_data->syscalls_counts directly via gdb::array_view.
* fbsd-nat.c (fbsd_set_syscall_catchpoint): Adjust to use bool
and gdb::array_view.
* linux-nat.c (linux_child_set_syscall_catchpoint): Likewise.
* remote.c (remote_set_syscall_catchpoint): Likewise.
* target-debug.h (target_debug_print_bool): New.
(define target_debug_print_gdb_array_view_const_int): New.
* target-delegates.c: Regenerate.
* target.h (target_ops) <to_set_syscall_catchpoint>: Use
gdb::array_view and bool.
(target_set_syscall_catchpoint): Likewise.
gdb/ChangeLog
gdb/break-catch-syscall.c
gdb/fbsd-nat.c
gdb/linux-nat.c
gdb/remote.c
gdb/target-debug.h
gdb/target-delegates.c
gdb/target.h
This page took 0.024424 seconds and 4 git commands to generate.