summaryrefslogtreecommitdiff
path: root/gdb/symfile.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some unused variablesSimon Marchi2017-12-051-5/+0
* Add support for the readnever conceptSergio Durigan Junior2017-12-011-6/+34
* Make '{add-,}symbol-file' not care about the position of command line argumentsSergio Durigan Junior2017-12-011-47/+51
* Revert "Add support for the readnever concept"Sergio Durigan Junior2017-12-011-37/+10
* Add support for the readnever conceptSergio Durigan Junior2017-12-011-10/+37
* Update usage text for add-symbol-file, symbol-file, and loadTom Tromey2017-11-291-4/+11
* Fix add-symbol-file usage and errorsTom Tromey2017-11-291-6/+10
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-0/+2
* Constify add_setshow_*Tom Tromey2017-11-071-1/+2
* Remove cmd_cfunc_ftypeTom Tromey2017-11-071-5/+3
* Constify add_infoTom Tromey2017-11-071-3/+1
* Remove make_cleanup_free_objfileTom Tromey2017-11-041-3/+7
* Use unique_xmalloc_ptr in find_separate_debug_file_by_debuglinkTom Tromey2017-11-041-22/+14
* Get rid of VEC(filename_language)Simon Marchi2017-10-271-62/+24
* Add tests for filename_languageSimon Marchi2017-10-271-0/+89
* Replace psymbol_allocation_list with std::vectorSimon Marchi2017-10-141-8/+2
* Change objfile to use new/deleteTom Tromey2017-10-131-5/+5
* Constify add_prefix_cmdTom Tromey2017-10-111-3/+1
* Use std::vector for symtab_fnsSimon Marchi2017-10-111-13/+11
* Use gdb::byte_vector in load_progressTom Tromey2017-10-031-5/+4
* Remove unused declarationsTom Tromey2017-10-031-1/+0
* Constify some commands in exec.c, plus symbol_file_commandTom Tromey2017-09-271-1/+1
* Constify some commands in symfile.cTom Tromey2017-09-271-19/+9
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Fix memory leak in add_symbol_file_commandTom Tromey2017-08-141-32/+11
* Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey2017-08-051-34/+19
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-22/+12
* Fix PR 21337: segfault when re-reading symbols.Doug Gilmore2017-06-281-3/+20
* objfile_per_bfd_storage non-PODPedro Alves2017-06-271-1/+1
* Introduce "set debug separate-debug-file"Simon Marchi2017-06-111-0/+18
* Use std::vector in reread_symbolsTom Tromey2017-04-121-16/+5
* Change increment_reading_symtab to return a scoped_restoreTom Tromey2017-04-121-13/+4
* -Wwrite-strings: The RestPedro Alves2017-04-051-6/+6
* Use gdb::function_view in iterate_over_symtabs & coPedro Alves2017-02-231-7/+6
* Improve load command's help textLuis Machado2017-02-131-1/+4
* Use class to manage BFD reference countsTom Tromey2017-01-101-53/+28
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-22/+23
* Remove verbosity from ui_out_message and friendsSimon Marchi2016-11-261-1/+1
* gdb: Use C++11 std::chronoPedro Alves2016-11-231-17/+22
* PR 20569, segv in follow_execSandra Loosemore2016-10-261-10/+11
* Make symfile_add_flags and objfile->flags strongly typedPedro Alves2016-10-261-25/+36
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+1
* Remove some unused overlay codeTom Tromey2016-07-141-10/+5
* Move filename extensions into language_defnTom Tromey2016-06-231-55/+4
* Use VEC for filename_language_tableTom Tromey2016-06-231-33/+37
* Add support for the Rust languageTom Tromey2016-05-171-0/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-3/+1
* [gdb] Fix -Wparentheses warningsKyrylo Tkachov2016-05-031-37/+43
* Remove support for "target m32rsdi" and "target mips/pmon/ddb/rockhopper/lsi"Pedro Alves2016-03-311-8/+0