AArch64: Revert setting of elf class in linker stub.
[deliverable/binutils-gdb.git] / gdb / extension.h
index a77f1575ede54842600a77553c178127eefc36a5..5da0602e421c2da6089b9ff9fae72c9074ba0d27 100644 (file)
@@ -1,6 +1,6 @@
 /* Interface between gdb and its extension languages.
 
-   Copyright (C) 2014-2019 Free Software Foundation, Inc.
+   Copyright (C) 2014-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -20,9 +20,8 @@
 #ifndef EXTENSION_H
 #define EXTENSION_H
 
-#include "common/array-view.h"
-#include "common/vec.h"
-#include "mi/mi-cmds.h"
+#include "mi/mi-cmds.h" /* For PRINT_NO_VALUES, etc.  */
+#include "gdbsupport/array-view.h"
 
 struct breakpoint;
 struct command_line;
@@ -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.026836 seconds and 4 git commands to generate.