aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-01-23 15:47:03 +0000
committerPedro Alves <palves@redhat.com>2009-01-23 15:47:03 +0000
commitdd7e2d2bc7ef0a69396a4e9fda0a0039e919cd19 (patch)
tree7de5faf786bbf76b3acd8091007f751397fba7e8 /gdb/ChangeLog
parent750bdd572d62dde1688ba1f42d380e33c0577212 (diff)
downloadgdb-dd7e2d2bc7ef0a69396a4e9fda0a0039e919cd19.zip
gdb-dd7e2d2bc7ef0a69396a4e9fda0a0039e919cd19.tar.gz
gdb-dd7e2d2bc7ef0a69396a4e9fda0a0039e919cd19.tar.bz2
2009-01-23 Pedro Alves <pedro@codesourcery.com>
PR gdb/9664: * infrun.c (normal_stop): Tag threads as stopped, and run the hook-stop before printing the stack frame. 2009-01-23 Pedro Alves <pedro@codesourcery.com> PR gdb/9664: * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0645330..d6b611e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-23 Pedro Alves <pedro@codesourcery.com>
+
+ PR gdb/9664:
+ * infrun.c (normal_stop): Tag threads as stopped, and run the
+ hook-stop before printing the stack frame.
+
2009-01-22 Pedro Alves <pedro@codesourcery.com>
PR c++/9631: