[gdb/testsuite] Handle unreachable network in server-connect.exp
[deliverable/binutils-gdb.git] / gdb / extension.h
index 5e914f5d011bbcc7f396101363553f7c91172301..581afc282dc71a0193c31215aa2933d95589d38c 100644 (file)
@@ -125,7 +125,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.024274 seconds and 4 git commands to generate.