* breakpoint.c (breakpoint_re_set_one): Always reparse breakpoint
authorPeter Schauer <Peter.Schauer@mytum.de>
Fri, 30 Jul 1993 20:02:45 +0000 (20:02 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Fri, 30 Jul 1993 20:02:45 +0000 (20:02 +0000)
conditions, they might contain symbol table references.
* mipsread.c (parse_symbol):  Handle opaque struct definitions and
type naming for stTypedef symbols.

gdb/ChangeLog

index 8a0c96405524c822fa207de28d1bc6dbea1017cd..b0bbeaeab75e02b5838f1bf833ac648b3de8c456 100644 (file)
@@ -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.