GDB (xrefs)
|
#include <vector>
Go to the source code of this file.
Classes | |
struct | arm_get_next_pcs_ops |
struct | arm_get_next_pcs |
Functions | |
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) |
std::vector< CORE_ADDR > arm_get_next_pcs | ( | struct arm_get_next_pcs * | self | ) |
Definition at line 913 of file arm-get-next-pcs.c.
References arm_deal_with_atomic_sequence_raw(), arm_get_next_pcs_raw(), arm_get_next_pcs_ops::fixup, arm_get_next_pcs_ops::is_thumb, arm_get_next_pcs::ops, thumb_deal_with_atomic_sequence_raw(), and thumb_get_next_pcs_raw().
Referenced by arm_breakpoint_kind_from_current_state(), arm_linux_software_single_step(), and arm_software_single_step().
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 ) |
Definition at line 30 of file arm-get-next-pcs.c.
References arm_get_next_pcs::byte_order, arm_get_next_pcs::byte_order_for_code, arm_get_next_pcs::has_thumb2_breakpoint, arm_get_next_pcs::ops, and arm_get_next_pcs::regcache.
Referenced by arm_breakpoint_kind_from_current_state(), arm_linux_software_single_step(), and arm_software_single_step().