diff options
Diffstat (limited to 'gdb/dwarf-index-common.h')
-rw-r--r-- | gdb/dwarf-index-common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/dwarf-index-common.h b/gdb/dwarf-index-common.h index 32774c7..742eba6 100644 --- a/gdb/dwarf-index-common.h +++ b/gdb/dwarf-index-common.h @@ -20,6 +20,11 @@ #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; |