aboutsummaryrefslogtreecommitdiff
path: root/gdb/psymtab.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-12/+12
2020-11-01Change end_psymtab_common to a methodTom Tromey1-17/+11
2020-11-01Remove partial symbol statisticsTom Tromey1-12/+1
2020-11-01Remove parameter from end_psymtab_commonTom Tromey1-3/+3
2020-11-01Remove init_psymbol_listTom Tromey1-7/+0
2020-10-17Have partial symbol tables own psymbol vectorsTom Tromey1-164/+79
2020-09-14gdb: turn gdb::bcache's function pointers into virtual methodsSimon Marchi1-21/+6
2020-09-01gdb: change bcache::insert `added` parameter to boolSimon Marchi1-7/+4
2020-06-17gdb: Convert language la_get_symbol_name_matcher field to a methodAndrew Burgess1-1/+1
2020-05-27Add "objfile" parameter to two partial_symtab methodsTom Tromey1-22/+22
2020-05-08Remove ALL_PSPACESTom Tromey1-3/+1
2020-04-24Introduce new add_psymbol_to_list overloadTom Tromey1-24/+29
2020-04-22[gdb/symtab] Find filename in shared psymtabTom de Vries1-5/+3
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-5/+5
2020-04-14[gdb] Expand symbolless symtabs using maint expand-symtabsTom de Vries1-5/+5
2020-04-07[gdb/symtab] Fix check-psymtab failure for inline functionTom de Vries1-7/+9
2020-04-02gdb: replace some calls to internal_error with gdb_assertSimon Marchi1-6/+5
2020-04-02[gdb] Use partial symbol table to find language for mainTom de Vries1-0/+31
2020-04-01Avoid copying in lookup_name_infoTom Tromey1-3/+2
2020-04-01Avoid some copying in psymtab.cTom Tromey1-42/+17
2020-03-29gdb: rename partial_symtab::read_dependencies to expand_dependenciesSimon Marchi1-1/+1
2020-03-24[gdb] Print user for maint info psymtabsTom de Vries1-0/+5
2020-03-13[gdb/symtab] Fix partial unit psymtabsTom de Vries1-8/+36
2020-03-06[gdb] Remove trailing "done" after "Reading symbols from" messageTom de Vries1-5/+1
2020-03-04Introduce objfile::internTom Tromey1-3/+1
2020-02-21[gdb] Fix cc-with-dwz regressionTom de Vries1-1/+2
2020-01-26Virtualize "readin" and "compunit_symtab"Tom Tromey1-21/+20
2020-01-26Consolidate partial symtab dependency readingTom Tromey1-0/+26
2020-01-26Consolidate psymtab "Reading" messagesTom Tromey1-0/+11
2020-01-26Introduce partial_symtab::read_symtab methodTom Tromey1-3/+1
2020-01-26Turn start_psymtab_common into a constructorTom Tromey1-16/+10
2020-01-26Change allocate_psymtab to be a constructorTom Tromey1-11/+10
2020-01-26Do not allocate psymtabs via psymtab_storageTom Tromey1-10/+6
2020-01-26Change some psymtab fields to boolTom Tromey1-1/+1
2020-01-26Use new and delete for psymtabsTom Tromey1-16/+9
2020-01-23gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-08Change section_offsets to a std::vectorTom Tromey1-2/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-27Make symbol_set_names a member functionChristian Biesinger1-9/+8
2019-12-16Use a member function to set a symbol's languageChristian Biesinger1-2/+1
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-8/+8
2019-12-03Replace hash function from bcache with fast_hashChristian Biesinger1-6/+5
2019-11-24Use bool in require_partial_symbolsTom Tromey1-17/+17
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-10/+10
2019-11-06Remove some includes of readline.hTom Tromey1-1/+1
2019-10-31gdb/fortran: Add new 'info modules' commandAndrew Burgess1-0/+2
2019-10-29Change some arguments to gdb::string_view instead of name+lenChristian Biesinger1-4/+4
2019-09-30gdb: re-write add_psymbol_to_list doc, move it to header fileSimon Marchi1-5/+1