* demangle.c (demangling_style_names): New variable.
[deliverable/binutils-gdb.git] / gdb / proc-api.c
index 8a28b0061f6e5d2f0d8d8a5f5a82f870503ec15c..813923ab4bd84ab3ef5a5bf7c5f62ec70a7e2224 100644 (file)
@@ -770,6 +770,7 @@ _initialize_proc_api (void)
 
   add_show_from_set (c, &showlist);
   c->function.sfunc = set_procfs_trace_cmd;
+  c->completer = filename_completer;
 
   c = add_set_cmd ("procfs-file", no_class, var_filename,
                   (char *) &procfs_filename, 
This page took 0.025695 seconds and 4 git commands to generate.