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

arm11_debug_entry() function

Save processor state. This is called after a HALT instruction succeeds, and on other occasions the processor enters debug mode (breakpoint, watchpoint, etc). Caller has updated arm11->dscr.

Syntax

static int arm11_debug_entry(struct arm11_common *arm11);

Arguments

arm11

References

LocationReferrerText
arm11.c:81
static int arm11_debug_entry(struct arm11_common *arm11)
arm11.c:317arm11_poll()
retval = arm11_debug_entry(arm11);
arm11.c:395arm11_halt()
CHECK_RETVAL(arm11_debug_entry(arm11));
arm11.c:687arm11_step()
CHECK_RETVAL(arm11_debug_entry(arm11));