diff options
author | Jim Blandy <jimb@codesourcery.com> | 2001-05-06 01:35:57 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2001-05-06 01:35:57 +0000 |
commit | 644a1fe1ca256e8fa6a23276c25b0c7d3a687a0f (patch) | |
tree | 3b50b28a409822f02f20ff43e20b6bc835ff718e /gdb/ChangeLog | |
parent | 9f60f21b6db87a986e7ba2ebd326624ce9409ff3 (diff) | |
download | gdb-644a1fe1ca256e8fa6a23276c25b0c7d3a687a0f.zip gdb-644a1fe1ca256e8fa6a23276c25b0c7d3a687a0f.tar.gz gdb-644a1fe1ca256e8fa6a23276c25b0c7d3a687a0f.tar.bz2 |
* breakpoint.c (check_duplicates): Use the breakpoint's type, not
its address, to decide whether it's a watchpoint or not. Zero
is a valid code address.
(update_breakpoints_after_exec): Admonishing comments.
* breakpoint.h (struct breakpoint): Doc fixes.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index aa78b27..42cfedd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2001-05-05 Jim Blandy <jimb@redhat.com> + * breakpoint.c (check_duplicates): Use the breakpoint's type, not + its address, to decide whether it's a watchpoint or not. Zero + is a valid code address. + (update_breakpoints_after_exec): Admonishing comments. + * breakpoint.h (struct breakpoint): Doc fixes. + * breakpoint.c (check_duplicates): Take a breakpoint object as an argument, rather than an address and section. All callers changed. |