aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-22Pass the correct argument to the observer in reread_symbolsTom Tromey1-1/+1
2018-07-13Remove struct keyword in range-based for loopSimon Marchi1-1/+1
2018-07-13Remove a warning on macOSTom Tromey1-1/+1
2018-06-28Add an optional offset option to the "add-symbol-file" commandPetr Tesarik1-3/+80
2018-06-28Make sure that sorting does not change section orderPetr Tesarik1-2/+9
2018-06-28Make add-symbol-file's address argument optionalPetr Tesarik1-14/+13
2018-06-28Add an optional offset option to the "symbol-file" commandPetr Tesarik1-6/+18
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-05-29Remove "struct" keyword in range-based for loopsSimon Marchi1-1/+1
2018-05-23Remove symfile_complaintsTom Tromey1-4/+4
2018-05-23Remove "noisy" parameter from clear_complaintsTom Tromey1-4/+4
2018-05-21Use std::string in reread_symbolsTom Tromey1-5/+4
2018-05-16Use a distinguishing name for minidebug objfileTom Tromey1-2/+5
2018-05-04Fix "fall through" commentsTom Tromey1-1/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+1
2018-03-26Remove struct keyword from section_addr_infoKeith Seitz1-1/+1
2018-03-19Convert observers to C++Tom Tromey1-8/+8
2018-03-16Remove make_cleanup_free_section_addr_infoTom Tromey1-165/+93
2018-03-13Remove two cleanups using std::stringTom Tromey1-30/+14
2018-03-08Make find_separate_debug_file* return std::stringSimon Marchi1-46/+30
2018-03-02Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi1-18/+7
2018-02-27Change target_write_memory_blocks to use std::vectorTom Tromey1-64/+45
2018-02-14Change openp et al to use a unique_xmalloc_ptrTom Tromey1-7/+2
2018-01-21gdb: New API for tracking innermost blockAndrew Burgess1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-5/+0
2017-12-01Add support for the readnever conceptSergio Durigan Junior1-6/+34
2017-12-01Make '{add-,}symbol-file' not care about the position of command line argumentsSergio Durigan Junior1-47/+51
2017-12-01Revert "Add support for the readnever concept"Sergio Durigan Junior1-37/+10
2017-12-01Add support for the readnever conceptSergio Durigan Junior1-10/+37
2017-11-29Update usage text for add-symbol-file, symbol-file, and loadTom Tromey1-4/+11
2017-11-29Fix add-symbol-file usage and errorsTom Tromey1-6/+10
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-0/+2
2017-11-07Constify add_setshow_*Tom Tromey1-1/+2
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-5/+3
2017-11-07Constify add_infoTom Tromey1-3/+1
2017-11-04Remove make_cleanup_free_objfileTom Tromey1-3/+7
2017-11-04Use unique_xmalloc_ptr in find_separate_debug_file_by_debuglinkTom Tromey1-22/+14
2017-10-27Get rid of VEC(filename_language)Simon Marchi1-62/+24
2017-10-27Add tests for filename_languageSimon Marchi1-0/+89
2017-10-14Replace psymbol_allocation_list with std::vectorSimon Marchi1-8/+2
2017-10-13Change objfile to use new/deleteTom Tromey1-5/+5
2017-10-11Constify add_prefix_cmdTom Tromey1-3/+1
2017-10-11Use std::vector for symtab_fnsSimon Marchi1-13/+11
2017-10-03Use gdb::byte_vector in load_progressTom Tromey1-5/+4
2017-10-03Remove unused declarationsTom Tromey1-1/+0
2017-09-27Constify some commands in exec.c, plus symbol_file_commandTom Tromey1-1/+1
2017-09-27Constify some commands in symfile.cTom Tromey1-19/+9
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-14Fix memory leak in add_symbol_file_commandTom Tromey1-32/+11