diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1996-09-27 21:51:32 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1996-09-27 21:51:32 +0000 |
commit | be23e5a4953faa346023e74a2aac345a1e836e16 (patch) | |
tree | 36e23e589b32ef228325a8edf1109c572040f5e1 /gdb/ChangeLog | |
parent | 50140ab2a774b72c6262e2bebc97bc33f14909e3 (diff) | |
download | gdb-be23e5a4953faa346023e74a2aac345a1e836e16.zip gdb-be23e5a4953faa346023e74a2aac345a1e836e16.tar.gz gdb-be23e5a4953faa346023e74a2aac345a1e836e16.tar.bz2 |
* infrun.c (wait_for_inferior): Update current_line and
current_symtab when stepping continues in the middle of a new line.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 357ebab..3d82f86 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 27 14:48:15 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * infrun.c (wait_for_inferior): Update current_line and + current_symtab when stepping continues in the middle of a new line. + Fri Sep 27 10:25:30 1996 Fred Fish <fnf@cygnus.com> * top.c (print_gdb_version): Rewrote to comply with new GNU coding |