diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-05-11 23:30:31 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-05-11 23:30:31 +0000 |
commit | 922d5ae03abd5871562e3959ed6eb15578519617 (patch) | |
tree | 736a30b57dfdd32a996caa68bc5e2cf960d2441d /gdb/ChangeLog | |
parent | 7b6be5250fbbf29c34c8bde7a3cae8d4269d3a2d (diff) | |
download | gdb-922d5ae03abd5871562e3959ed6eb15578519617.zip gdb-922d5ae03abd5871562e3959ed6eb15578519617.tar.gz gdb-922d5ae03abd5871562e3959ed6eb15578519617.tar.bz2 |
2004-05-11 Andrew Cagney <cagney@redhat.com>
* infrun.c (step_over_function): Delete function.
(handle_step_into_function): Use insert_step_resume_breakpoint.
(insert_step_resume_breakpoint): Fix assertion.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 80a2255..0937f8b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2004-05-11 Andrew Cagney <cagney@redhat.com> + + * infrun.c (step_over_function): Delete function. + (handle_step_into_function): Use insert_step_resume_breakpoint. + (insert_step_resume_breakpoint): Fix assertion. + 2004-05-11 Nick Roberts <nickrob@gnu.org> * utils.c (defaulted_query): Just use the normal query input type |