GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions
arm-get-next-pcs.h File Reference
#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)
 

Function Documentation

◆ 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 )