>Hmm ... is this a bug you've observed, or is this something
>you've wondered after poking through the code?
>I recall setting breakpoints through the Tcl interface and
>having them behave correctly. Haven't tried to do that any
>time recently, though. And I could believe there's a bit
>of a sema
In function arm7_9_resume(struct target *target, int current, uint32_t address,
int handle_breakpoints, int debug_execution) (arm7_9_common.c), the argument
handle_breakpoints is only used to deal with the condition in which a
breakpoint is set at current PC.
But in function arm11_resume() (ar