On Jan 19, 2009, at 4:33 PM, Uwe Hermann wrote:
Hi, I don't have much time to investigate this right now, but -d / --debugseems to be broken. It _might_ work when you pass e.g. '-d 3' the first time on the command line, but on the next run of the _same_ command line(just changing '-d 3' to e.g. '-d 1') it will not notice the change. OpenOCD still is on loglevel 3, though it should now be 1. The value seems to be "cached" somewhere, no idea why. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
The value of -d is certainly not cached between invocations of OpenOCD. It can be overridden in a config file with the debug_level command, however. openocd.cfg is run after command line arguments. -f evaluates the specified file at that position in the argument parsing.
-- Rick Altherr [email protected]"He said he hadn't had a byte in three days. I had a short, so I split it with him."
-- Unsigned
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
