GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
arm_get_next_pcs_ops Struct Reference

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

Detailed Description

Definition at line 29 of file arm-get-next-pcs.h.

Member Data Documentation

◆ addr_bits_remove

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().

◆ fixup

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().

◆ is_thumb

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().

◆ read_mem_uint

ULONGEST(* arm_get_next_pcs_ops::read_mem_uint) (CORE_ADDR memaddr, int len, int byte_order)

◆ syscall_next_pc

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().


The documentation for this struct was generated from the following file: