From b4b01d36ac91ddc2c96cfac76726e13c404d9483 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Thu, 12 Jun 2014 18:47:54 +0100 Subject: [PATCH] Move ChangeLog entry to proper place. gdb/ 2014-06-09 Pedro Alves * linux-nat.c (linux_child_follow_fork): Initialize status with W_STOPCODE (0) instead of 0. Remove shodowing 'status' local from inner block. Only pass the signal to PTRACE_DETACH if in pass state. --- gdb/ChangeLog | 7 +++++++ gdb/testsuite/ChangeLog | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d3bd642..fc12a81 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -106,6 +106,13 @@ * gdbtypes (resolve_dynamic_range): Add function description. +2014-06-09 Pedro Alves + + * linux-nat.c (linux_child_follow_fork): Initialize status with + W_STOPCODE (0) instead of 0. Remove shodowing 'status' local from + inner block. Only pass the signal to PTRACE_DETACH if in pass + state. + 2014-06-09 Gary Benson * common/signals.c (gdb_signal_from_host): Reorder to separate diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6c78bdd..2b5cca3 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,10 +1,3 @@ -2014-06-09 Pedro Alves - - * linux-nat.c (linux_child_follow_fork): Initialize status with - W_STOPCODE (0) instead of 0. Remove shodowing 'status' local from - inner block. Only pass the signal to PTRACE_DETACH if in pass - state. - 2014-06-09 Gary Benson * gdb.base/sigall.c [Functions to send signals]: Reorder to -- 2.7.4