diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-11-20 20:01:08 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-11-20 20:01:08 +0000 |
commit | 494cfb0f14502a42a4659127cb74a0d9c50fe314 (patch) | |
tree | e4c83c88b402af0383abe25d0c320b70d9ff6fd7 /gdb/ChangeLog | |
parent | a79d3c27d1827de4f4b428644ae1447c93a13de5 (diff) | |
download | gdb-494cfb0f14502a42a4659127cb74a0d9c50fe314.zip gdb-494cfb0f14502a42a4659127cb74a0d9c50fe314.tar.gz gdb-494cfb0f14502a42a4659127cb74a0d9c50fe314.tar.bz2 |
gdb/
* breakpoint.c (bp_location_compare): Change parameter a to ap and b to
bp. New variables a and b.
(bp_location_compare_for_qsort): Remove.
(update_global_location_list): Use now bp_location_compare.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1a4fcd7..a74e149 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com> + * breakpoint.c (bp_location_compare): Change parameter a to ap and b to + bp. New variables a and b. + (bp_location_compare_for_qsort): Remove. + (update_global_location_list): Use now bp_location_compare. + +2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com> + Fix repeated rwatch output. * amd64-linux-nat.c (amd64_linux_dr_set, amd64_linux_dr_set_control) (amd64_linux_dr_set_addr, amd64_linux_dr_reset_addr) |