aboutsummaryrefslogtreecommitdiff
path: root/gdb/psymtab.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-12gdb: Don't fault for 'maint print psymbols' when using an indexAndrew Burgess1-7/+17
2019-09-11Change the type of copy_names from int to boolChristian Biesinger1-2/+2
2019-09-10Change map_matching_symbols to take a lookup_name_infoTom Tromey1-20/+7
2019-09-10Simplify psym_map_matching_symbolsTom Tromey1-36/+4
2019-09-10Change map_matching_symbols to take a symbol_found_callback_ftypeTom Tromey1-19/+19
2019-09-07Change lookup_symbol's block_index parameter type to block_enumSimon Marchi1-1/+1
2019-09-03gdb: Handle missing domain types in: maintenance print psymbolsAndrew Burgess1-0/+6
2019-06-04Introduce and use make_unique_xstrdupPedro Alves1-1/+1
2019-05-04Don't derive partial_symbol from general_symbol_infoTom Tromey1-36/+40
2019-03-24More block constificationTom Tromey1-6/+6
2019-03-07C++-ify bcacheTom Tromey1-59/+9
2019-01-17Make psymtab range adapter a method on objfileTom Tromey1-3/+3
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-3/+3
2019-01-10Move psymtabs to their own obstackTom Tromey1-3/+2
2019-01-10Make psymtab_storage::free_psymtabs privateTom Tromey1-17/+25
2019-01-10Move more allocations to psymtab obstackTom Tromey1-2/+3
2019-01-10Allocate the address map on the psymtab obstackTom Tromey1-2/+2
2019-01-10Introduce class psymtab_storageTom Tromey1-57/+88
2019-01-10Change symbol_set_names to take an objfile_per_bfd_storageTom Tromey1-1/+1
2019-01-10Simplify calls to init_psymbol_listTom Tromey1-10/+11
2019-01-10Change add_psymbol_to_list to use an enumTom Tromey1-3/+6
2019-01-10Remove parameters from start_psymtab_commonTom Tromey1-5/+3
2019-01-10Remove some unneeded psymtab initializationsTom Tromey1-0/+2
2019-01-09Remove ALL_OBJFILE_PSYMTABSTom Tromey1-158/+120
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-83/+76
2019-01-09Remove ALL_PSPACE_OBJFILESTom Tromey1-92/+98
2019-01-04Use upper case for more metasyntactic variables in gdbTom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-09Return scoped_fd from open_source_file and find_and_open_sourceTom Tromey1-4/+3
2018-10-04reformat parameters of gdb/psymtab.c::recursively_search_psymtabsJoel Brobecker1-1/+3
2018-10-04Clean up "Reading symbols" outputTom Tromey1-16/+5
2018-10-04Use filtered printing when reading symbolsTom Tromey1-13/+13
2018-07-26Make psymbols and psymtabs independent of the program spaceTom Tromey1-96/+33
2018-07-26Introduce accessors for psymtab high and low fieldsTom Tromey1-22/+26
2018-07-26Introduce partial_symbol::addressTom Tromey1-20/+23
2018-07-26Change representation of psymbol to flush out accessorsTom Tromey1-86/+82
2018-05-20Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi1-3/+1
2018-02-14Change openp et al to use a unique_xmalloc_ptrTom Tromey1-3/+3
2018-01-10language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves1-1/+1
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves1-2/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-31Avoid indexing std::vector past the endRuslan Kabatsayev1-4/+4
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-11-17Handle dereferencing Rust trait objectsTom Tromey1-0/+82
2017-11-09Simplify the psymbol hash functionTom Tromey1-1/+6
2017-11-08lookup_name_info::make_ignore_paramsPedro Alves1-1/+3
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-26/+57
2017-10-14Replace psymbol_allocation_list with std::vectorSimon Marchi1-134/+73