target_set_syscall_catchpoint, use gdb::array_view and bool
[deliverable/binutils-gdb.git] / gdb / fbsd-nat.c
index 265175a769478b0b184ba916f20710540971442d..29b7ee5e337c323be365f26fa865b64feca9193f 100644 (file)
@@ -1163,8 +1163,9 @@ fbsd_remove_exec_catchpoint (struct target_ops *self, int pid)
 
 #ifdef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE
 static int
-fbsd_set_syscall_catchpoint (struct target_ops *self, int pid, int needed,
-                            int any_count, int table_size, int *table)
+fbsd_set_syscall_catchpoint (struct target_ops *self, int pid, bool needed,
+                            int any_count,
+                            gdb::array_view<const int> syscall_counts)
 {
 
   /* Ignore the arguments.  inf-ptrace.c will use PT_SYSCALL which
This page took 0.035312 seconds and 4 git commands to generate.