aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-03Fix lookup of separate debug file on MS-Windows.Eli Zaretskii1-0/+22
2019-04-19Make objfile::static_links an htab_upTom Tromey1-1/+1
2019-04-10Fix a couple of commentsTom Tromey1-6/+0
2019-04-10Remove some uses of "object_files"Tom Tromey1-2/+1
2019-03-23Have parser reset the innermost block trackerTom Tromey1-6/+0
2019-03-15Remove minsym terminationTom Tromey1-1/+0
2019-03-07C++-ify bcacheTom Tromey1-2/+2
2019-02-12Try to use the canonical version of a sysroot for debug file links.John Baldwin1-3/+10
2019-02-12Use child_path to determine if an object file is under a sysroot.John Baldwin1-5/+7
2019-02-12Look for separate debug files in debug directories under a sysroot.John Baldwin1-2/+15
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-23Remove clear_symtab_users_cleanupTom Tromey1-14/+10
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-12/+12
2019-01-10Introduce objfile::reset_psymtabsTom Tromey1-11/+1
2019-01-10Introduce class psymtab_storageTom Tromey1-7/+7
2019-01-09Remove ALL_OBJSECTIONSTom Tromey1-95/+97
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-29/+32
2019-01-02Fix search of debug files for remote debuggeeAndrey Utkin1-3/+7
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Style the "Reading symbols" messageTom Tromey1-1/+6
2018-12-26Improve "set debug separate-debug-file"Simon Marchi1-5/+34
2018-10-19Clear static_links in reread_symbolsTom Tromey1-0/+1
2018-10-04Simplify complaints even moreTom Tromey1-4/+4
2018-10-04Only print "no debugging symbols" message onceTom Tromey1-1/+6
2018-10-04Clean up "Reading symbols" outputTom Tromey1-17/+3
2018-10-04Use filtered printing when reading symbolsTom Tromey1-25/+25
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