GDB (xrefs)
|
#include "arm-get-next-pcs.h"
Public Attributes | |
ULONGEST(* | read_mem_uint )(CORE_ADDR memaddr, int len, int byte_order) |
CORE_ADDR(* | syscall_next_pc )(struct arm_get_next_pcs *self) |
CORE_ADDR(* | addr_bits_remove )(struct arm_get_next_pcs *self, CORE_ADDR val) |
int(* | is_thumb )(struct arm_get_next_pcs *self) |
CORE_ADDR(* | fixup )(struct arm_get_next_pcs *self, CORE_ADDR pc) |
Definition at line 29 of file arm-get-next-pcs.h.
CORE_ADDR(* arm_get_next_pcs_ops::addr_bits_remove) (struct arm_get_next_pcs *self, CORE_ADDR val) |
Definition at line 33 of file arm-get-next-pcs.h.
Referenced by arm_get_next_pcs_raw().
CORE_ADDR(* arm_get_next_pcs_ops::fixup) (struct arm_get_next_pcs *self, CORE_ADDR pc) |
Definition at line 37 of file arm-get-next-pcs.h.
Referenced by arm_get_next_pcs().
int(* arm_get_next_pcs_ops::is_thumb) (struct arm_get_next_pcs *self) |
Definition at line 34 of file arm-get-next-pcs.h.
Referenced by arm_get_next_pcs(), and arm_linux_get_next_pcs_fixup().
ULONGEST(* arm_get_next_pcs_ops::read_mem_uint) (CORE_ADDR memaddr, int len, int byte_order) |
Definition at line 31 of file arm-get-next-pcs.h.
Referenced by arm_deal_with_atomic_sequence_raw(), arm_get_next_pcs_raw(), arm_linux_get_next_pcs_fixup(), thumb_deal_with_atomic_sequence_raw(), and thumb_get_next_pcs_raw().
CORE_ADDR(* arm_get_next_pcs_ops::syscall_next_pc) (struct arm_get_next_pcs *self) |
Definition at line 32 of file arm-get-next-pcs.h.
Referenced by arm_get_next_pcs_raw(), and thumb_get_next_pcs_raw().