assess all the
side-effects. I assume this is as the code was originally written. Again I'm
not familiar with the history of the project so I don't know why someone might
have substituted the ERROR_COMMAND_CLOSE_CONNECTION return value. A hack?
Regards,
Robe
I build on FreeBSD with:
./configure \
CFLAGS="-I/usr/local/include -D__DARWIN__" LDFLAGS="-L/usr/local/lib" \
--enable-dummy --enable-jlink
Regards,
Robert Jenssen
___
Openocd-development mailing list
Openocd-development@li
IT_FAILURE;
ret = parse_config_file(cmd_ctx);
+ if (ret == ERROR_COMMAND_CLOSE_CONNECTION)
+ return ERROR_OK;
if (ret != ERROR_OK)
return EXIT_FAILURE;
Regards,
Robert Jenssen
--
Robert Jenssen
___
Openocd-development mailing li