Fix a typo in bunzip2..
[deliverable/binutils-gdb.git] / gdb / remote-sds.c
index ab7e11ff290bb66cd79452e6b8734d67d952e02d..b967c430b9c90c434dbbd66d2624d9f4225acfbc 100644 (file)
@@ -1116,11 +1116,12 @@ _initialize_remote_sds (void)
   init_sds_ops ();
   add_target (&sds_ops);
 
-  deprecated_add_show_from_set
-    (add_set_cmd ("sdstimeout", no_class,
-                 var_integer, (char *) &sds_timeout,
-                 "Set timeout value for sds read.\n", &setlist),
-     &showlist);
+  add_setshow_integer_cmd ("sdstimeout", no_class, &sds_timeout, _("\
+Set timeout value for sds read."), _("\
+Show timeout value for sds read."), NULL,
+                          NULL,
+                          NULL, /* FIXME: i18n: */
+                          &setlist, &showlist);
 
   add_com ("sds", class_obscure, sds_command,
           _("Send a command to the SDS monitor."));
This page took 0.024434 seconds and 4 git commands to generate.