summaryrefslogtreecommitdiff
path: root/gdb/symfile.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-12-01Add support for the readnever conceptSergio Durigan Junior
2017-12-01Make '{add-,}symbol-file' not care about the position of command line argumentsSergio Durigan Junior
2017-12-01Revert "Add support for the readnever concept"Sergio Durigan Junior
2017-12-01Add support for the readnever conceptSergio Durigan Junior
2017-11-29Update usage text for add-symbol-file, symbol-file, and loadTom Tromey
2017-11-29Fix add-symbol-file usage and errorsTom Tromey
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Remove cmd_cfunc_ftypeTom Tromey
2017-11-07Constify add_infoTom Tromey
2017-11-04Remove make_cleanup_free_objfileTom Tromey
2017-11-04Use unique_xmalloc_ptr in find_separate_debug_file_by_debuglinkTom Tromey
2017-10-27Get rid of VEC(filename_language)Simon Marchi
2017-10-27Add tests for filename_languageSimon Marchi
2017-10-14Replace psymbol_allocation_list with std::vectorSimon Marchi
2017-10-13Change objfile to use new/deleteTom Tromey
2017-10-11Constify add_prefix_cmdTom Tromey
2017-10-11Use std::vector for symtab_fnsSimon Marchi
2017-10-03Use gdb::byte_vector in load_progressTom Tromey
2017-10-03Remove unused declarationsTom Tromey
2017-09-27Constify some commands in exec.c, plus symbol_file_commandTom Tromey
2017-09-27Constify some commands in symfile.cTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-14Fix memory leak in add_symbol_file_commandTom Tromey
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey
2017-06-28Fix PR 21337: segfault when re-reading symbols.Doug Gilmore
2017-06-27objfile_per_bfd_storage non-PODPedro Alves
2017-06-11Introduce "set debug separate-debug-file"Simon Marchi
2017-04-12Use std::vector in reread_symbolsTom Tromey
2017-04-12Change increment_reading_symtab to return a scoped_restoreTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves
2017-02-13Improve load command's help textLuis Machado
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi
2016-11-23gdb: Use C++11 std::chronoPedro Alves
2016-10-26PR 20569, segv in follow_execSandra Loosemore
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-07-14Remove some unused overlay codeTom Tromey
2016-06-23Move filename extensions into language_defnTom Tromey
2016-06-23Use VEC for filename_language_tableTom Tromey
2016-05-17Add support for the Rust languageTom Tromey
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-05-03[gdb] Fix -Wparentheses warningsKyrylo Tkachov