Re: OpenOCD target events

2023-11-01 Thread Kirill Radkin
I faced with this issue on RISC-V target. Is there such problem on other targets? От: Kirill Radkin Отправлено: 12 сентября 2023 г. 11:50:45 Кому: openocd-devel@lists.sourceforge.net Тема: OpenOCD target events Hi, I have a question about target events in

OpenOCD target events

2023-09-12 Thread Kirill Radkin
Hi, I have a question about target events in OpenOCD. We have `reset halt` command in OpenOCD. This command can change hart state, if hart was in `running` state before. Should an appropriate callback (for `halted` event, in our case) be invoked after reset command? If I understand correctly, i