summaryrefslogtreecommitdiff
path: root/gdb/psymtab.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Change section_offsets to a std::vectorTom Tromey2020-01-081-2/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make symbol_set_names a member functionChristian Biesinger2019-12-271-9/+8
* Use a member function to set a symbol's languageChristian Biesinger2019-12-161-2/+1
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-8/+8
* Replace hash function from bcache with fast_hashChristian Biesinger2019-12-031-6/+5
* Use bool in require_partial_symbolsTom Tromey2019-11-241-17/+17
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-10/+10
* Remove some includes of readline.hTom Tromey2019-11-061-1/+1
* gdb/fortran: Add new 'info modules' commandAndrew Burgess2019-10-311-0/+2
* Change some arguments to gdb::string_view instead of name+lenChristian Biesinger2019-10-291-4/+4
* gdb: re-write add_psymbol_to_list doc, move it to header fileSimon Marchi2019-09-301-5/+1
* gdb: Don't fault for 'maint print psymbols' when using an indexAndrew Burgess2019-09-121-7/+17
* Change the type of copy_names from int to boolChristian Biesinger2019-09-111-2/+2
* Change map_matching_symbols to take a lookup_name_infoTom Tromey2019-09-101-20/+7
* Simplify psym_map_matching_symbolsTom Tromey2019-09-101-36/+4
* Change map_matching_symbols to take a symbol_found_callback_ftypeTom Tromey2019-09-101-19/+19
* Change lookup_symbol's block_index parameter type to block_enumSimon Marchi2019-09-071-1/+1
* gdb: Handle missing domain types in: maintenance print psymbolsAndrew Burgess2019-09-031-0/+6
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-1/+1
* Don't derive partial_symbol from general_symbol_infoTom Tromey2019-05-041-36/+40
* More block constificationTom Tromey2019-03-241-6/+6
* C++-ify bcacheTom Tromey2019-03-071-59/+9
* Make psymtab range adapter a method on objfileTom Tromey2019-01-171-3/+3
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-3/+3
* Move psymtabs to their own obstackTom Tromey2019-01-101-3/+2
* Make psymtab_storage::free_psymtabs privateTom Tromey2019-01-101-17/+25
* Move more allocations to psymtab obstackTom Tromey2019-01-101-2/+3
* Allocate the address map on the psymtab obstackTom Tromey2019-01-101-2/+2
* Introduce class psymtab_storageTom Tromey2019-01-101-57/+88
* Change symbol_set_names to take an objfile_per_bfd_storageTom Tromey2019-01-101-1/+1
* Simplify calls to init_psymbol_listTom Tromey2019-01-101-10/+11
* Change add_psymbol_to_list to use an enumTom Tromey2019-01-101-3/+6
* Remove parameters from start_psymtab_commonTom Tromey2019-01-101-5/+3
* Remove some unneeded psymtab initializationsTom Tromey2019-01-101-0/+2
* Remove ALL_OBJFILE_PSYMTABSTom Tromey2019-01-091-158/+120
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-83/+76
* Remove ALL_PSPACE_OBJFILESTom Tromey2019-01-091-92/+98
* Use upper case for more metasyntactic variables in gdbTom Tromey2019-01-041-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Return scoped_fd from open_source_file and find_and_open_sourceTom Tromey2018-11-091-4/+3
* reformat parameters of gdb/psymtab.c::recursively_search_psymtabsJoel Brobecker2018-10-041-1/+3
* Clean up "Reading symbols" outputTom Tromey2018-10-041-16/+5
* Use filtered printing when reading symbolsTom Tromey2018-10-041-13/+13
* Make psymbols and psymtabs independent of the program spaceTom Tromey2018-07-261-96/+33
* Introduce accessors for psymtab high and low fieldsTom Tromey2018-07-261-22/+26
* Introduce partial_symbol::addressTom Tromey2018-07-261-20/+23
* Change representation of psymbol to flush out accessorsTom Tromey2018-07-261-86/+82
* Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi2018-05-201-3/+1