Age | Commit message (Expand) | Author | Files | Lines |
2020-01-26 | Introduce partial_symtab::read_symtab method | Tom Tromey | 1 | -14/+15 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -0/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-16 | Use an accessor function for general_symbol_info::language | Christian Biesinger | 1 | -2/+2 |
2019-11-26 | Add missing includes in dwarf-index-write.c and mi/mi-interp.c | Simon Marchi | 1 | -0/+2 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -2/+2 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -2/+2 |
2019-09-23 | Make ada_decode not use a static buffer | Christian Biesinger | 1 | -4/+5 |
2019-09-10 | Add Ada support for .debug_names | Tom Tromey | 1 | -5/+43 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -5/+5 |
2019-06-21 | dwarf2read: Get rid of VEC (dwarf2_section_info_def) | Simon Marchi | 1 | -1/+1 |
2019-06-16 | Write index for dwz -m file | Simon Marchi | 1 | -112/+160 |
2019-05-04 | Don't derive partial_symbol from general_symbol_info | Tom Tromey | 1 | -4/+4 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -8/+6 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -6/+8 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -1/+1 |
2019-01-10 | Introduce class psymtab_storage | Tom Tromey | 1 | -11/+16 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -26/+25 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-27 | Do not reopen temporary files | Tom Tromey | 1 | -29/+27 |
2018-10-27 | Use mkostemp, not mkstemp | Tom Tromey | 1 | -2/+3 |
2018-10-27 | Move make_temp_filename to common/pathstuff.c | Tom Tromey | 1 | -10/+1 |
2018-10-04 | Fix undefined behavior, don't pass NULL to fwrite | Simon Marchi | 1 | -1/+2 |
2018-08-09 | Fix some gettext ARI warnings | Simon Marchi | 1 | -4/+4 |
2018-08-07 | Add DWARF index cache | Simon Marchi | 1 | -25/+58 |
2018-07-26 | Make psymbols and psymtabs independent of the program space | Tom Tromey | 1 | -6/+2 |
2018-07-26 | Change representation of psymbol to flush out accessors | Tom Tromey | 1 | -8/+8 |
2018-05-23 | Remove symfile_complaints | Tom Tromey | 1 | -2/+1 |
2018-04-12 | Fix -D_GLIBCXX_DEBUG gdb-add-index regression | Jan Kratochvil | 1 | -9/+13 |
2018-04-07 | Make dwarf2_per_objfile::all_type_units an std::vector | Simon Marchi | 1 | -4/+4 |
2018-04-07 | Make dwarf2_per_objfile::all_comp_units an std::vector | Simon Marchi | 1 | -12/+9 |
2018-03-27 | Include <cmath> in dwarf-index-write.c | Tom Tromey | 1 | -0/+1 |
2018-03-27 | Move DWARF index-related things to a separate file | Simon Marchi | 1 | -0/+1684 |