aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change openp et al to use a unique_xmalloc_ptrTom Tromey2018-02-141-3/+3
* language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves2018-01-101-1/+1
* Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves2018-01-051-2/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Avoid indexing std::vector past the endRuslan Kabatsayev2017-12-311-4/+4
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Handle dereferencing Rust trait objectsTom Tromey2017-11-171-0/+82
* Simplify the psymbol hash functionTom Tromey2017-11-091-1/+6
* lookup_name_info::make_ignore_paramsPedro Alves2017-11-081-1/+3