aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-04-17 11:49:56 +0000
committerPedro Alves <palves@redhat.com>2008-04-17 11:49:56 +0000
commit0a320680e84174e9aa01c6297fe08666720ed7bf (patch)
tree668e1e32df786717bb423d442f6c670fe64b165f /gdb/ChangeLog
parent155a0dd76368c9a61a2d640df534d25216963e86 (diff)
downloadgdb-0a320680e84174e9aa01c6297fe08666720ed7bf.zip
gdb-0a320680e84174e9aa01c6297fe08666720ed7bf.tar.gz
gdb-0a320680e84174e9aa01c6297fe08666720ed7bf.tar.bz2
gdb/
* inf-loop.c (inferior_event_handler): Also run the intermediate continuations in the INF_EXEC_COMPLETE case. gdb/testsuite/ * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 595f418..86a4cbe 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-17 Pedro Alves <pedro@codesourcery.com>
+
+ * inf-loop.c (inferior_event_handler): Also run the intermediate
+ continuations in the INF_EXEC_COMPLETE case.
+
2008-04-16 Tom Tromey <tromey@redhat.com>
* cli/cli-decode.h (CMD_ASYNC_OK): New define.