Age | Commit message (Expand) | Author | Files | Lines |
2020-05-15 | Remove allocate_symbol et al | Tom Tromey | 1 | -8/+1 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -2/+2 |
2020-03-29 | gdb: rename partial symtab expand functions of debug info readers using legac... | Simon Marchi | 1 | -2/+2 |
2020-03-29 | gdb: rename partial_symtab::read_dependencies to expand_dependencies | Simon Marchi | 1 | -1/+1 |
2020-03-29 | gdb: remove discard_psymtab function | Simon Marchi | 1 | -1/+1 |
2020-03-10 | gdb: Add support for tracking the DWARF line table is-stmt field | Andrew Burgess | 1 | -0/+4 |
2020-01-26 | Consolidate partial symtab dependency reading | Tom Tromey | 1 | -28/+2 |
2020-01-26 | Introduce partial_symtab::expand_psymtab method | Tom Tromey | 1 | -4/+5 |
2020-01-26 | Consolidate psymtab "Reading" messages | Tom Tromey | 1 | -19/+1 |
2020-01-26 | Introduce partial_symtab::read_symtab method | Tom Tromey | 1 | -21/+22 |
2020-01-26 | Turn start_psymtab_common into a constructor | Tom Tromey | 1 | -5/+2 |
2020-01-26 | Change allocate_psymtab to be a constructor | Tom Tromey | 1 | -1/+1 |
2020-01-26 | Change some psymtab fields to bool | Tom Tromey | 1 | -1/+1 |
2020-01-23 | gdb: introduce objfile text_section_offset and data_section_offset methods | Simon Marchi | 1 | -6/+6 |
2020-01-13 | Dwarf 5: Handle debug_str_offsets and indexed attributes that have base offsets. | Ali Tamur | 1 | -0/+1 |
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 | -15/+9 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-27 | Replace SYMBOL_SET_LINKAGE_NAME with a member function | Christian Biesinger | 1 | -1/+1 |
2019-11-12 | Make struct symbol inherit from general_symbol_info | Christian Biesinger | 1 | -1/+1 |
2019-10-29 | Change some arguments to gdb::string_view instead of name+len | Christian Biesinger | 1 | -17/+25 |
2019-10-19 | Replace some more qsort calls with std::sort | Christian Biesinger | 1 | -16/+4 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -2/+2 |
2019-10-02 | Change SYMBOL_VALUE_ADDRESS to be an rvalue | Tom Tromey | 1 | -2/+4 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -7/+6 |
2019-09-11 | Change the type of copy_names from int to bool | Christian Biesinger | 1 | -9/+9 |
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 |