diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-09-27 17:58:08 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-09-27 17:58:08 +0000 |
commit | 44cbf7b5f63885e94e9774018090e4cc4fe66ab1 (patch) | |
tree | 8a1008b34fd55c6870dcca19dce45f05218c4145 /gdb/ChangeLog | |
parent | b2ed1746df2408b8cb935a2de4901f3ae883773d (diff) | |
download | gdb-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/ChangeLog | 7 |
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> |