aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@cygnus>1995-12-06 02:34:53 +0000
committerBrendan Kehoe <brendan@cygnus>1995-12-06 02:34:53 +0000
commite045712fa8d45749a371373646842eff87240163 (patch)
tree4ee1f6d1dc163d7a414a787826b6f4ab0ba349b7 /gdb/ChangeLog
parent67e218392fd7a6558d1f2024066df0d258787c93 (diff)
downloadgdb-e045712fa8d45749a371373646842eff87240163.zip
gdb-e045712fa8d45749a371373646842eff87240163.tar.gz
gdb-e045712fa8d45749a371373646842eff87240163.tar.bz2
* gdbtypes.c (check_stub_method): Make sure we get back a function
string in the demangled name before we try to use it. fixes gdb/8306 (Mentor, ser/med)
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 192996f..fc9535b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 5 18:33:43 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
+
+ * gdbtypes.c (check_stub_method): Make sure we get back a function
+ string in the demangled name before we try to use it.
+
Tue Dec 5 18:08:29 1995 Stu Grossman (grossman@cygnus.com)
* monitor.c (monitor_expect_regexp): Make static, add prototype.