summaryrefslogtreecommitdiff
path: root/gdb/symfile.c
Commit message (Expand)AuthorAgeFilesLines
* Look for separate debug files in debug directories under a sysroot.John Baldwin2019-02-121-2/+15
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Remove clear_symtab_users_cleanupTom Tromey2019-01-231-14/+10
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-12/+12
* Introduce objfile::reset_psymtabsTom Tromey2019-01-101-11/+1
* Introduce class psymtab_storageTom Tromey2019-01-101-7/+7
* Remove ALL_OBJSECTIONSTom Tromey2019-01-091-95/+97
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-29/+32
* Fix search of debug files for remote debuggeeAndrey Utkin2019-01-021-3/+7
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Style the "Reading symbols" messageTom Tromey2018-12-281-1/+6
* Improve "set debug separate-debug-file"Simon Marchi2018-12-261-5/+34
* Clear static_links in reread_symbolsTom Tromey2018-10-191-0/+1
* Simplify complaints even moreTom Tromey2018-10-041-4/+4
* Only print "no debugging symbols" message onceTom Tromey2018-10-041-1/+6
* Clean up "Reading symbols" outputTom Tromey2018-10-041-17/+3
* Use filtered printing when reading symbolsTom Tromey2018-10-041-25/+25
* Pass the correct argument to the observer in reread_symbolsTom Tromey2018-07-221-1/+1
* Remove struct keyword in range-based for loopSimon Marchi2018-07-131-1/+1
* Remove a warning on macOSTom Tromey2018-07-131-1/+1
* 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