aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-07-23 19:37:21 +0000
committerAndrew Cagney <cagney@redhat.com>2004-07-23 19:37:21 +0000
commit8567c30fd0fb7051a9da9e154c0e1f0cf742a656 (patch)
tree5a2b711ba4dd3ff21663dc08b23ae145135c0c46 /gdb/ChangeLog
parentf6da8dd80e7b8f2bc8b1ed9ea1dc6a1039823bc3 (diff)
downloadgdb-8567c30fd0fb7051a9da9e154c0e1f0cf742a656.zip
gdb-8567c30fd0fb7051a9da9e154c0e1f0cf742a656.tar.gz
gdb-8567c30fd0fb7051a9da9e154c0e1f0cf742a656.tar.bz2
2004-07-23 Andrew Cagney <cagney@gnu.org>
* infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
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 0cc9531..3957056 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-23 Andrew Cagney <cagney@gnu.org>
+
+ * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
+ DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
+
2004-07-23 Martin Hunt <hunt@redhat.com>
Kevin Buettner <kevinb@redhat.com>