diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-12-30 15:27:52 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-12-30 15:27:52 +0000 |
commit | f1619234902c29fefb4badac25714fa9c5f3e606 (patch) | |
tree | 0b193ec076c11f0b8effe18fe5fba05ba53faf17 /gdb/ChangeLog | |
parent | 6816e053e6eab5fbf76cc7a86cdb39845b2ea8b2 (diff) | |
download | gdb-f1619234902c29fefb4badac25714fa9c5f3e606.zip gdb-f1619234902c29fefb4badac25714fa9c5f3e606.tar.gz gdb-f1619234902c29fefb4badac25714fa9c5f3e606.tar.bz2 |
* infrun.c (wait_for_inferior): Enable code which assumes that if
we jump into the prologue from another function, then it was a
subroutine call. #if 0 AT_FUNCTION_START; the above code should
take care of this case.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e568f8b..9ff71f9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Thu Dec 30 10:16:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * infrun.c (wait_for_inferior): Enable code which assumes that if + we jump into the prologue from another function, then it was a + subroutine call. #if 0 AT_FUNCTION_START; the above code should + take care of this case. + Wed Dec 29 12:32:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * valprint.c (val_print_string): Change chunksize from 200 |