Age | Commit message (Expand) | Author | Files | Lines |
2021-03-20 | Remove sym_fns::sym_read_psymbols | Tom Tromey | 1 | -1/+0 |
2021-03-20 | Move sym_fns::qf to objfile | Tom Tromey | 1 | -1/+0 |
2021-03-20 | Change objfile_has_partial_symbols to a method | Tom Tromey | 1 | -1/+1 |
2021-03-20 | Introduce dwarf2/public.h | Tom Tromey | 1 | -0/+1 |
2021-02-10 | gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros | Andrew Burgess | 1 | -2/+2 |
2021-01-21 | Fix build errors for armhf | Luis Machado | 1 | -2/+2 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-18 | gdb: define COFF file offsets with file_ptr | Jameson Nash | 1 | -15/+15 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -20/+20 |
2020-09-14 | gdb: add type::is_unsigned / type::set_is_unsigned | Simon Marchi | 1 | -1/+1 |
2020-06-08 | gdb: add field::type / field::set_type | Simon Marchi | 1 | -4/+4 |
2020-05-23 | gdb: remove TYPE_FIELD macro | Simon Marchi | 1 | -2/+2 |
2020-05-22 | gdb: add type::fields / type::set_fields | Simon Marchi | 1 | -12/+10 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -2/+2 |
2020-05-22 | gdb: add type::num_fields / type::set_num_fields | Simon Marchi | 1 | -6/+6 |
2020-05-21 | gdb: remove unnecessary NULL checks before xfree | Simon Marchi | 1 | -2/+1 |
2020-05-16 | gdb: remove TYPE_NAME macro | Simon Marchi | 1 | -6/+6 |
2020-05-16 | gdb: add type::name / type::set_name | Simon Marchi | 1 | -7/+6 |
2020-05-15 | Remove allocate_symbol et al | Tom Tromey | 1 | -2/+2 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -6/+6 |
2020-05-14 | gdb: add type::code / type::set_code | Simon Marchi | 1 | -5/+5 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -4/+4 |
2020-01-23 | gdb: introduce objfile text_section_offset and data_section_offset methods | Simon Marchi | 1 | -8/+6 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-08 | Change section_offsets to a std::vector | Tom Tromey | 1 | -18/+12 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-27 | Make symbol_set_names a member function | Christian Biesinger | 1 | -1/+1 |
2019-12-16 | Use a member function to set a symbol's language | Christian Biesinger | 1 | -2/+2 |
2019-11-27 | Replace SYMBOL_SET_LINKAGE_NAME with a member function | Christian Biesinger | 1 | -1/+1 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -11/+10 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -1/+1 |
2019-10-29 | Change some arguments to gdb::string_view instead of name+len | Christian Biesinger | 1 | -3/+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 | -1/+1 |
2019-10-02 | Change SYMBOL_VALUE_ADDRESS to be an rvalue | Tom Tromey | 1 | -6/+8 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -6/+6 |
2019-09-06 | bfd_get_filename | Alan Modra | 1 | -1/+1 |
2019-08-06 | Use obstack_strdup more | Tom Tromey | 1 | -8/+3 |
2019-06-16 | Replace uses of concat with xstrdup | Tom Tromey | 1 | -1/+1 |
2019-06-16 | Remove unnecessary casts of NULL | Tom Tromey | 1 | -4/+2 |
2019-06-10 | Delay allocation of dbx_symfile_info | Tom Tromey | 1 | -7/+0 |
2019-05-08 | Convert coffread.c to type-safe registry API | Tom Tromey | 1 | -26/+12 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -17/+17 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -17/+17 |
2019-03-24 | More block constification | Tom Tromey | 1 | -1/+1 |
2019-03-15 | Slightly simplify minsym creation | Tom Tromey | 1 | -1/+2 |
2019-03-06 | Remove cleanups from coffread.c | Tom Tromey | 1 | -81/+34 |
2019-03-01 | Fix coff_start_symtab resource leak found by Coverity | Gary Benson | 1 | -4/+1 |
2019-01-17 | Make minimal symbol range adapter a method on objfile | Tom Tromey | 1 | -1/+1 |
2019-01-17 | Add compunits range adapter to objfile | Tom Tromey | 1 | -1/+1 |