gdb: bool-ify follow_fork
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 1acd1fddc92f0c4c2946a75bbb79ed22e3e8c4c8..ced1b6d43fadfac9dc68a64ad4612fef499e94a7 100644 (file)
@@ -1,3 +1,21 @@
+2020-03-24  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * fbsd-nat.c (fbsd_nat_target::follow_fork): Change bool to int.
+       * fbsd-nat.h (class fbsd_nat_target) <follow_fork>: Likewise.
+       * inf-ptrace.c (inf_ptrace_target::follow_fork): Likewise.
+       * inf-ptrace.h (struct inf_ptrace_target) <follow_fork>: Likewise.
+       * infrun.c (follow_fork): Likewise.
+       (follow_fork_inferior): Likewise.
+       * linux-nat.c (linux_nat_target::follow_fork): Likewise.
+       * linux-nat.h (class linux_nat_target): Likewise.
+       * remote.c (class remote_target) <follow_fork>: Likewise.
+       (remote_target::follow_fork): Likewise.
+       * target-delegates.c: Re-generate.
+       * target.c (default_follow_fork): Likewise.
+       (target_follow_fork): Likewise.
+       * target.h (struct target_ops) <follow_fork>: Likewise.
+       (target_follow_fork): Likewise.
+
 2020-03-24  Tom de Vries  <tdevries@suse.de>
 
        * psymtab.c (maintenance_info_psymtabs): Print user field.
This page took 0.024569 seconds and 4 git commands to generate.