ChangeLog (2008-03-13): Fix a function name typo.

This commit is contained in:
Jan Kratochvil
2008-10-25 15:44:22 +00:00
parent fb6cee9639
commit 2da16c8c35

View File

@ -8611,9 +8611,9 @@
* target.c (memory_xfer_partial): Call * target.c (memory_xfer_partial): Call
breakpoint_restore_shadows. breakpoint_restore_shadows.
(restore_show_memory_breakpoints) (restore_show_memory_breakpoints)
(make_show_memory_beakpoints_cleanup): New. (make_show_memory_breakpoints_cleanup): New.
(show_memory_breakpoints): 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): * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint):
Make sure we see memory breakpoints when checking if Make sure we see memory breakpoints when checking if
breakpoint is still there. breakpoint is still there.