Age | Commit message (Expand) | Author | Files | Lines |
2021-07-17 | Fix file-name handling regression with DWARF index | Tom Tromey | 1 | -0/+3 |
2021-06-16 | [gdb/symtab] Fix infinite recursion in dwarf2_cu::get_builder(), again | Tom de Vries | 1 | -0/+3 |
2021-06-04 | Add PROP_VARIABLE_NAME | Tom Tromey | 1 | -2/+5 |
2021-05-31 | gdb: pass signature to allocate_signatured_type and signatured_type constructor | Simon Marchi | 1 | -2/+6 |
2021-05-31 | gdb: add and use signatured_type_up | Simon Marchi | 1 | -1/+3 |
2021-05-31 | gdb: move dwarf2_per_cu_data and signatured_type up | Simon Marchi | 1 | -215/+217 |
2021-05-30 | Remove dwarf2_per_bfd::m_num_psymtabs | Tom Tromey | 1 | -13/+2 |
2021-05-27 | [gdb/symtab] Fix Dwarf Error: cannot find DIE | Tom de Vries | 1 | -7/+0 |
2021-05-17 | Rename dwarf2/comp-unit.h | Tom Tromey | 1 | -1/+1 |
2021-05-17 | Change how dwarf2_per_cu_data is deleted | Tom Tromey | 1 | -2/+16 |
2021-04-30 | Remove dwarf2_per_bfd::all_type_units | Tom Tromey | 1 | -26/+6 |
2021-04-30 | Allocate dwarf2_per_cu_data with 'new' | Tom Tromey | 1 | -25/+32 |
2021-04-23 | gdb: remove some caching from the dwarf reader | Andrew Burgess | 1 | -4/+0 |
2021-04-21 | Shrink size of dwarf2_per_cu_data | Tom Tromey | 1 | -13/+13 |
2021-04-02 | gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtab | Simon Marchi | 1 | -2/+2 |
2021-03-20 | Add partial_symtabs parameter to psymtab construction functions | Tom Tromey | 1 | -2/+4 |
2021-03-20 | Change how DWARF indices use addrmap | Tom Tromey | 1 | -0/+3 |
2021-03-20 | Move some DWARF code out of symfile.h | Tom Tromey | 1 | -0/+11 |
2021-03-06 | Move dwarf2_get_dwz_file to dwarf2/dwz.h | Tom Tromey | 1 | -9/+0 |
2021-03-06 | Avoid crash on missing dwz file | Tom Tromey | 1 | -5/+8 |
2021-02-23 | gdb/dwarf: create and destroy dwarf2_per_bfd's CUs-to-expand queue | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -2/+2 |
2020-08-09 | gdb: replace function pointer with `void *` data with function_view | Simon Marchi | 1 | -4/+4 |
2020-05-29 | gdb: rename dwarf2_per_objfile variables/fields to per_objfile | Simon Marchi | 1 | -1/+1 |
2020-05-27 | Share DWARF partial symtabs | Tom Tromey | 1 | -0/+5 |
2020-05-27 | Move line_header_hash to dwarf2_per_objfile | Simon Marchi | 1 | -3/+3 |
2020-05-27 | Replace dwarf2_per_cu_data::cu backlink with per-objfile map | Simon Marchi | 1 | -12/+23 |
2020-05-27 | Add comp_unit_head to dwarf2_per_cu_data | Simon Marchi | 1 | -0/+19 |
2020-05-27 | Move signatured_type::type to unshareable object | Tom Tromey | 1 | -7/+10 |
2020-05-27 | Split type_unit_group | Tom Tromey | 1 | -0/+38 |
2020-05-27 | Remove dwarf2_per_cu_data::dwarf2_per_objfile | Simon Marchi | 1 | -3/+0 |
2020-05-27 | Add dwarf2_per_objfile parameter to get_die_type_at_offset | Simon Marchi | 1 | -1/+2 |
2020-05-27 | Add dwarf2_per_objfile parameter to free_one_cached_comp_unit | Simon Marchi | 1 | -2/+5 |
2020-05-27 | Remove dwarf2_per_cu_data::objfile () | Simon Marchi | 1 | -5/+0 |
2020-05-27 | Add dwarf2_per_objfile parameters to dwarf2_fetch_* functions | Simon Marchi | 1 | -2/+6 |
2020-05-27 | Add dwarf2_per_objfile parameter to dwarf2_read_addr_index | Simon Marchi | 1 | -0/+1 |
2020-05-27 | Remove dwarf2_per_cu_data::text_offset | Simon Marchi | 1 | -6/+0 |
2020-05-27 | Move int type methods out of dwarf2_per_cu_data | Simon Marchi | 1 | -14/+4 |
2020-05-27 | Make dwarf2_get_dwz_file take a dwarf2_per_bfd | Simon Marchi | 1 | -2/+4 |
2020-05-27 | Add dwarf2_per_bfd field to dwarf2_per_cu_data | Simon Marchi | 1 | -0/+3 |
2020-05-27 | Move die_type_hash to dwarf2_per_objfile | Simon Marchi | 1 | -5/+5 |
2020-05-27 | Remove symtab links from dwarf2_psymtab and dwarf2_per_cu_quick_data | Simon Marchi | 1 | -2/+35 |
2020-05-27 | Split dwarf2_per_objfile into dwarf2_per_objfile and dwarf2_per_bfd | Simon Marchi | 1 | -25/+44 |
2020-05-27 | Add dwarf2_per_cu_data::index | Tom Tromey | 1 | -0/+19 |
2020-05-27 | Introduce dwarf2_per_objfile::obstack | Tom Tromey | 1 | -0/+5 |
2020-04-07 | gdb: small cleanups in dwarf2_psymtab constructors | Simon Marchi | 1 | -7/+3 |
2020-03-26 | Convert read_indirect_line_string to a method | Tom Tromey | 1 | -0/+8 |
2020-03-26 | Introduce dwarf2/dwz.h | Tom Tromey | 1 | -31/+0 |
2020-03-17 | [gdb] Skip imports of c++ CUs | Tom de Vries | 1 | -0/+6 |