X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=ced1b6d43fadfac9dc68a64ad4612fef499e94a7;hb=5ab2fbf185935f387fd5c1f8b14ba9fe04b41b39;hp=1acd1fddc92f0c4c2946a75bbb79ed22e3e8c4c8;hpb=e11cd7c491e4ec0cdd080c6dd45e62789a893606;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1acd1fddc9..ced1b6d43f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,21 @@ +2020-03-24 Simon Marchi + + * fbsd-nat.c (fbsd_nat_target::follow_fork): Change bool to int. + * fbsd-nat.h (class fbsd_nat_target) : Likewise. + * inf-ptrace.c (inf_ptrace_target::follow_fork): Likewise. + * inf-ptrace.h (struct inf_ptrace_target) : 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) : 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) : Likewise. + (target_follow_fork): Likewise. + 2020-03-24 Tom de Vries * psymtab.c (maintenance_info_psymtabs): Print user field.