diff options
author | Joel Brobecker <brobecker@gnat.com> | 2004-01-03 15:22:21 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2004-01-03 15:22:21 +0000 |
commit | 1af510a8021d40dd6c1914962def1359f2e5cb1e (patch) | |
tree | 04860a32a2151c8daa6afdd44beabfaf1069b6e5 /gdb/ChangeLog | |
parent | 5cf4d23a4e4b35e07da245665bd14ebb6a88785c (diff) | |
download | gdb-1af510a8021d40dd6c1914962def1359f2e5cb1e.zip gdb-1af510a8021d40dd6c1914962def1359f2e5cb1e.tar.gz gdb-1af510a8021d40dd6c1914962def1359f2e5cb1e.tar.bz2 |
* infrun.c (handle_step_into_function): New function.
(handle_inferior_event): Extract out some code into the new
function above.
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 1442303..754eaa7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2004-01-03 J. Brobecker <brobecker@gnat.com> + * infrun.c (handle_step_into_function): New function. + (handle_inferior_event): Extract out some code into the new + function above. + +2004-01-03 J. Brobecker <brobecker@gnat.com> + * infrun.c (handle_inferior_event): Move the declaration of real_stop_pc inside the if blocks where it is used. |