diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-11-10 03:11:23 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-11-10 03:11:23 +0000 |
commit | f449d250be96573b3ad6addae26e318531d766d0 (patch) | |
tree | 86f53958b7584a760da426025accf1fce2891b11 /gdb | |
parent | 757d41299e001586ff3140972aa4670758cc905e (diff) | |
download | binutils-f449d250be96573b3ad6addae26e318531d766d0.zip binutils-f449d250be96573b3ad6addae26e318531d766d0.tar.gz binutils-f449d250be96573b3ad6addae26e318531d766d0.tar.bz2 |
* findvar.c (find_saved_register): Fix a frame variable name.
* infcmd.c (finish_command): Ditto.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2f9ffe7..7fd1208 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Wed Nov 9 18:46:24 1994 Stan Shebs (shebs@andros.cygnus.com) + + * findvar.c (find_saved_register): Fix a frame variable name. + * infcmd.c (finish_command): Ditto. + Tue Nov 8 13:20:14 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * TODO: Remove "Watchpoints seem not entirely reliable, though |