arm_dpm::wp_addr is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

arm_dpm::wp_addr field

Target dependent watchpoint address. Either the address of the instruction which triggered a watchpoint or the memory address whose access triggered a watchpoint.

Syntax

References

LocationReferrerText
arm_dpm.h:147
target_addr_t wp_addr;
aarch64.c:1017aarch64_debug_entry()
armv8->dpm.wp_addr = edwar;
aarch64.c:1878aarch64_hit_watchpoint()
exception_address = armv8->dpm.wp_addr;
arm11.c:347arm11_arch_state()
LOG_USER("Watchpoint triggered at PC " TARGET_ADDR_FMT, arm11->dpm.wp_addr);
arm_dpm.c:1048arm_dpm_report_wfar()
dpm->wp_addr = addr;
armv8.c:1357armv8_arch_state()
LOG_USER("Watchpoint triggered at " TARGET_ADDR_FMT, armv8->dpm.wp_addr);

Data Use

Functions writing arm_dpm::wp_addr
Functions reading arm_dpm::wp_addr
arm_dpm::wp_addr
Type of arm_dpm::wp_addr
arm_dpm::wp_addr
all items filtered out