summaryrefslogtreecommitdiff
path: root/gdb/symfile.c
Commit message (Expand)AuthorAgeFilesLines
* Add an optional offset option to the "add-symbol-file" commandPetr Tesarik2018-06-281-3/+80
* Make sure that sorting does not change section orderPetr Tesarik2018-06-281-2/+9
* Make add-symbol-file's address argument optionalPetr Tesarik2018-06-281-14/+13
* Add an optional offset option to the "symbol-file" commandPetr Tesarik2018-06-281-6/+18
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Remove "struct" keyword in range-based for loopsSimon Marchi2018-05-291-1/+1
* Remove symfile_complaintsTom Tromey2018-05-231-4/+4
* Remove "noisy" parameter from clear_complaintsTom Tromey2018-05-231-4/+4
* Use std::string in reread_symbolsTom Tromey2018-05-211-5/+4
* Use a distinguishing name for minidebug objfileTom Tromey2018-05-161-2/+5
* Fix "fall through" commentsTom Tromey2018-05-041-1/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-1/+1
* Remove struct keyword from section_addr_infoKeith Seitz2018-03-261-1/+1
* Convert observers to C++Tom Tromey2018-03-191-8/+8
* Remove make_cleanup_free_section_addr_infoTom Tromey2018-03-161-165/+93
* Remove two cleanups using std::stringTom Tromey2018-03-131-30/+14
* Make find_separate_debug_file* return std::stringSimon Marchi2018-03-081-46/+30
* Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi2018-03-021-18/+7
* Change target_write_memory_blocks to use std::vectorTom Tromey2018-02-271-64/+45
* Change openp et al to use a unique_xmalloc_ptrTom Tromey2018-02-141-7/+2
* gdb: New API for tracking innermost blockAndrew Burgess2018-01-211-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* 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