Age | Commit message (Expand) | Author | Files | Lines |
2018-05-21 | Use std::unique_ptr in dwarf2_read_debug_names | Tom Tromey | 1 | -9/+11 |
2018-05-18 | Allocate dwz_file with new | Tom Tromey | 1 | -20/+22 |
2018-05-18 | Allocate dwp_file with new | Tom Tromey | 1 | -28/+36 |
2018-05-18 | Use new to allocate mapped_index | Tom Tromey | 1 | -15/+8 |
2018-05-18 | Remove mapped_index::total_size | Simon Marchi | 1 | -4/+0 |
2018-05-17 | Fix for dwz-related crash | Tom Tromey | 1 | -34/+45 |
2018-05-14 | Clear rust_unions in rust_union_quirks | Tom Tromey | 1 | -0/+2 |
2018-05-04 | Fix "fall through" comments | Tom Tromey | 1 | -1/+2 |
2018-04-30 | Add initial type alignment support | Tom Tromey | 1 | -4/+113 |
2018-04-30 | Use bool in read_index_from_section | Simon Marchi | 1 | -3/+3 |
2018-04-27 | Enable -Wsuggest-override | Tom Tromey | 1 | -2/+2 |
2018-04-17 | Conditionally drop the discriminant field in quirk_rust_enum | Tom Tromey | 1 | -3/+6 |
2018-04-17 | Fix crash in quirk_rust_enum | Tom Tromey | 1 | -1/+7 |
2018-04-07 | Make dwarf2_per_objfile::all_type_units an std::vector | Simon Marchi | 1 | -78/+51 |
2018-04-07 | Make dwarf2_per_objfile::all_comp_units an std::vector | Simon Marchi | 1 | -132/+65 |
2018-04-07 | Remove some usages of get_dwarf2_per_objfile | Simon Marchi | 1 | -35/+25 |
2018-04-07 | Replace dw2_get_cu/dw2_get_cutu with methods of dwarf2_per_objfile | Simon Marchi | 1 | -47/+39 |
2018-04-07 | Remove some unused variables in dwarf2read.c | Simon Marchi | 1 | -23/+0 |
2018-04-06 | Introduce a gdb_ref_ptr specialization for struct value | Tom Tromey | 1 | -1/+0 |
2018-03-30 | Remove free_dwo_file_cleanup | Tom Tromey | 1 | -30/+19 |
2018-03-30 | Remove parameter from free_dwo_file | Tom Tromey | 1 | -8/+4 |
2018-03-30 | Remove free_cached_comp_units cleanups | Tom Tromey | 1 | -20/+26 |
2018-03-27 | Move DWARF index-related things to a separate file | Simon Marchi | 1 | -2053/+7 |
2018-03-27 | problem looking up some symbols when they have a linkage name | Joel Brobecker | 1 | -1/+5 |
2018-03-26 | Remove DEF_VEC_I(offset_type) | Simon Marchi | 1 | -2/+0 |
2018-03-23 | Add psymbols for nested types | Keith Seitz | 1 | -1/+2 |
2018-03-11 | Use std::vector for field lists in dwarf2read.c | Tom Tromey | 1 | -193/+96 |
2018-03-11 | Remove cleanup from build_type_psymtabs_1 | Tom Tromey | 1 | -20/+9 |
2018-03-01 | Fix Rust enum test failures | Tom Tromey | 1 | -2/+5 |
2018-02-28 | Create new common/pathstuff.[ch] | Sergio Durigan Junior | 1 | -0/+1 |
2018-02-26 | Handle DW_TAG_variant_part and DW_TAG_variant | Tom Tromey | 1 | -37/+181 |
2018-02-26 | Convert Rust to use discriminated unions | Tom Tromey | 1 | -0/+313 |
2018-02-26 | Move read_partial_die to partial_die_info::read | Yao Qi | 1 | -52/+56 |
2018-02-26 | Move fixup_partial_die to partial_die_info::fixup | Yao Qi | 1 | -38/+35 |
2018-02-26 | Remove one argument abbrev_len in read_partial_die | Yao Qi | 1 | -7/+5 |
2018-02-26 | Class-fy partial_die_info | Yao Qi | 1 | -26/+62 |
2018-02-26 | Change find_partial_die_in_comp_unit to dwarf2_cu::find_partial_die | Yao Qi | 1 | -6/+8 |
2018-02-26 | Don't check abbrev is NULL in read_partial_die | Yao Qi | 1 | -10/+7 |
2018-02-26 | Re-write partial_die_info allocation in load_partial_dies | Yao Qi | 1 | -30/+25 |
2018-02-23 | dwarf: Make sect_offset 64-bits | Simon Marchi | 1 | -167/+170 |
2018-02-16 | New class allocate_on_obstack | Yao Qi | 1 | -9/+5 |
2018-02-14 | Change openp et al to use a unique_xmalloc_ptr | Tom Tromey | 1 | -9/+14 |
2018-02-13 | Use enum flags for flags passed to openp | Simon Marchi | 1 | -2/+2 |
2018-02-12 | gdb: Remove cleanup from dw2_do_instantiate_symtab | Andrew Burgess | 1 | -35/+41 |
2018-02-04 | Move comment in gdb/dwarf2read.c::dwarf2_physname | Joel Brobecker | 1 | -8/+8 |
2018-01-28 | Remove dwarf2_per_objfile_free and use after free of dwarf2_per_objfile | Simon Marchi | 1 | -33/+24 |
2018-01-21 | Ada/DWARF: Assume the Ada compiler produces descriptive type attributes | Joel Brobecker | 1 | -9/+3 |
2018-01-18 | Make abbrev_table::abbrevs private | Yao Qi | 1 | -6/+8 |
2018-01-17 | Remove symbolp typedef | Tom Tromey | 1 | -3/+0 |
2018-01-17 | Remove objfile argument from add_dyn_prop | Tom Tromey | 1 | -3/+3 |