aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.h
AgeCommit message (Expand)AuthorFilesLines
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-455/+0
2020-02-08Don't declare die_info in dwarf2read.hTom Tromey1-1/+0
2020-02-08Remove die_info_ptr typedefTom Tromey1-1/+0
2020-02-08Create dwarf2/section.[ch]Tom Tromey1-48/+1
2020-02-08Create dwarf2/leb.[ch]Tom Tromey1-2/+0
2020-01-26Virtualize "readin" and "compunit_symtab"Tom Tromey1-3/+3
2020-01-26Introduce partial_symtab::expand_psymtab methodTom Tromey1-0/+1
2020-01-26Introduce partial_symtab::read_symtab methodTom Tromey1-2/+22
2020-01-13Dwarf 5: Handle debug_str_offsets and indexed attributes that have base offsets.Ali Tamur1-0/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-27Remove some unnecessary backslashesTom Tromey1-2/+2
2019-10-15gdb: Remove use of VEC from dwarf2read.cAndrew Burgess1-5/+39
2019-10-02Handle copy relocationsTom Tromey1-2/+8
2019-10-02gdb: Remove a use of VEC from dwarf2read.{c,h}Andrew Burgess1-3/+0
2019-09-20bfd macro conversion to inline functionsAlan Modra1-1/+1
2019-09-20Declare dwarf_always_disassemble in dwarf2read.hChristian Biesinger1-0/+2
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-21dwarf2read: Get rid of VEC (dwarf2_section_info_def)Simon Marchi1-4/+1
2019-06-21dwarf2read: C++ify dwo_fileSimon Marchi1-1/+1
2019-06-21dwarf2read: Use bool for dwarf2_section_info fieldsSimon Marchi1-2/+2
2019-06-19[gdb] Fix build breaker with gcc 4.8Tom de Vries1-1/+3
2019-06-18[gdb] Fix abstract_to_concrete typeTom de Vries1-1/+1
2019-06-16Write index for dwz -m fileSimon Marchi1-0/+38
2019-05-08Convert dwarf2_per_objfile to type-safe registry APITom Tromey1-1/+1
2019-05-08Don't declare read_unsigned_leb128 in defs.hTom Tromey1-0/+2
2019-04-06Revert the header-sorting patchTom Tromey1-2/+0
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-0/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-05[gdb/exp] Handle DW_OP_GNU_variable_value refs to abstract diesTom de Vries1-0/+8
2018-08-07Add DWARF index cacheSimon Marchi1-0/+5
2018-07-26gdb: Add switch to disable DWARF stack unwindersAndrew Burgess1-0/+4
2018-06-09Remove a VEC from dwarf2read.cTom Tromey1-1/+1
2018-05-18Allocate dwz_file with newTom Tromey1-1/+1
2018-05-18Allocate dwp_file with newTom Tromey1-1/+1
2018-05-18Use new to allocate mapped_indexTom Tromey1-1/+1
2018-04-07Make dwarf2_per_objfile::all_type_units an std::vectorSimon Marchi1-10/+2
2018-04-07Make dwarf2_per_objfile::all_comp_units an std::vectorSimon Marchi1-4/+1
2018-04-07Replace dw2_get_cu/dw2_get_cutu with methods of dwarf2_per_objfileSimon Marchi1-0/+25
2018-03-27Move DWARF index-related things to a separate fileSimon Marchi1-0/+375