]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/dwarf2read.h
PR31692, objdump fails .debug_info size check
[thirdparty/binutils-gdb.git] / gdb / dwarf2read.h
2020-02-08  Tom TromeyMove DWARF code to dwarf2/ subdirectory
2020-02-08  Tom TromeyDon't declare die_info in dwarf2read.h
2020-02-08  Tom TromeyRemove die_info_ptr typedef
2020-02-08  Tom TromeyCreate dwarf2/section.[ch]
2020-02-08  Tom TromeyCreate dwarf2/leb.[ch]
2020-01-26  Tom TromeyVirtualize "readin" and "compunit_symtab"
2020-01-26  Tom TromeyIntroduce partial_symtab::expand_psymtab method
2020-01-26  Tom TromeyIntroduce partial_symtab::read_symtab method
2020-01-13  Ali TamurDwarf 5: Handle debug_str_offsets and indexed attribute...
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-27  Tom TromeyRemove some unnecessary backslashes
2019-10-15  Andrew Burgessgdb: Remove use of VEC from dwarf2read.c
2019-10-02  Tom TromeyHandle copy relocations
2019-10-02  Andrew Burgessgdb: Remove a use of VEC from dwarf2read.{c,h}
2019-09-20  Alan Modrabfd macro conversion to inline functions
2019-09-20  Christian BiesingerDeclare dwarf_always_disassemble in dwarf2read.h
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-21  Simon Marchidwarf2read: Get rid of VEC (dwarf2_section_info_def)
2019-06-21  Simon Marchidwarf2read: C++ify dwo_file
2019-06-21  Simon Marchidwarf2read: Use bool for dwarf2_section_info fields
2019-06-19  Tom de Vries[gdb] Fix build breaker with gcc 4.8
2019-06-18  Tom de Vries[gdb] Fix abstract_to_concrete type
2019-06-16  Simon MarchiWrite index for dwz -m file
2019-05-08  Tom TromeyConvert dwarf2_per_objfile to type-safe registry API
2019-05-08  Tom TromeyDon't declare read_unsigned_leb128 in defs.h
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-09-05  Tom de Vries[gdb/exp] Handle DW_OP_GNU_variable_value refs to abstr...
2018-08-07  Simon MarchiAdd DWARF index cache
2018-07-26  Andrew Burgessgdb: Add switch to disable DWARF stack unwinders
2018-06-09  Tom TromeyRemove a VEC from dwarf2read.c
2018-05-18  Tom TromeyAllocate dwz_file with new
2018-05-18  Tom TromeyAllocate dwp_file with new
2018-05-18  Tom TromeyUse new to allocate mapped_index
2018-04-07  Simon MarchiMake dwarf2_per_objfile::all_type_units an std::vector
2018-04-07  Simon MarchiMake dwarf2_per_objfile::all_comp_units an std::vector
2018-04-07  Simon MarchiReplace dw2_get_cu/dw2_get_cutu with methods of dwarf2_...
2018-03-27  Simon MarchiMove DWARF index-related things to a separate file