From: Jan Kratochvil Date: Sat, 25 Oct 2008 15:44:22 +0000 (+0000) Subject: ChangeLog (2008-03-13): Fix a function name typo. X-Git-Tag: sid-snapshot-20081201~283 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2da16c8c35ad034609cf18af665056dcdd081174;p=platform%2Fupstream%2Fbinutils.git ChangeLog (2008-03-13): Fix a function name typo. --- 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.