diff options
author | Stu Grossman <grossman@cygnus> | 1991-11-01 02:16:20 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1991-11-01 02:16:20 +0000 |
commit | d7d1098dcab8fc681e39923b449df759d4866d7e (patch) | |
tree | eb66ca184f5ed6701a08446ff387c12f1e5b6427 /gdb/ChangeLog | |
parent | 715eb31fa9d767a9ba2fb4cda4c17e658e4b90a2 (diff) | |
download | gdb-d7d1098dcab8fc681e39923b449df759d4866d7e.zip gdb-d7d1098dcab8fc681e39923b449df759d4866d7e.tar.gz gdb-d7d1098dcab8fc681e39923b449df759d4866d7e.tar.bz2 |
* infrun.c (wait_for_inferior): another stepi/nexti fix. Ensure
that stop_step is 1 at bottom of main loop. I don't know why this
needs to be done, but it helps me sleep better at night.
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 9332187..3045478 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Thu Oct 31 18:12:43 1991 Stu Grossman (grossman at cygnus.com) + + * infrun.c (wait_for_inferior): another stepi/nexti fix. Ensure + that stop_step is 1 at bottom of main loop. I don't know why this + needs to be done, but it helps me sleep better at night. + Sun Oct 27 18:18:39 1991 Stu Grossman (grossman at cygnus.com) * main.c (initialize_history): Read history after reading all |