* breakpoint.h (breakpoint_restore_shadows): New
authorDaniel Jacobowitz <drow@false.org>
Thu, 13 Mar 2008 12:22:14 +0000 (12:22 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 13 Mar 2008 12:22:14 +0000 (12:22 +0000)
commit8defab1af704e456ddf7da74f3e7617bdb70ca3b
tree6d35cf1fda2ae3e74d708c8438bfa87416570091
parent5808f4a685c011dca2ea8046508af6c39b91b8da
* breakpoint.h (breakpoint_restore_shadows): New
declaration.
* breakpoint.c (breakpoint_restore_shadows): New.
(read_memory_nobpt): Delete.
* gdbcore.h (read_memory_nobpt): Delete declaration.
* target.c (memory_xfer_partial): Call
breakpoint_restore_shadows.
(restore_show_memory_breakpoints)
(make_show_memory_beakpoints_cleanup): New.
(show_memory_breakpoints): New.
* target.h (make_show_memory_beakpoints_cleanup): Declare.
* ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint):
Make sure we see memory breakpoints when checking if
breakpoint is still there.
* alpha-tdep.c, alphanbsd-tdep.c, frame.c, frv-tdep.c,
hppa-linux-tdep.c, hppa-tdep.c, i386-linux-nat.c, i386-tdep.c,
m68klinux-tdep.c, mips-tdep.c, mn10300-tdep.c, s390-tdep.c,
sparc-tdep.c: Use target_read_memory instead of read_memory_nobpt.
21 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/alpha-tdep.c
gdb/alphanbsd-tdep.c
gdb/breakpoint.c
gdb/breakpoint.h
gdb/frame.c
gdb/frv-tdep.c
gdb/gdbcore.h
gdb/hppa-linux-tdep.c
gdb/hppa-tdep.c
gdb/i386-linux-nat.c
gdb/i386-tdep.c
gdb/m68klinux-tdep.c
gdb/mips-tdep.c
gdb/mn10300-tdep.c
gdb/ppc-linux-tdep.c
gdb/s390-tdep.c
gdb/sparc-tdep.c
gdb/target.c
gdb/target.h
This page took 0.027303 seconds and 4 git commands to generate.