aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-04-29 15:54:12 +0000
committerPedro Alves <palves@redhat.com>2011-04-29 15:54:12 +0000
commiteb73ad13537571163d9fb6818f0931d71dad141a (patch)
tree5d678ca9746e5d6181d3d4a853114c8240e04b23 /gdb/ChangeLog
parentd65aec65d9e22f5232e414a4d8abef8f1279b090 (diff)
downloadgdb-eb73ad13537571163d9fb6818f0931d71dad141a.zip
gdb-eb73ad13537571163d9fb6818f0931d71dad141a.tar.gz
gdb-eb73ad13537571163d9fb6818f0931d71dad141a.tar.bz2
* linux-nat.c (linux_child_remove_fork_catchpoint)
(linux_child_remove_vfork_catchpoint) (linux_child_remove_exec_catchpoint): New functions. (linux_target_install_ops): Install them.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7d40f8e..77b7a97 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2011-04-29 Pedro Alves <pedro@codesourcery.com>
+
+ * linux-nat.c (linux_child_remove_fork_catchpoint)
+ (linux_child_remove_vfork_catchpoint)
+ (linux_child_remove_exec_catchpoint): New functions.
+ (linux_target_install_ops): Install them.
+
2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
PR mi/12531