projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5a30a0
)
* blockframe.c (get_prev_frame_info): Don't error() if there are no
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Tue, 12 Oct 1993 21:22:03 +0000
(21:22 +0000)
committer
Jim Kingdon
<jkingdon@engr.sgi.com>
Tue, 12 Oct 1993 21:22:03 +0000
(21:22 +0000)
frames; just return NULL.
gdb/ChangeLog
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index ad5a756989c96f62aeb0b70784d5090cdde7b9e1..b5212e6d4aedf59a79d3988157ada7cc34cae59f 100644
(file)
--- 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.