The documentation for arm semihosting_cmdline
is incorrect and describes the command as if it was a boolean commaned.
Command: arm semihosting_cmdline [enable|disable]
Set the command line to be passed to the debugger.arm semihosting_cmdline argv0 argv1 argv2 ...
Should be
Command: arm semihosting_cmdline argv0 argv1 argv2 ...
Set the command line to be passed to the debugger.arm semihosting_cmdline argv0 argv1 argv2 ...
Agree!
Thanks for spotting it.
Would you mind sending a fix for this issue, adding in the commit message the line:
Fixes: https://sourceforge.net/p/openocd/tickets/405/
Hi @borneoa - thanks for the reply. Yes - I should have clarified that I will submit a fix for this (and a few other small issues that I logged recently) as soon as I have familiarised myself with the OpenOCD HACKING instructions as I haven't used Gerrit before.