GDB (xrefs)
Loading...
Searching...
No Matches
Functions
arm-get-next-pcs.c File Reference
#include "gdbsupport/common-defs.h"
#include "gdbsupport/gdb_vecs.h"
#include "gdbsupport/common-regcache.h"
#include "arm.h"
#include "arm-get-next-pcs.h"
#include "count-one-bits.h"

Go to the source code of this file.

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)
 
static std::vector< CORE_ADDR > thumb_deal_with_atomic_sequence_raw (struct arm_get_next_pcs *self)
 
static std::vector< CORE_ADDR > arm_deal_with_atomic_sequence_raw (struct arm_get_next_pcs *self)
 
static std::vector< CORE_ADDR > thumb_get_next_pcs_raw (struct arm_get_next_pcs *self)
 
static std::vector< CORE_ADDR > arm_get_next_pcs_raw (struct arm_get_next_pcs *self)
 
std::vector< CORE_ADDR > arm_get_next_pcs (struct arm_get_next_pcs *self)
 

Function Documentation

◆ arm_deal_with_atomic_sequence_raw()

static std::vector< CORE_ADDR > arm_deal_with_atomic_sequence_raw ( struct arm_get_next_pcs * self)
static

◆ arm_get_next_pcs()

std::vector< CORE_ADDR > arm_get_next_pcs ( struct arm_get_next_pcs * self)

◆ arm_get_next_pcs_ctor()

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 )

◆ arm_get_next_pcs_raw()

static std::vector< CORE_ADDR > arm_get_next_pcs_raw ( struct arm_get_next_pcs * self)
static

◆ thumb_deal_with_atomic_sequence_raw()

static std::vector< CORE_ADDR > thumb_deal_with_atomic_sequence_raw ( struct arm_get_next_pcs * self)
static

◆ thumb_get_next_pcs_raw()

static std::vector< CORE_ADDR > thumb_get_next_pcs_raw ( struct arm_get_next_pcs * self)
static