Age | Commit message (Expand) | Author | Files | Lines |
2024-09-24 | [gdb/symtab] Don't expand non-Ada CUs for info exceptions | Tom de Vries | 1 | -1/+3 |
2024-09-13 | Update more types for section index change | Tom Tromey | 1 | -1/+1 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -7/+6 |
2024-06-04 | Some constification in psymtab | Tom Tromey | 1 | -2/+2 |
2024-01-28 | Use domain_search_flags in lookup_global_symbol_language | Tom Tromey | 1 | -2/+1 |
2024-01-28 | Replace search_domain with domain_search_flags | Tom Tromey | 1 | -1/+1 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-12-06 | Remove quick_symbol_functions::expand_matching_symbols | Tom Tromey | 1 | -7/+0 |
2023-11-21 | gdb: Use std::string_view instead of gdb::string_view | Lancelot Six | 1 | -2/+2 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -1/+1 |
2023-08-18 | Merge psympriv.h into psymtab.h | Tom Tromey | 1 | -2/+563 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-06-12 | Remove psymtab_addrmap | Tom Tromey | 1 | -11/+0 |
2022-01-18 | Move gdb obstack code to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-07-06 | gdb: introduce iterator_range, remove next_adapter | Simon Marchi | 1 | -1/+1 |
2021-03-20 | Allow multiple partial symbol readers per objfile | Tom Tromey | 1 | -4/+0 |
2021-03-20 | Introduce objfile::require_partial_symbols | Tom Tromey | 1 | -8/+0 |
2021-03-20 | Attach partial symtab storage to psymbol_functions | Tom Tromey | 1 | -1/+2 |
2021-03-20 | Convert quick_symbol_functions to use methods | Tom Tromey | 1 | -5/+2 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-10-17 | Have partial symbol tables own psymbol vectors | Tom Tromey | 1 | -12/+0 |
2020-09-14 | gdb: turn gdb::bcache's function pointers into virtual methods | Simon Marchi | 1 | -4/+18 |
2020-03-13 | [gdb/symtab] Fix partial unit psymtabs | Tom de Vries | 1 | -0/+6 |
2020-02-11 | Update a comment in psymtab.h | Tom Tromey | 1 | -1/+3 |
2020-01-26 | Do not allocate psymtabs via psymtab_storage | Tom Tromey | 1 | -4/+3 |
2020-01-26 | Use new and delete for psymtabs | Tom Tromey | 1 | -4/+0 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-06 | Put bcache inside "namespace gdb" | Christian Biesinger | 1 | -1/+1 |
2019-11-24 | Use bool in require_partial_symbols | Tom Tromey | 1 | -2/+2 |
2019-09-12 | gdb: Don't fault for 'maint print psymbols' when using an index | Andrew Burgess | 1 | -1/+5 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-03-07 | C++-ify bcache | Tom Tromey | 1 | -9/+2 |
2019-01-17 | Make psymtab range adapter a method on objfile | Tom Tromey | 1 | -3/+12 |
2019-01-10 | Move psymtabs to their own obstack | Tom Tromey | 1 | -5/+21 |
2019-01-10 | Make psymtab_storage::free_psymtabs private | Tom Tromey | 1 | -4/+10 |
2019-01-10 | Add psymtab_storage::allocate_dependencies | Tom Tromey | 1 | -0/+9 |
2019-01-10 | Allocate the address map on the psymtab obstack | Tom Tromey | 1 | -4/+13 |
2019-01-10 | Introduce class psymtab_storage | Tom Tromey | 1 | -13/+64 |
2019-01-09 | Remove ALL_OBJFILE_PSYMTABS | Tom Tromey | 1 | -4/+18 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 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/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-01-14 | psymtab cleanup patch 1/3 | Doug Evans | 1 | -6/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-01-26 | Remove language param from name_matcher in struct quick_symbol_functions | Joel Brobecker | 1 | -2/+1 |