From: Peter Schauer Date: Fri, 30 Jul 1993 20:02:45 +0000 (+0000) Subject: * breakpoint.c (breakpoint_re_set_one): Always reparse breakpoint X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f5a197a2565d2805328beee721a51c1cb6cfb5c0;p=binutils-gdb.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8a0c9640552..b0bbeaeab75 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.