arm_dpm_setup() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

arm_dpm_setup() function

Hooks up this DPM to its associated target; call only once. Initially this only covers the register cache. Oh, and watchpoints. Yeah.

Syntax

int arm_dpm_setup(struct arm_dpm *dpm);
Implemented in arm_dpm.c:1095

Arguments

dpm

References

LocationReferrerText
arm_dpm.c:1095
int arm_dpm_setup(struct arm_dpm *dpm)
arm_dpm.h:158
int arm_dpm_setup(struct arm_dpm *dpm);
arm11_dbgtap.c:1150arm11_dpm_init()
retval = arm_dpm_setup(dpm);
cortex_a.c:657cortex_a_dpm_setup()
retval = arm_dpm_setup(dpm);