Return gdbpy_ref from some Python string functions
[deliverable/binutils-gdb.git] / gdb / dwarf-index-common.h
index 32774c7bf62ac3f8d93c2e8a8f5a5caceac7b1e5..742eba6887bcf335e518819cba118d18cc607df9 100644 (file)
 #ifndef DWARF_INDEX_COMMON_H
 #define DWARF_INDEX_COMMON_H
 
+/* The suffix for an index file.  */
+#define INDEX4_SUFFIX ".gdb-index"
+#define INDEX5_SUFFIX ".debug_names"
+#define DEBUG_STR_SUFFIX ".debug_str"
+
 /* All offsets in the index are of this type.  It must be
    architecture-independent.  */
 typedef uint32_t offset_type;
This page took 0.023887 seconds and 4 git commands to generate.