summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-05-14 15:49:00 +0000
committerAndrew Cagney <cagney@redhat.com>2004-05-14 15:49:00 +0000
commit02cc006d76f8aaf16e0dedf5ab7f4d7db185447b (patch)
tree38e70c0e17aa0db22e9bff95cd957ad6fb54a57d /gdb/ChangeLog
parent12eadcaa75a28e40dbdee3aad30eca9acd7b38da (diff)
downloadgdb-02cc006d76f8aaf16e0dedf5ab7f4d7db185447b.tar.gz
2004-05-14 Andrew Cagney <cagney@redhat.com>
* infrun.c (handle_step_into_function): Delete function. (handle_inferior_event): Inline calls to handle_step_into_function.
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 96dac19fcbb..264cb5fe3ee 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-14 Andrew Cagney <cagney@redhat.com>
+
+ * infrun.c (handle_step_into_function): Delete function.
+ (handle_inferior_event): Inline calls to
+ handle_step_into_function.
+
2004-05-14 Jerome Guitton <guitton@rome.act-europe.fr>
* rs6000-nat.c: Fix a comment.