summaryrefslogtreecommitdiff
path: root/gdb/symfile.c
Commit message (Expand)AuthorAgeFilesLines
* Fix lookup of separate debug file on MS-Windows.Eli Zaretskii2019-05-031-0/+22
* Make objfile::static_links an htab_upTom Tromey2019-04-191-1/+1
* Fix a couple of commentsTom Tromey2019-04-101-6/+0
* Remove some uses of "object_files"Tom Tromey2019-04-101-2/+1
* Have parser reset the innermost block trackerTom Tromey2019-03-231-6/+0
* Remove minsym terminationTom Tromey2019-03-151-1/+0
* C++-ify bcacheTom Tromey2019-03-071-2/+2
* Try to use the canonical version of a sysroot for debug file links.John Baldwin2019-02-121-3/+10
* Use child_path to determine if an object file is under a sysroot.John Baldwin2019-02-121-5/+7
* 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