Age | Commit message (Expand) | Author | Files | Lines |
2019-08-06 | Use obstack_strdup more | Tom Tromey | 1 | -4/+3 |
2019-06-16 | Remove unnecessary casts of NULL | Tom Tromey | 1 | -6/+5 |
2019-05-08 | Convert xcoffread.c to type-safe registry API | Tom Tromey | 1 | -36/+21 |
2019-01-10 | Add psymtab_storage::allocate_dependencies | Tom Tromey | 1 | -4/+3 |
2019-01-10 | Simplify calls to init_psymbol_list | Tom Tromey | 1 | -8/+5 |
2019-01-10 | Change add_psymbol_to_list to use an enum | Tom Tromey | 1 | -9/+9 |
2019-01-10 | Remove parameters from start_psymtab_common | Tom Tromey | 1 | -11/+4 |
2019-01-10 | Remove some unneeded psymtab initializations | Tom Tromey | 1 | -7/+0 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-26 | Fix SYMBOL_LANGUAGE assertion failure on AIX. | Sangamesh Mallayya | 1 | -5/+7 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -4/+4 |
2018-07-26 | Make psymbols and psymtabs independent of the program space | Tom Tromey | 1 | -16/+11 |
2018-07-26 | Add validity bits for psymtab high and low fields | Tom Tromey | 1 | -1/+1 |
2018-07-26 | Introduce accessors for psymtab high and low fields | Tom Tromey | 1 | -6/+5 |
2018-07-20 | Introduce buildsym-legacy.h | Tom Tromey | 1 | -1/+1 |
2018-07-20 | Remove buildsym_init | Tom Tromey | 1 | -2/+0 |
2018-07-20 | Move the symbol lists to buildsym_compunit | Tom Tromey | 1 | -4/+4 |
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 | -1/+3 |
2018-07-20 | Move the context stack to buildsym_compunit | Tom Tromey | 1 | -10/+10 |
2018-07-16 | Use outermost_context_p in more places | Tom Tromey | 1 | -4/+4 |
2018-07-16 | Make free_pending_blocks static | Tom Tromey | 1 | -2/+0 |
2018-07-16 | Remove buildsym_new_init | Tom Tromey | 1 | -1/+1 |
2018-07-16 | Move last_source_start_addr to buildsym_compunit | Tom Tromey | 1 | -2/+2 |
2018-06-28 | Make dwarf2_free_objfile static | Tom Tromey | 1 | -2/+0 |
2018-05-23 | Remove symfile_complaints | Tom Tromey | 1 | -22/+14 |
2018-05-20 | Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible | Simon Marchi | 1 | -2/+1 |
2018-05-04 | Fix "fall through" comments | Tom Tromey | 1 | -1/+1 |
2018-03-16 | Remove make_cleanup_free_section_addr_info | Tom Tromey | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-08 | DWARF-5: .debug_names index consumer | Jan Kratochvil | 1 | -0/+2 |
2017-12-01 | Add support for the readnever concept | Sergio Durigan Junior | 1 | -23/+25 |
2017-12-01 | Revert "Add support for the readnever concept" | Sergio Durigan Junior | 1 | -25/+23 |
2017-12-01 | Add support for the readnever concept | Sergio Durigan Junior | 1 | -23/+25 |
2017-11-08 | Per-language symbol name hashing algorithm | Pedro Alves | 1 | -4/+7 |
2017-11-04 | Replace really_free_pendings with a scoped_ class | Tom Tromey | 1 | -8/+2 |
2017-10-14 | Replace psymbol_allocation_list with std::vector | Simon Marchi | 1 | -8/+9 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-04-27 | Read corrrect auxiliary entry in AIX | Ulrich Weigand | 1 | -25/+43 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -4/+4 |
2017-02-20 | DWARF-5 basic functionality | Jan Kratochvil | 1 | -0/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-26 | Make symfile_add_flags and objfile->flags strongly typed | Pedro Alves | 1 | -2/+2 |
2016-10-21 | Record minimal symbols directly in reader. | Tom Tromey | 1 | -17/+18 |
2016-10-21 | Change minimal_symbol_reader to store objfile | Tom Tromey | 1 | -2/+2 |
2016-10-21 | Introduce minimal_symbol_reader | Tom Tromey | 1 | -3/+2 |
2016-10-21 | Fix build failure in xcoffread.c | Tom Tromey | 1 | -1/+1 |
2016-10-21 | Fix symbol table file name on AIX | Ulrich Weigand | 1 | -1/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -2/+0 |
2016-01-29 | Fix two misleading indentation warnings | Simon Marchi | 1 | -7/+6 |