Age | Commit message (Expand) | Author | Files | Lines |
2022-02-21 | gdb: make use of std::string in dbxread.c and xcoffread.c | Andrew Burgess | 1 | -14/+4 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -2/+2 |
2022-02-06 | gdb: remove SYMBOL_DOMAIN macro | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-10 | gdb: adjust x_file fields on COFF readers | Clément Chigot | 1 | -3/+3 |
2021-05-27 | gdb: fix some indentation issues | Simon Marchi | 1 | -12/+13 |
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 | -14/+25 |
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 | -8/+14 |
2021-03-20 | Move sym_fns::qf to objfile | Tom Tromey | 1 | -1/+0 |
2021-03-20 | Introduce dwarf2/public.h | Tom Tromey | 1 | -0/+1 |
2021-03-06 | Create new file dwarf2/sect-names.h | Tom Tromey | 1 | -0/+1 |
2021-02-10 | gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros | Andrew Burgess | 1 | -4/+4 |
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 | -41/+41 |
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 | -6/+0 |
2020-10-17 | Have partial symbol tables own psymbol vectors | Tom Tromey | 1 | -54/+53 |
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 | -5/+0 |
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 |