I faced with this issue on RISC-V target. Is there such problem on other targets?
________________________________ От: Kirill Radkin <kirill.rad...@syntacore.com> Отправлено: 12 сентября 2023 г. 11:50:45 Кому: openocd-devel@lists.sourceforge.net Тема: OpenOCD target events 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, it isn't happening now. Thanks, -- Kirill