2004-07-26 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / proc-api.c
index e6d30ea01fe2e99dffca8d4c883f5376b8451171..ec8060ce2bbe3a051771b5dd0d438d5921f3249d 100644 (file)
@@ -784,7 +784,7 @@ _initialize_proc_api (void)
                   var_boolean, (char *) &procfs_trace, 
                   "Set tracing for /proc api calls.\n", &setlist);
 
-  add_show_from_set (c, &showlist);
+  deprecated_add_show_from_set (c, &showlist);
   set_cmd_sfunc (c, set_procfs_trace_cmd);
   set_cmd_completer (c, filename_completer);
 
@@ -792,6 +792,6 @@ _initialize_proc_api (void)
                   (char *) &procfs_filename, 
                   "Set filename for /proc tracefile.\n", &setlist);
 
-  add_show_from_set (c, &showlist);
+  deprecated_add_show_from_set (c, &showlist);
   set_cmd_sfunc (c, set_procfs_file_cmd);
 }
This page took 0.026741 seconds and 4 git commands to generate.