* blockframe.c (get_prev_frame_info): Don't error() if there are no
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 12 Oct 1993 21:22:03 +0000 (21:22 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 12 Oct 1993 21:22:03 +0000 (21:22 +0000)
frames; just return NULL.

gdb/ChangeLog

index ad5a756989c96f62aeb0b70784d5090cdde7b9e1..b5212e6d4aedf59a79d3988157ada7cc34cae59f 100644 (file)
@@ -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.