-
- Downloads
* 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.
Showing
- gdb/ChangeLog 9 additions, 0 deletionsgdb/ChangeLog
- gdb/arch-utils.c 7 additions, 0 deletionsgdb/arch-utils.c
- gdb/arch-utils.h 3 additions, 0 deletionsgdb/arch-utils.h
- gdb/doc/ChangeLog 7 additions, 0 deletionsgdb/doc/ChangeLog
- gdb/doc/gdb.texinfo 58 additions, 26 deletionsgdb/doc/gdb.texinfo
- gdb/gdbarch.c 25 additions, 0 deletionsgdb/gdbarch.c
- gdb/gdbarch.h 8 additions, 0 deletionsgdb/gdbarch.h
- gdb/gdbarch.sh 4 additions, 0 deletionsgdb/gdbarch.sh
- gdb/remote.c 2 additions, 2 deletionsgdb/remote.c
Loading
Please register or sign in to comment