summaryrefslogtreecommitdiff
path: root/gdb/arch-utils.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2010-02-01 16:09:15 +0000
committerDaniel Jacobowitz <dan@debian.org>2010-02-01 16:09:15 +0000
commitfeced2c94d506d91710d06e86ecdd5ac4b4d2c56 (patch)
tree1001fd1e2844f86a11cd8f5c60cce0880e5e551c /gdb/arch-utils.h
parentfdfccbaf9fffb6300698bcd8cbe1a41b96398527 (diff)
downloadgdb-feced2c94d506d91710d06e86ecdd5ac4b4d2c56.tar.gz
* 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.
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r--gdb/arch-utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h
index 6fee1e57faa..d5d7f1db54f 100644
--- a/gdb/arch-utils.h
+++ b/gdb/arch-utils.h
@@ -159,4 +159,7 @@ extern int default_fast_tracepoint_valid_at (struct gdbarch *gdbarch,
CORE_ADDR addr,
int *isize, char **msg);
+extern void default_remote_breakpoint_from_pc (struct gdbarch *,
+ CORE_ADDR *pcptr, int *kindptr);
+
#endif