Hi Bohdan,
On 23/10/2023 14:51, Bohdan Tymkiv wrote:
Hello dear OpenOCD maintainers,
While working with the mem_ap target I noticed that setting a
breakpoint causes a crash in target_add_breakpoint
because target->type->add_breakpoint is NULL. I discovered this by
accident, just forgot to sw
Hello dear OpenOCD maintainers,
While working with the mem_ap target I noticed that setting a breakpoint
causes a crash in target_add_breakpoint
because target->type->add_breakpoint is NULL. I discovered this by
accident, just forgot to switch to the cortex_m before setting a breakpoint.
It turne