aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1993-02-03 04:49:05 +0000
committerJohn Gilmore <gnu@cygnus>1993-02-03 04:49:05 +0000
commitca5a72cd132eb5eab353c8950155ce40949a02af (patch)
tree96fae0bb2d3ce0fdc5ce6548a7c5dcc8477209b4 /gdb
parentfa64be8ded54eed1342e23ccfdd1d29501051513 (diff)
downloadgdb-ca5a72cd132eb5eab353c8950155ce40949a02af.zip
gdb-ca5a72cd132eb5eab353c8950155ce40949a02af.tar.gz
gdb-ca5a72cd132eb5eab353c8950155ce40949a02af.tar.bz2
* breakpoint.c (breakpoint_re_set_one): Handle watchpoints when
re-evaluating symbol pointers. Add attribution to a few older ChangeLog entries.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f715e33..7099d94 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+Tue Feb 2 20:47:42 1993 John Gilmore (gnu@cygnus.com)
+
+ * breakpoint.c (breakpoint_re_set_one): Handle watchpoints when
+ re-evaluating symbol pointers.
+
Tue Feb 2 16:10:31 1993 Fred Fish (fnf@cygnus.com)
* c-exp.y (lcurly, rcurly): New nonterminals.
@@ -985,7 +990,6 @@ Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
* coffread.c (EXTERNAL_NAME): New macro for removing possible
leading character from names.
(read_coff_symtab): Use BFD's FILE *, don't open a second one.
- (read_coff_symtab): Complain() about .bb/.eb mismatch, don't error().
(process_coff_symbol, coff_read_struct_type, coff_read_enum_type):
Replace NAMES_HAVE_UNDERSCORE with EXTERNAL_NAME.
@@ -1006,6 +1010,9 @@ Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
* xm-rs6000.h (MEM_FNS_DECLARED): Update comments.
+ * coffread.c (read_coff_symtab, C_BLOCK): Use complain() rather
+ than error() for .bb/.eb. Bug found by Eddie Fung, <efung@cs.uq.oz.au>.
+
Tue Dec 15 10:05:56 1992 Ian Lance Taylor (ian@cygnus.com)
* coffread.c (decode_type): catch negative tagndx fields generated
@@ -1051,7 +1058,7 @@ Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
* remote.c: Avoid printf_filtered line limit. Suggested by
Robert R. Henry, <rrh@tera.com>.
- * infcmd.c (environment_info): Ditto, but it was my idea.
+ * infcmd.c (environment_info): Ditto, for Don Allen <allen@think.com>.
* main.c (main): Accept --silent as well as --quiet. Change +help
to --help. Suggested by Karl Berry, <karl@cs.umb.edu>.