[1/3] Add missing includes of extract-store-integer.h
Checks
Commit Message
I found a number of .c files that need to include
extract-store-integer.h but that were only including it indirectly.
This patch adds the missing includes. This change enables the next
patch.
---
gdb/compile/compile-loc2c.c | 1 +
gdb/dwarf2/aranges.c | 1 +
gdb/dwarf2/expr.c | 1 +
gdb/dwarf2/frame.c | 1 +
gdb/dwarf2/index-write.c | 1 +
gdb/dwarf2/loc.c | 1 +
gdb/dwarf2/read-debug-names.c | 1 +
gdb/dwarf2/read-gdb-index.c | 1 +
gdb/dwarf2/read.c | 1 +
gdb/gdbtypes.c | 1 +
10 files changed, 10 insertions(+)
@@ -31,6 +31,7 @@
#include "dwarf2/frame.h"
#include "value.h"
#include "gdbarch.h"
+#include "extract-store-integer.h"
@@ -19,6 +19,7 @@
#include "dwarf2/aranges.h"
#include "dwarf2/read.h"
+#include "extract-store-integer.h"
/* See aranges.h. */
@@ -33,6 +33,7 @@
#include "gdbsupport/underlying.h"
#include "gdbarch.h"
#include "objfiles.h"
+#include "extract-store-integer.h"
/* This holds gdbarch-specific types used by the DWARF expression
evaluator. See comments in execute_stack_op. */
@@ -31,6 +31,7 @@
#include "regcache.h"
#include "value.h"
#include "record.h"
+#include "extract-store-integer.h"
#include "complaints.h"
#include "dwarf2/frame.h"
@@ -40,6 +40,7 @@
#include "dwarf2/tag.h"
#include "gdbsupport/gdb_tilde_expand.h"
#include "dwarf2/read-debug-names.h"
+#include "extract-store-integer.h"
#include <algorithm>
#include <cmath>
@@ -46,6 +46,7 @@
#include <unordered_set>
#include "gdbsupport/underlying.h"
#include "gdbsupport/byte-vector.h"
+#include "extract-store-integer.h"
static struct value *dwarf2_evaluate_loc_desc_full
(struct type *type, const frame_info_ptr &frame, const gdb_byte *data,
@@ -27,6 +27,7 @@
#include "mapped-index.h"
#include "read.h"
#include "stringify.h"
+#include "extract-store-integer.h"
/* This is just like cooked_index_functions, but overrides a single
method so the test suite can distinguish the .debug_names case from
@@ -28,6 +28,7 @@
#include "gdbsupport/gdb-checked-static-cast.h"
#include "mapped-index.h"
#include "read.h"
+#include "extract-store-integer.h"
/* When true, do not reject deprecated .gdb_index sections. */
static bool use_deprecated_index_sections = false;
@@ -97,6 +97,7 @@
#include "dwarf2/error.h"
#include <variant>
#include "gdbsupport/unordered_set.h"
+#include "extract-store-integer.h"
/* When == 1, print basic high level tracing messages.
When > 1, be more verbose.
@@ -44,6 +44,7 @@
#include "gmp-utils.h"
#include "rust-lang.h"
#include "ada-lang.h"
+#include "extract-store-integer.h"
/* The value of an invalid conversion badness. */
#define INVALID_CONVERSION 100