aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2014-06-12 18:47:54 +0100
committerPedro Alves <palves@redhat.com>2014-06-12 18:47:54 +0100
commitb4b01d36ac91ddc2c96cfac76726e13c404d9483 (patch)
treebec2b9e558fe40571d163d5d458831b9290c0ec7
parent31f628ae8f5aada207d489fbcf5436bdc3b4b3f7 (diff)
downloadgdb-b4b01d36ac91ddc2c96cfac76726e13c404d9483.zip
gdb-b4b01d36ac91ddc2c96cfac76726e13c404d9483.tar.gz
gdb-b4b01d36ac91ddc2c96cfac76726e13c404d9483.tar.bz2
Move ChangeLog entry to proper place.
gdb/ 2014-06-09 Pedro Alves <palves@redhat.com> * 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.
-rw-r--r--gdb/ChangeLog7
-rw-r--r--gdb/testsuite/ChangeLog7
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 <palves@redhat.com>
+
+ * 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 <gbenson@redhat.com>
* 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 <palves@redhat.com>
-
- * 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 <gbenson@redhat.com>
* gdb.base/sigall.c [Functions to send signals]: Reorder to