aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-09-09 18:58:20 +0000
committerPedro Alves <palves@redhat.com>2008-09-09 18:58:20 +0000
commitd51fd4c8986ceb1bfb32deb975b54c79c32ee5ce (patch)
tree8b35bca16df211556927795276b30471bcfb632b /gdb/ChangeLog
parentba8cb4bac543f3f56102145410291726ad2240cd (diff)
downloadgdb-d51fd4c8986ceb1bfb32deb975b54c79c32ee5ce.zip
gdb-d51fd4c8986ceb1bfb32deb975b54c79c32ee5ce.tar.gz
gdb-d51fd4c8986ceb1bfb32deb975b54c79c32ee5ce.tar.bz2
gdb/
* infrun.c (normal_stop): Run hook-stop last. gdb/testsuite/ * gdb.base/hook-stop-continue.c: New. * gdb.base/hook-stop-continue.exp: New.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2ec5adf..848e00e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2008-09-09 Pedro Alves <pedro@codesourcery.com>
+ * infrun.c (normal_stop): Run hook-stop last.
+
+2008-09-09 Pedro Alves <pedro@codesourcery.com>
+
* gnu-nat.c (gnu_pid_to_exec_file): Delete.
(init_gnu_ops): Don't register it.