aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1993-07-30 20:02:45 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1993-07-30 20:02:45 +0000
commitf5a197a2565d2805328beee721a51c1cb6cfb5c0 (patch)
tree43f4f7d7b6f32fe789023f75e3f9997b418804bd
parent96c68efaf7dfd77a07836211048dc4c1ac92c258 (diff)
downloadgdb-f5a197a2565d2805328beee721a51c1cb6cfb5c0.zip
gdb-f5a197a2565d2805328beee721a51c1cb6cfb5c0.tar.gz
gdb-f5a197a2565d2805328beee721a51c1cb6cfb5c0.tar.bz2
* breakpoint.c (breakpoint_re_set_one): Always reparse breakpoint
conditions, they might contain symbol table references. * mipsread.c (parse_symbol): Handle opaque struct definitions and type naming for stTypedef symbols.
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8a0c964..b0bbeae 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+Fri Jul 30 12:51:27 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
+ and Jim Kingdon (kingdon@cygnus.com)
+
+ * breakpoint.c (breakpoint_re_set_one): Always reparse breakpoint
+ conditions, they might contain symbol table references.
+
+Fri Jul 30 12:51:27 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
+
+ * mipsread.c (parse_symbol): Handle opaque struct definitions and
+ type naming for stTypedef symbols.
+
Fri Jul 30 14:44:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* c-exp.y (yylex): Detect C++ nested types.