aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdb: Remove use of VEC from dwarf2read.cAndrew Burgess2019-10-151-5/+39
* Handle copy relocationsTom Tromey2019-10-021-2/+8
* gdb: Remove a use of VEC from dwarf2read.{c,h}Andrew Burgess2019-10-021-3/+0
* bfd macro conversion to inline functionsAlan Modra2019-09-201-1/+1
* Declare dwarf_always_disassemble in dwarf2read.hChristian Biesinger2019-09-201-0/+2
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* dwarf2read: Get rid of VEC (dwarf2_section_info_def)Simon Marchi2019-06-211-4/+1
* dwarf2read: C++ify dwo_fileSimon Marchi2019-06-211-1/+1
* dwarf2read: Use bool for dwarf2_section_info fieldsSimon Marchi2019-06-211-2/+2
* [gdb] Fix build breaker with gcc 4.8Tom de Vries2019-06-191-1/+3
* [gdb] Fix abstract_to_concrete typeTom de Vries2019-06-181-1/+1
* Write index for dwz -m fileSimon Marchi2019-06-161-0/+38
* Convert dwarf2_per_objfile to type-safe registry APITom Tromey2019-05-081-1/+1
* Don't declare read_unsigned_leb128 in defs.hTom Tromey2019-05-081-0/+2
* Revert the header-sorting patchTom Tromey2019-04-061-2/+0
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-0/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* [gdb/exp] Handle DW_OP_GNU_variable_value refs to abstract diesTom de Vries2018-09-051-0/+8
* Add DWARF index cacheSimon Marchi2018-08-071-0/+5
* gdb: Add switch to disable DWARF stack unwindersAndrew Burgess2018-07-261-0/+4
* Remove a VEC from dwarf2read.cTom Tromey2018-06-091-1/+1
* Allocate dwz_file with newTom Tromey2018-05-181-1/+1
* Allocate dwp_file with newTom Tromey2018-05-181-1/+1
* Use new to allocate mapped_indexTom Tromey2018-05-181-1/+1
* Make dwarf2_per_objfile::all_type_units an std::vectorSimon Marchi2018-04-071-10/+2
* Make dwarf2_per_objfile::all_comp_units an std::vectorSimon Marchi2018-04-071-4/+1
* Replace dw2_get_cu/dw2_get_cutu with methods of dwarf2_per_objfileSimon Marchi2018-04-071-0/+25
* Move DWARF index-related things to a separate fileSimon Marchi2018-03-271-0/+375