diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-27 05:21:01 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-27 05:21:01 +0000 |
commit | 981ef35e01a53e624d9e12d77e5541de920e236c (patch) | |
tree | 0299afc097e27774b11e269331e23498fa46e196 /gdb | |
parent | 8ae559b758eb3d60cde9c6f737dff2986884b7f0 (diff) | |
download | gdb-981ef35e01a53e624d9e12d77e5541de920e236c.zip gdb-981ef35e01a53e624d9e12d77e5541de920e236c.tar.gz gdb-981ef35e01a53e624d9e12d77e5541de920e236c.tar.bz2 |
* mips-tdep.c (mips_pop_frame): If proc_desc is NULL, don't dump core.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 179c1a5..3f5d14d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Tue Oct 26 22:05:03 1993 Jim Kingdon (kingdon@deneb.cygnus.com) + + * mips-tdep.c (mips_pop_frame): If proc_desc is NULL, don't dump core. + Tue Oct 26 15:07:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com) gcc -Wall lint: |