diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-10-25 15:44:22 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-10-25 15:44:22 +0000 |
commit | 2da16c8c35ad034609cf18af665056dcdd081174 (patch) | |
tree | 5be68e13785e2c6fab3fdbdcdf13cd8852a5187b | |
parent | fb6cee9639dd5333e46da33c437af90c55302ba9 (diff) | |
download | gdb-2da16c8c35ad034609cf18af665056dcdd081174.zip gdb-2da16c8c35ad034609cf18af665056dcdd081174.tar.gz gdb-2da16c8c35ad034609cf18af665056dcdd081174.tar.bz2 |
ChangeLog (2008-03-13): Fix a function name typo.
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c30272b..fcd7b6c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -8611,9 +8611,9 @@ * target.c (memory_xfer_partial): Call breakpoint_restore_shadows. (restore_show_memory_breakpoints) - (make_show_memory_beakpoints_cleanup): New. + (make_show_memory_breakpoints_cleanup): New. (show_memory_breakpoints): New. - * target.h (make_show_memory_beakpoints_cleanup): Declare. + * target.h (make_show_memory_breakpoints_cleanup): Declare. * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Make sure we see memory breakpoints when checking if breakpoint is still there. |