diff options
author | Pedro Alves <palves@redhat.com> | 2009-11-20 14:51:47 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-11-20 14:51:47 +0000 |
commit | c7d46a38b69c4bf34d1ab6addfbc91e6e144efc7 (patch) | |
tree | 0445829760ee48511215f614a8f70726293d59c1 /gdb/ChangeLog | |
parent | db82e815be270306f875a1971408ad933c926cca (diff) | |
download | gdb-c7d46a38b69c4bf34d1ab6addfbc91e6e144efc7.zip gdb-c7d46a38b69c4bf34d1ab6addfbc91e6e144efc7.tar.gz gdb-c7d46a38b69c4bf34d1ab6addfbc91e6e144efc7.tar.bz2 |
* breakpoint.c (update_global_location_list): Fix duplicate
locations detection.
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 e2e2e1e..a89482d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2009-11-20 Pedro Alves <pedro@codesourcery.com> + * breakpoint.c (update_global_location_list): Fix duplicate + locations detection. + +2009-11-20 Pedro Alves <pedro@codesourcery.com> + * infrun.c (handle_inferior_event): Hardware hatchpoint traps are never random signals. * breakpoint.c (update_global_location_list): Always delete |