aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
diff options
context:
space:
mode:
authorYao Qi <yao.qi@linaro.org>2016-11-22 14:05:05 +0000
committerYao Qi <yao.qi@linaro.org>2016-11-22 14:05:05 +0000
commitb2260160f8cde8de118914ddeaf797bea42e65ce (patch)
tree6842efb3e727754c5dde24b4cb3869f95cb69084 /gdb/mips-tdep.c
parentfb090cfa157e35fac1c10c062fd005e38b894ea4 (diff)
downloadgdb-b2260160f8cde8de118914ddeaf797bea42e65ce.zip
gdb-b2260160f8cde8de118914ddeaf797bea42e65ce.tar.gz
gdb-b2260160f8cde8de118914ddeaf797bea42e65ce.tar.bz2
gdbarch software_single_step frame_info to regcache: spu
gdb: 2016-11-22 Yao Qi <yao.qi@linaro.org> * spu-tdep.c (spu_software_single_step): Call get_regcache_arch instead of get_frame_arch. Call regcache_read_pc instead of get_frame_pc. Call regcache_raw_get_unsigned instead of get_frame_register_unsigned.
Diffstat (limited to 'gdb/mips-tdep.c')
0 files changed, 0 insertions, 0 deletions
hl opt">, /* Machine name. */ 1, /* Section align power. */ FALSE, /* The default ? */ bfd_default_compatible, /* Architecture comparison fn. */ bfd_default_scan, /* String to architecture convert fn. */ bfd_arch_default_fill, /* Default fill. */ NULL /* Next in list. */ }; const bfd_arch_info_type bfd_ip2k_arch = { 32, /* Bits per word - not really true. */ 16, /* Bits per address. */ 8, /* Bits per byte. */ bfd_arch_ip2k, /* Architecture. */ bfd_mach_ip2022ext, /* Machine. */ "ip2k", /* Architecture name. */ "ip2022ext", /* Machine name. */ 1, /* Section align power. */ TRUE, /* The default ? */ bfd_default_compatible, /* Architecture comparison fn. */ bfd_default_scan, /* String to architecture convert fn. */ bfd_arch_default_fill, /* Default fill. */ & bfd_ip2k_nonext_arch /* Next in list. */ };