forked from auracaster/openocd
For all the targets that support SMP, the sub-commands 'smp' and 'smp_gdb' are under the arch name: - aarch64 smp - cortex_a smp - cortex_m smp - esp32 smp - mips_m4k smp Keep consistency among OpenOCD commands, and move under the arch name 'riscv' the SMP subcommands. Change-Id: Iede7841c2df8161ff2c6fea3be561d1f26ad6cd0 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/9165 Reviewed-by: Evgeniy Naydanov <evgeniy.naydanov@syntacore.com> Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Tested-by: jenkins