cmd: add missing usage vars
[fw/openocd] / src / server / gdb_server.c
index 8d84a991f2ee4058fff367c9eebe460c496fb86e..0cbd8e650b893203f6fe61e905542d9c7fd9150b 100644 (file)
@@ -2359,6 +2359,8 @@ static int gdb_input_inner(struct connection *connection)
                                        command_run_linef(connection->cmd_ctx,
                                                        "ocd_gdb_restart %s",
                                                        target_name(target));
+                                       /*  info rtos parts */
+                                       gdb_thread_packet(connection, packet, packet_size);
                                        gdb_put_packet(connection, "OK", 2);
                                        break;
 
@@ -2601,6 +2603,7 @@ static const struct command_registration gdb_command_handlers[] = {
                .help = "next stepi will return immediately allowing "
                        "GDB to fetch register state without affecting "
                        "target state",
+               .usage = ""
        },
        {
                .name = "gdb_port",