summaryrefslogtreecommitdiff
path: root/gdb/psymtab.h
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-12-06Remove quick_symbol_functions::expand_matching_symbolsTom Tromey
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-08-18Merge psympriv.h into psymtab.hTom Tromey
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-06-12Remove psymtab_addrmapTom Tromey
2022-01-18Move gdb obstack code to gdbsupportTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-07-06gdb: introduce iterator_range, remove next_adapterSimon Marchi
2021-03-20Allow multiple partial symbol readers per objfileTom Tromey
2021-03-20Introduce objfile::require_partial_symbolsTom Tromey
2021-03-20Attach partial symtab storage to psymbol_functionsTom Tromey
2021-03-20Convert quick_symbol_functions to use methodsTom Tromey
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-10-17Have partial symbol tables own psymbol vectorsTom Tromey
2020-09-14gdb: turn gdb::bcache's function pointers into virtual methodsSimon Marchi
2020-03-13[gdb/symtab] Fix partial unit psymtabsTom de Vries
2020-02-11Update a comment in psymtab.hTom Tromey
2020-01-26Do not allocate psymtabs via psymtab_storageTom Tromey
2020-01-26Use new and delete for psymtabsTom Tromey
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-06Put bcache inside "namespace gdb"Christian Biesinger
2019-11-24Use bool in require_partial_symbolsTom Tromey
2019-09-12gdb: Don't fault for 'maint print psymbols' when using an indexAndrew Burgess
2019-07-09Rename common to gdbsupportTom Tromey
2019-03-07C++-ify bcacheTom Tromey
2019-01-17Make psymtab range adapter a method on objfileTom Tromey
2019-01-10Move psymtabs to their own obstackTom Tromey
2019-01-10Make psymtab_storage::free_psymtabs privateTom Tromey
2019-01-10Add psymtab_storage::allocate_dependenciesTom Tromey
2019-01-10Allocate the address map on the psymtab obstackTom Tromey
2019-01-10Introduce class psymtab_storageTom Tromey
2019-01-09Remove ALL_OBJFILE_PSYMTABSTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-08DWARF-5: .debug_names index consumerJan Kratochvil
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-01-14psymtab cleanup patch 1/3Doug Evans
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-01-26Remove language param from name_matcher in struct quick_symbol_functionsJoel Brobecker
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-12-06the "ambiguous linespec" seriesTom Tromey
2011-11-11 * dwarf2read.c (dw2_map_symbol_filenames): New parameterDoug Evans
2011-06-10gdb/Jan Kratochvil
2011-04-20gdb/Jan Kratochvil
2011-03-07 * xcoffread.c (xcoff_sym_fns): Update.Tom Tromey