20#ifndef ARCH_ARM_GET_NEXT_PCS_H
21#define ARCH_ARM_GET_NEXT_PCS_H
60 int byte_order_for_code,
61 int has_thumb2_breakpoint,
void arm_get_next_pcs_ctor(struct arm_get_next_pcs *self, struct arm_get_next_pcs_ops *ops, int byte_order, int byte_order_for_code, int has_thumb2_breakpoint, struct regcache *regcache)
std::vector< CORE_ADDR > arm_get_next_pcs(struct arm_get_next_pcs *self)
int(* is_thumb)(struct arm_get_next_pcs *self)
CORE_ADDR(* syscall_next_pc)(struct arm_get_next_pcs *self)
CORE_ADDR(* fixup)(struct arm_get_next_pcs *self, CORE_ADDR pc)
ULONGEST(* read_mem_uint)(CORE_ADDR memaddr, int len, int byte_order)
CORE_ADDR(* addr_bits_remove)(struct arm_get_next_pcs *self, CORE_ADDR val)
int has_thumb2_breakpoint
struct regcache * regcache
struct arm_get_next_pcs_ops * ops