X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farmv4_5.c;h=d04b17973d7e099be1cd98d781f0b281985dae7c;hp=e16a9ecea236eea00bb65207aea4176c8394738d;hb=a5fe9d6e24fc98ef2c97a97fe4c2e1c9b5e1a181;hpb=d303a2864df74117f6d0b2fae3f461fb0ee72226 diff --git a/src/target/armv4_5.c b/src/target/armv4_5.c index e16a9ecea2..d04b17973d 100644 --- a/src/target/armv4_5.c +++ b/src/target/armv4_5.c @@ -1140,28 +1140,28 @@ static const struct command_registration arm_exec_command_handlers[] = { .usage = "cpnum op1 CRn CRm op2", }, { - "semihosting", + .name = "semihosting", .handler = handle_common_semihosting_command, .mode = COMMAND_EXEC, .usage = "['enable'|'disable']", .help = "activate support for semihosting operations", }, { - "semihosting_cmdline", + .name = "semihosting_cmdline", .handler = handle_common_semihosting_cmdline, .mode = COMMAND_EXEC, .usage = "arguments", .help = "command line arguments to be passed to program", }, { - "semihosting_fileio", + .name = "semihosting_fileio", .handler = handle_common_semihosting_fileio_command, .mode = COMMAND_EXEC, .usage = "['enable'|'disable']", .help = "activate support for semihosting fileio operations", }, { - "semihosting_resexit", + .name = "semihosting_resexit", .handler = handle_common_semihosting_resumable_exit_command, .mode = COMMAND_EXEC, .usage = "['enable'|'disable']",