diff options
author | Stu Grossman <grossman@cygnus> | 1991-10-03 00:28:29 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1991-10-03 00:28:29 +0000 |
commit | a03c8dc452e9e21e7715a21029b2e25eec858e14 (patch) | |
tree | 97a3e2e99205775166c5160d27d268a15dba9a97 /gdb | |
parent | 9ae3312eeca4e687774ac9348ebc83efa7001936 (diff) | |
download | ppe42-binutils-a03c8dc452e9e21e7715a21029b2e25eec858e14.tar.gz ppe42-binutils-a03c8dc452e9e21e7715a21029b2e25eec858e14.zip |
*** empty log message ***
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 91023badcf..13c74395cd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Wed Oct 2 17:21:07 1991 Stu Grossman (grossman at cygnus.com) + + * infrun.c (wait_for_inferior): Fix step/next so that you only + stop at the beginning of a new line. This fixes various problems + with for loops, nested if-else's and switch statements. + Mon Sep 30 13:15:31 1991 John Gilmore (gnu at cygnus.com) * dbxread.c: Enable, but soften, const_vol_complaint. |