Add a new 'info proc files' subcommand of 'info proc'.
[deliverable/binutils-gdb.git] / gdb / defs.h
index fc4217005a19caa4ff398ce204edbb8da29a50ed..6e3f4df116f3c6759e4eed52784f569c73a45e60 100644 (file)
@@ -389,6 +389,9 @@ enum info_proc_what
     /* * Display `info proc cwd'.  */
     IP_CWD,
 
+    /* * Display `info proc files'.  */
+    IP_FILES,
+
     /* * Display all of the above.  */
     IP_ALL
   };
This page took 0.023536 seconds and 4 git commands to generate.