On Tue, May 18, 2021 at 8:10 PM Tim Newsome <[email protected]> wrote: > > OpenOCD kills itself instead of exiting normally. This prevents coverage from > working, and profiling might have the same problem. Here's what I did for > coverage:
OpenOCD kills itself only if it has been closed with Ctrl-C. This is a requirement. See : http://www.cons.org/cracauer/sigint.html http://openocd.zylin.com/2443/ If you gracefully terminate OpenOCD with the TCL command "shutdown" it will exit normally. Antonio
