aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-12 21:22:03 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-12 21:22:03 +0000
commit4161c620decdaed488bdee89cd860bd74f6622fe (patch)
tree5f26ac14b00dbee0ae380ebd3e3ed0d68a260247 /gdb
parentd5a30a087906af9f2375949ce0c4baaba366a3e6 (diff)
downloadfsf-binutils-gdb-4161c620decdaed488bdee89cd860bd74f6622fe.zip
fsf-binutils-gdb-4161c620decdaed488bdee89cd860bd74f6622fe.tar.gz
fsf-binutils-gdb-4161c620decdaed488bdee89cd860bd74f6622fe.tar.bz2
* blockframe.c (get_prev_frame_info): Don't error() if there are no
frames; just return NULL.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ad5a756..b5212e6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
Tue Oct 12 08:59:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * blockframe.c (get_prev_frame_info): Don't error() if there are no
+ frames; just return NULL.
+
* xcoffsolib.h, xcoffexec.c: Undo the part of Fred's bfd->abfd
change which involved structure elements. It was unnecessary and
was not consistently done.