OSDN Git Service

* arch-utils.c (default_remote_breakpoint_from_pc): New function.
authordrow <drow>
Mon, 1 Feb 2010 16:09:15 +0000 (16:09 +0000)
committerdrow <drow>
Mon, 1 Feb 2010 16:09:15 +0000 (16:09 +0000)
commitc4999d3bb0afa8f2f494eb1aa5e2dab128a9d720
treed8ca0207176834c67f682083de92ef5cf05b3dfc
parenta639bce01ed475e1529e52af22e3567b2146ae05
* 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