jit: make gdb_object::symtabs an std::forward_list
[deliverable/binutils-gdb.git] / gdb / extension.h
index 5e914f5d011bbcc7f396101363553f7c91172301..fc8e3e2c0ba877f56e07ba555b7074d5398605aa 100644 (file)
@@ -21,7 +21,6 @@
 #define EXTENSION_H
 
 #include "mi/mi-cmds.h" /* For PRINT_NO_VALUES, etc.  */
-#include "gdbsupport/vec.h"
 #include "gdbsupport/array-view.h"
 
 struct breakpoint;
@@ -125,7 +124,10 @@ enum ext_lang_frame_args
     CLI_SCALAR_VALUES,
 
     /* Print all values for arguments when invoked from the CLI. */
-    CLI_ALL_VALUES
+    CLI_ALL_VALUES,
+
+    /* Only indicate the presence of arguments when invoked from the CLI.  */
+    CLI_PRESENCE
   };
 
 /* The possible results of
This page took 0.025107 seconds and 4 git commands to generate.