> No idea how to achieve these in Windows.

As far as I can recall, but I haven't tested these...

> openocd 2> /dev/stdout

Windows equivalent should be:

openocd.exe 2>&1

> openocd -c 'log_output /dev/stdout'

This may work assuming that the Windows/DOS special file "CON" (for stdout) is 
understood in this context:

openocd.exe -c "log_output CON"



Reply via email to