arm7_9_add_breakpoint() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarm7_9_add_breakpoint()

arm7_9_add_breakpoint() function

Add a breakpoint to an ARM7/9 target. This makes sure that there are no dangling breakpoints and that the desired breakpoint can be added.

Syntax

int arm7_9_add_breakpoint(struct target *target,     struct breakpoint *breakpoint);
Implemented in arm7_9_common.c:376

Arguments

target

Pointer to the target ARM7/9 device to add a breakpoint to

breakpoint

Pointer to the breakpoint to be added

Return value

An error status if there is a problem adding the breakpoint or the result of setting the breakpoint

References

LocationText
arm7_9_common.c:376
int arm7_9_add_breakpoint(struct target *target, struct breakpoint *breakpoint)
arm7_9_common.h:167
int arm7_9_add_breakpoint(struct target *target, struct breakpoint *breakpoint);
arm720t.c:493
.add_breakpoint = arm7_9_add_breakpoint,
arm7tdmi.c:711
.add_breakpoint = arm7_9_add_breakpoint,
arm920t.c:1627
.add_breakpoint = arm7_9_add_breakpoint,
arm926ejs.c:817
.add_breakpoint = arm7_9_add_breakpoint,
arm946e.c:767
.add_breakpoint = arm7_9_add_breakpoint,
arm966e.c:272
.add_breakpoint = arm7_9_add_breakpoint,
arm9tdmi.c:915
.add_breakpoint = arm7_9_add_breakpoint,
fa526.c:377
.add_breakpoint = arm7_9_add_breakpoint,
feroceon.c:718
.add_breakpoint = arm7_9_add_breakpoint,
feroceon.c:757
.add_breakpoint = arm7_9_add_breakpoint,

Call Tree

Functions called by arm7_9_add_breakpoint()
arm7_9_add_breakpoint()
Data read by arm7_9_add_breakpoint()
Data written by arm7_9_add_breakpoint()
arm7_9_add_breakpoint()
all items filtered out
Implementations
arm7_9_add_breakpoint()
all items filtered out
Type of arm7_9_add_breakpoint()
arm7_9_add_breakpoint()
all items filtered out