On Tue, Nov 29, 2022 at 1:38 PM Kirill Radkin <kirill.rad...@syntacore.com> wrote:
> P.S. Also i don't understand idea about setting a software breakpoints in > case of SMP targets only to one target, why we can't just add it to all of > them (just like hw breakpoints)? > OpenOCD assumes that SMP targets share memory, so if you set a software breakpoint on one target, then all of them will automatically see it as well. Tim