summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-m32r-low.c
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2012-03-28 18:30:01 +0000
committerPedro Alves <pedro@codesourcery.com>2012-03-28 18:30:01 +0000
commit6d7e224c93a0abf474b3a3a85cd0e8c68fec546d (patch)
tree8ffcc861d4f4337543db3c7b46cc9a47eb26ce15 /gdb/gdbserver/linux-m32r-low.c
parent52c93ee1151eb1bdc576b9e100fae548d78433c4 (diff)
downloadgdb-6d7e224c93a0abf474b3a3a85cd0e8c68fec546d.tar.gz
2012-03-28 Pedro Alves <palves@redhat.com>
* linux-ia64-low.c (ia64_regmap): Map IA64_EC_REGNUM to PT_AR_EC. (IA64_GR0_REGNUM, IA64_FR0_REGNUM) (IA64_FR1_REGNUM): New defines. (ia64_fetch_register): New. (the_low_target): Install it. * linux-low.h (struct linux_target_ops) <fetch_register>: New field. * linux-low.c (linux_fetch_registers): Try the the_low_target.fetch_register hook first. * linux-arm-low.c (the_low_target): Adjust. * linux-bfin-low.c (the_low_target): Adjust. * linux-cris-low.c (the_low_target): Adjust. * linux-crisv32-low.c (the_low_target): Adjust. * linux-m32r-low.c (the_low_target): Adjust. * linux-m68k-low.c (the_low_target): Adjust. * linux-mips-low.c (the_low_target): Adjust. * linux-ppc-low.c (the_low_target): Adjust. * linux-s390-low.c (the_low_target): Adjust. * linux-sh-low.c (the_low_target): Adjust. * linux-sparc-low.c (the_low_target): Adjust. * linux-tic6x-low.c (the_low_target): Adjust. * linux-x86-low.c (the_low_target): Adjust. * linux-xtensa-low.c (the_low_target): Adjust.
Diffstat (limited to 'gdb/gdbserver/linux-m32r-low.c')
-rw-r--r--gdb/gdbserver/linux-m32r-low.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbserver/linux-m32r-low.c b/gdb/gdbserver/linux-m32r-low.c
index fd70cf2c499..29bb3f7cf01 100644
--- a/gdb/gdbserver/linux-m32r-low.c
+++ b/gdb/gdbserver/linux-m32r-low.c
@@ -94,6 +94,7 @@ struct linux_target_ops the_low_target = {
NULL,
m32r_cannot_fetch_register,
m32r_cannot_store_register,
+ NULL, /* fetch_register */
m32r_get_pc,
m32r_set_pc,
(const unsigned char *) &m32r_breakpoint,