aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-09-27 17:58:08 +0000
committerAndrew Cagney <cagney@redhat.com>2004-09-27 17:58:08 +0000
commit44cbf7b5f63885e94e9774018090e4cc4fe66ab1 (patch)
tree8a1008b34fd55c6870dcca19dce45f05218c4145 /gdb/ChangeLog
parentb2ed1746df2408b8cb935a2de4901f3ae883773d (diff)
downloadgdb-44cbf7b5f63885e94e9774018090e4cc4fe66ab1.zip
gdb-44cbf7b5f63885e94e9774018090e4cc4fe66ab1.tar.gz
gdb-44cbf7b5f63885e94e9774018090e4cc4fe66ab1.tar.bz2
2004-09-27 Andrew Cagney <cagney@gnu.org>
* infrun.c (check_for_old_step_resume_breakpoint): Delete. (insert_step_resume_breakpoint): Delete. (insert_step_resume_breakpoint_at_frame): New function. (insert_step_resume_breakpoint_at_sal): New function. (handle_inferior_event, step_into_function) (insert_step_resume_breakpoint): Simplify by using same.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 62bcf22..085648e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2004-09-27 Andrew Cagney <cagney@gnu.org>
+ * infrun.c (check_for_old_step_resume_breakpoint): Delete.
+ (insert_step_resume_breakpoint): Delete.
+ (insert_step_resume_breakpoint_at_frame): New function.
+ (insert_step_resume_breakpoint_at_sal): New function.
+ (handle_inferior_event, step_into_function)
+ (insert_step_resume_breakpoint): Simplify by using same.
+
* gdb_indent.sh (types): Add caddr_t to list of predefined types.
2004-09-26 Mark Kettenis <kettenis@gnu.org>