Home
last modified time | relevance | path

Searched refs:cannot_store_register (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/config/i386/
H A Dnm-linux.h73 extern int cannot_store_register (int regno);
75 #define CANNOT_STORE_REGISTER(regno) cannot_store_register (regno)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/config/i386/
H A Dnm-linux.h73 extern int cannot_store_register (int regno);
75 #define CANNOT_STORE_REGISTER(regno) cannot_store_register (regno)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/gdbserver/
H A DChangeLog518 (arm_cannot_store_register): Renamed from cannot_store_register,
526 (i386_cannot_store_register): Renamed from cannot_store_register,
534 (ia64_cannot_store_register): Renamed from cannot_store_register,
542 (m68k_cannot_store_register): Renamed from cannot_store_register,
550 (mips_cannot_store_register): Renamed from cannot_store_register,
558 (ppc_cannot_store_register): Renamed from cannot_store_register,
566 (s390_cannot_store_register): Renamed from cannot_store_register,
574 (sh_cannot_store_register): Renamed from cannot_store_register,
H A Dlinux-low.h50 int (*cannot_store_register) (int); member
H A Dlinux-low.c1111 if ((*the_low_target.cannot_store_register) (regno) == 1) in usr_store_inferior_registers()
1127 if ((*the_low_target.cannot_store_register) (regno) == 0) in usr_store_inferior_registers()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/gdbserver/
H A DChangeLog518 (arm_cannot_store_register): Renamed from cannot_store_register,
526 (i386_cannot_store_register): Renamed from cannot_store_register,
534 (ia64_cannot_store_register): Renamed from cannot_store_register,
542 (m68k_cannot_store_register): Renamed from cannot_store_register,
550 (mips_cannot_store_register): Renamed from cannot_store_register,
558 (ppc_cannot_store_register): Renamed from cannot_store_register,
566 (s390_cannot_store_register): Renamed from cannot_store_register,
574 (sh_cannot_store_register): Renamed from cannot_store_register,
H A Dlinux-low.h50 int (*cannot_store_register) (int); member
H A Dlinux-low.c1111 if ((*the_low_target.cannot_store_register) (regno) == 1) in usr_store_inferior_registers()
1127 if ((*the_low_target.cannot_store_register) (regno) == 0) in usr_store_inferior_registers()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Di386-linux-nat.c209 if (cannot_store_register (regno)) in store_register()
504 cannot_store_register (int regno) in cannot_store_register() function
H A Dgdbarch.c171 gdbarch_cannot_store_register_ftype *cannot_store_register; member
456 current_gdbarch->cannot_store_register = cannot_register_not; in gdbarch_alloc()
832 (long) current_gdbarch->cannot_store_register); in gdbarch_dump()
3128 gdb_assert (gdbarch->cannot_store_register != NULL); in gdbarch_cannot_store_register()
3131 return gdbarch->cannot_store_register (regnum); in gdbarch_cannot_store_register()
3136 gdbarch_cannot_store_register_ftype cannot_store_register) in set_gdbarch_cannot_store_register() argument
3138 gdbarch->cannot_store_register = cannot_store_register; in set_gdbarch_cannot_store_register()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Di386-linux-nat.c209 if (cannot_store_register (regno)) in store_register()
504 cannot_store_register (int regno) in cannot_store_register() function
H A Dgdbarch.c171 gdbarch_cannot_store_register_ftype *cannot_store_register; member
456 current_gdbarch->cannot_store_register = cannot_register_not; in gdbarch_alloc()
832 (long) current_gdbarch->cannot_store_register); in gdbarch_dump()
3128 gdb_assert (gdbarch->cannot_store_register != NULL); in gdbarch_cannot_store_register()
3131 return gdbarch->cannot_store_register (regnum); in gdbarch_cannot_store_register()
3136 gdbarch_cannot_store_register_ftype cannot_store_register) in set_gdbarch_cannot_store_register() argument
3138 gdbarch->cannot_store_register = cannot_store_register; in set_gdbarch_cannot_store_register()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/gdbserver/
H A Dlinux-low.h75 int (*cannot_store_register) (int); member
H A Dlinux-x86-low.c1116 the_low_target.cannot_store_register = NULL; in x86_arch_setup()
1131 the_low_target.cannot_store_register = i386_cannot_store_register; in x86_arch_setup()
H A Dlinux-low.c3733 if ((*the_low_target.cannot_store_register) (regno) == 1) in usr_store_inferior_registers()
3768 if ((*the_low_target.cannot_store_register) (regno) == 0) in usr_store_inferior_registers()
H A DChangeLog5651 (arm_cannot_store_register): Renamed from cannot_store_register,
5659 (i386_cannot_store_register): Renamed from cannot_store_register,
5667 (ia64_cannot_store_register): Renamed from cannot_store_register,
5675 (m68k_cannot_store_register): Renamed from cannot_store_register,
5683 (mips_cannot_store_register): Renamed from cannot_store_register,
5691 (ppc_cannot_store_register): Renamed from cannot_store_register,
5699 (s390_cannot_store_register): Renamed from cannot_store_register,
5707 (sh_cannot_store_register): Renamed from cannot_store_register,
/dports/devel/gdb761/gdb-7.6.1/gdb/gdbserver/
H A Dlinux-low.h87 int (*cannot_store_register) (int); member
H A Dlinux-x86-low.c1340 the_low_target.cannot_store_register = NULL; in x86_arch_setup()
1358 the_low_target.cannot_store_register = i386_cannot_store_register; in x86_arch_setup()
H A Dlinux-low.c4267 if ((*the_low_target.cannot_store_register) (regno)) in store_register()
4302 if ((*the_low_target.cannot_store_register) (regno) == 0) in store_register()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dgdbarch.c189 gdbarch_cannot_store_register_ftype *cannot_store_register; member
483 gdbarch->cannot_store_register = cannot_register_not; in gdbarch_alloc()
810 host_address_to_string (gdbarch->cannot_store_register)); in gdbarch_dump()
2195 gdb_assert (gdbarch->cannot_store_register != NULL); in gdbarch_cannot_store_register()
2198 return gdbarch->cannot_store_register (gdbarch, regnum); in gdbarch_cannot_store_register()
2203 gdbarch_cannot_store_register_ftype cannot_store_register) in set_gdbarch_cannot_store_register() argument
2205 gdbarch->cannot_store_register = cannot_store_register; in set_gdbarch_cannot_store_register()
H A Dgdbarch.h370 …ore_register (struct gdbarch *gdbarch, gdbarch_cannot_store_register_ftype *cannot_store_register);
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dgdbarch.c189 gdbarch_cannot_store_register_ftype *cannot_store_register; member
519 gdbarch->cannot_store_register = cannot_register_not; in gdbarch_alloc()
866 host_address_to_string (gdbarch->cannot_store_register)); in gdbarch_dump()
2376 gdb_assert (gdbarch->cannot_store_register != NULL); in gdbarch_cannot_store_register()
2379 return gdbarch->cannot_store_register (gdbarch, regnum); in gdbarch_cannot_store_register()
2384 gdbarch_cannot_store_register_ftype cannot_store_register) in set_gdbarch_cannot_store_register() argument
2386 gdbarch->cannot_store_register = cannot_store_register; in set_gdbarch_cannot_store_register()
H A Dgdbarch.h405 …ore_register (struct gdbarch *gdbarch, gdbarch_cannot_store_register_ftype *cannot_store_register);
/dports/devel/gdb/gdb-11.1/gdb/
H A Dgdbarch.c218 gdbarch_cannot_store_register_ftype *cannot_store_register; member
425 gdbarch->cannot_store_register = cannot_register_not; in gdbarch_alloc()
870 host_address_to_string (gdbarch->cannot_store_register)); in gdbarch_dump()
2611 gdb_assert (gdbarch->cannot_store_register != NULL); in gdbarch_cannot_store_register()
2614 return gdbarch->cannot_store_register (gdbarch, regnum); in gdbarch_cannot_store_register()
2619 gdbarch_cannot_store_register_ftype cannot_store_register) in set_gdbarch_cannot_store_register() argument
2621 gdbarch->cannot_store_register = cannot_store_register; in set_gdbarch_cannot_store_register()
H A Dgdbarch.sh475 m;int;cannot_store_register;int regnum;regnum;;cannot_register_not;;0

12