Age | Commit message (Expand) | Author | Files | Lines |
2021-04-02 | gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtab | Simon Marchi | 1 | -2/+2 |
2021-03-20 | Allow multiple partial symbol readers per objfile | Tom Tromey | 1 | -1/+3 |
2021-03-20 | Add partial_symtabs parameter to psymtab construction functions | Tom Tromey | 1 | -16/+26 |
2021-03-20 | Remove sym_fns::sym_read_psymbols | Tom Tromey | 1 | -1/+0 |
2021-03-20 | Change how some psymbol readers access the psymtab storage | Tom Tromey | 1 | -12/+20 |
2021-03-20 | Move sym_fns::qf to objfile | Tom Tromey | 1 | -1/+0 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -72/+72 |
2020-11-01 | Change end_psymtab_common to a method | Tom Tromey | 1 | -1/+1 |
2020-11-01 | Remove parameter from end_psymtab_common | Tom Tromey | 1 | -1/+1 |
2020-11-01 | Remove init_psymbol_list | Tom Tromey | 1 | -3/+0 |
2020-10-17 | Have partial symbol tables own psymbol vectors | Tom Tromey | 1 | -42/+41 |
2020-08-28 | Fix two out-of-date comments | Tom Tromey | 1 | -2/+1 |
2020-06-25 | Remove obsolete gdbarch_static_transform_name | Rainer Orth | 1 | -3/+0 |
2020-05-08 | Speed up psymbol reading by removing a copy | Tom Tromey | 1 | -4/+5 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -3/+3 |
2020-03-29 | gdb: rename partial symtab expand functions of debug info readers using legac... | Simon Marchi | 1 | -3/+3 |
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-01-26 | Consolidate partial symtab dependency reading | Tom Tromey | 1 | -25/+2 |
2020-01-26 | Introduce partial_symtab::expand_psymtab method | Tom Tromey | 1 | -5/+6 |
2020-01-26 | Consolidate psymtab "Reading" messages | Tom Tromey | 1 | -19/+1 |
2020-01-26 | Introduce partial_symtab::read_symtab method | Tom Tromey | 1 | -37/+37 |
2020-01-26 | Turn start_psymtab_common into a constructor | Tom Tromey | 1 | -2/+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-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 | -17/+13 |
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-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -2/+2 |
2019-10-29 | Change some arguments to gdb::string_view instead of name+len | Christian Biesinger | 1 | -12/+12 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -2/+2 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -15/+15 |
2019-09-11 | Change the type of copy_names from int to bool | Christian Biesinger | 1 | -9/+9 |
2019-09-06 | bfd_get_filename | Alan Modra | 1 | -4/+4 |
2019-08-06 | Introduce obstack_strndup | Tom Tromey | 1 | -2/+1 |
2019-08-06 | Add obstack_strdup overload taking a std::string | Tom Tromey | 1 | -3/+2 |
2019-07-10 | Change dbxread.c to use type-safe registry | Tom Tromey | 1 | -23/+9 |
2019-06-10 | Delay allocation of dbx_symfile_info | Tom Tromey | 1 | -0/+10 |
2019-03-06 | Remove cleanups from coffread.c | Tom Tromey | 1 | -15/+17 |
2019-01-17 | Make psymtab range adapter a method on objfile | Tom Tromey | 1 | -1/+1 |
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 | -3/+1 |
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 | -10/+4 |
2019-01-10 | Remove some unneeded psymtab initializations | Tom Tromey | 1 | -7/+0 |
2019-01-09 | Remove ALL_OBJFILE_PSYMTABS | Tom Tromey | 1 | -5/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-26 | Make psymbols and psymtabs independent of the program space | Tom Tromey | 1 | -86/+51 |