Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-01-09 | Remove ALL_OBJFILE_FILETABS | Tom Tromey | 1 | -2/+5 |
2019-01-09 | Remove ALL_COMPUNIT_FILETABS | Tom Tromey | 1 | -2/+0 |
2019-01-09 | Remove ALL_OBJFILE_COMPUNITS | Tom Tromey | 1 | -1/+0 |
2019-01-09 | Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS | Tom Tromey | 1 | -3/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-28 | Avoid internal errors when stepping outside 'main' on MinGW | Eli Zaretskii | 1 | -2/+4 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -6/+6 |
2018-10-03 | Avoid two uninitialized warnings from gcc | Tom Tromey | 1 | -1/+1 |
2018-07-20 | Introduce buildsym-legacy.h | Tom Tromey | 1 | -1/+1 |
2018-07-20 | Remove buildsym_init | Tom Tromey | 1 | -1/+0 |
2018-07-20 | Move the symbol lists to buildsym_compunit | Tom Tromey | 1 | -15/+15 |
2018-07-20 | Remove the "listhead" argument from finish_block | Tom Tromey | 1 | -2/+2 |
2018-07-20 | Move current_subfile to buildsym_compunit | Tom Tromey | 1 | -4/+4 |
2018-07-20 | Move the context stack to buildsym_compunit | Tom Tromey | 1 | -8/+8 |
2018-07-17 | Use scoped_free_pendings in coff_symtab_read | Tom Tromey | 1 | -0/+3 |
2018-07-16 | Use outermost_context_p in more places | Tom Tromey | 1 | -4/+4 |
2018-07-16 | Move within_function to stabsread | Tom Tromey | 1 | -0/+1 |
2018-07-16 | Move last_source_start_addr to buildsym_compunit | Tom Tromey | 1 | -3/+3 |
2018-06-28 | Make dwarf2_free_objfile static | Tom Tromey | 1 | -2/+0 |
2018-06-01 | Remove TYPE_TAG_NAME | Tom Tromey | 1 | -14/+2 |
2018-05-23 | Remove symfile_complaints | Tom Tromey | 1 | -20/+10 |
2018-05-04 | Fix "obvious" fall-through warnings | Tom Tromey | 1 | -0/+1 |
2018-05-04 | Fix "fall through" comments | Tom Tromey | 1 | -1/+2 |
2018-03-08 | Make find_separate_debug_file* return std::string | Simon Marchi | 1 | -9/+6 |