* arch-utils.c (default_remote_breakpoint_from_pc): New function.
authorDaniel Jacobowitz <drow@false.org>
Mon, 1 Feb 2010 16:09:22 +0000 (16:09 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 1 Feb 2010 16:09:22 +0000 (16:09 +0000)
commita1dcb23a280b453738e569f0f7674dbd8ca39933
tree015d493cd0b952fbffc94328372c2aab77d97750
parent9848eadf581655235ddd11bddd68fc40252fd06f
* arch-utils.c (default_remote_breakpoint_from_pc): New function.
* arch-utils.h (default_remote_breakpoint_from_pc): Declare.
* gdbarch.c, gdbarch.h: Regenerated.
* gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
* remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
gdbarch_remote_breakpoint_from_pc.

doc/
* gdb.texinfo (Architecture-Specific Protocol Details): New section.
Document ARM breakpoint types.
(Register Packet Format): Move into the new section.
(Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
gdb/ChangeLog
gdb/arch-utils.c
gdb/arch-utils.h
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/remote.c