diff options
author | Keith Seitz <keiths@redhat.com> | 2002-08-20 20:03:35 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2002-08-20 20:03:35 +0000 |
commit | e86ae29ff5cf6686591618b56319f0d98ba00e1b (patch) | |
tree | cb5749420517e8ce1f8f5c23ed017fdf71a60fc4 /gdb/ChangeLog | |
parent | 216b504fa7fde9c83d008a044046c8321fab4fb9 (diff) | |
download | gdb-e86ae29ff5cf6686591618b56319f0d98ba00e1b.zip gdb-e86ae29ff5cf6686591618b56319f0d98ba00e1b.tar.gz gdb-e86ae29ff5cf6686591618b56319f0d98ba00e1b.tar.bz2 |
* breakpoints.c (watch_command_1): Use internal breakpoint
when setting a watchpoint_scope breakpoint.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c416a13..a5163ab7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-08-20 Keith Seitz <keiths@redhat.com> + + * breakpoints.c (watch_command_1): Use internal breakpoint + when setting a watchpoint_scope breakpoint. + 2002-08-20 Elena Zannoni <ezannoni@redhat.com> * gdbtypes.c (build_builtin_type_vec64): Add name to type. |