diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-06 20:17:56 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-06 20:17:56 +0000 |
commit | 8966221d52bfdc9b9ccced3c02954e6d28674b7b (patch) | |
tree | 51b4aa243cbcba274047f85c0f3809c2084c4ab3 /gdb/ChangeLog | |
parent | abdad6bc5f1da0411b125ea0aeb27fdfa0381ed7 (diff) | |
download | gdb-8966221d52bfdc9b9ccced3c02954e6d28674b7b.zip gdb-8966221d52bfdc9b9ccced3c02954e6d28674b7b.tar.gz gdb-8966221d52bfdc9b9ccced3c02954e6d28674b7b.tar.bz2 |
* hppa-tdep.c (frame_chain): Rework so that it correctly
handles boundaries where code with a frame pointer calls code
without a frame pointer.
(dig_fp_from_stack): New function.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f34d3b8..74b5f25 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Wed Oct 6 12:43:47 1993 Jeffrey A Law (law@snake.cs.utah.edu) + Jim Kingdon (kingdon@lioth.cygnus.com) + + * hppa-tdep.c (frame_chain): Rework so that it correctly + handles boundaries where code with a frame pointer calls code + without a frame pointer. + (dig_fp_from_stack): New function. + Wed Oct 6 12:43:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * breakpoint.c (delete_breakpoint): Don't insert a disabled breakpoint. |