aarch64_hit_watchpoint() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDaarch64_hit_watchpoint()

aarch64_hit_watchpoint() function

find out which watchpoint hits get exception address and compare the address to watchpoints

Syntax

static int aarch64_hit_watchpoint(struct target *target,     struct watchpoint **hit_watchpoint);

Arguments

target

hit_watchpoint

References

LocationText
aarch64.c:1867
static int aarch64_hit_watchpoint(struct target *target,
aarch64.c:3264
.hit_watchpoint = aarch64_hit_watchpoint,
aarch64.c:3305
.hit_watchpoint = aarch64_hit_watchpoint,

Call Tree

Functions called by aarch64_hit_watchpoint()
aarch64_hit_watchpoint()
all items filtered out
Data read by aarch64_hit_watchpoint()
Data written by aarch64_hit_watchpoint()
aarch64_hit_watchpoint()
aarch64_hit_watchpoint()::exception_address
aarch64_hit_watchpoint()::wp
all items filtered out
Implementations
aarch64_hit_watchpoint()
all items filtered out
Type of aarch64_hit_watchpoint()
aarch64_hit_watchpoint()