aarch64_common::brp_list is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDaarch64_common::brp_list

aarch64_common::brp_list field

Syntax

struct aarch64_brp *brp_list;

References

LocationReferrerText
aarch64.h:53
struct aarch64_brp *brp_list;
aarch64.c:1252aarch64_set_breakpoint()
struct aarch64_brp *brp_list = aarch64->brp_list;
aarch64.c:1373aarch64_set_context_breakpoint()
struct aarch64_brp *brp_list = aarch64->brp_list;
aarch64.c:1426aarch64_set_hybrid_breakpoint()
struct aarch64_brp *brp_list = aarch64->brp_list;
aarch64.c:1506aarch64_unset_breakpoint()
struct aarch64_brp *brp_list = aarch64->brp_list;
aarch64.c:2731aarch64_examine_first()
aarch64->brp_list = calloc(aarch64->brp_num, sizeof(struct aarch64_brp));
aarch64.c:2733aarch64_examine_first()
aarch64->brp_list[i].used = 0;
aarch64.c:2735aarch64_examine_first()
aarch64->brp_list[i].type = BRP_NORMAL;
aarch64.c:2737aarch64_examine_first()
aarch64->brp_list[i].type = BRP_CONTEXT;
aarch64.c:2738aarch64_examine_first()
aarch64->brp_list[i].value = 0;
aarch64.c:2739aarch64_examine_first()
aarch64->brp_list[i].control = 0;
aarch64.c:2740aarch64_examine_first()
aarch64->brp_list[i].brpn = i;
aarch64.c:2865aarch64_deinit_target()
free(aarch64->brp_list);

Data Use

Functions writing aarch64_common::brp_list
Functions reading aarch64_common::brp_list
all items filtered out
aarch64_common::brp_list
Type of aarch64_common::brp_list
aarch64_common::brp_list
all items filtered out