aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-12Manage objfiles with shared_ptrTom Tromey1-2/+4
2019-12-12Move free_all_objfiles to program_spaceTom Tromey1-15/+0
2019-12-12Store objfiles on a std::listTom Tromey1-0/+1
2019-12-12Introduce program_space::remove_objfileTom Tromey1-28/+1
2019-12-12Introduce program_space::add_objfileTom Tromey1-45/+6
2019-12-12Make the objfile destructor privateTom Tromey1-3/+11
2019-12-12Make add_separate_debug_objfile staticTom Tromey1-1/+13
2019-10-21gdb: Ensure that !(a < a) is true in sort_cmp on obj_section objectsAndrew Burgess1-6/+10
2019-10-20Make unlink_objfile and put_objfile_before staticTom Tromey1-33/+22
2019-10-19Replace some more qsort calls with std::sortChristian Biesinger1-14/+12
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-02Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey1-1/+3
2019-09-19bfd_section_* macrosAlan Modra1-6/+6
2019-08-06Use obstack_strdup moreTom Tromey1-6/+2
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-05-08Convert objfiles.c to type-safe registry APITom Tromey1-42/+17
2019-05-03Remove "struct" from foreach statementsTom Tromey1-3/+3
2019-04-19Make objfile::static_links an htab_upTom Tromey1-11/+5
2019-04-10Introduce a separate debug objfile iteratorTom Tromey1-38/+37
2019-04-10Fix a couple of commentsTom Tromey1-1/+1
2019-03-23Have parser reset the innermost block trackerTom Tromey1-6/+0
2019-03-15Use htab_up for demangled hashTom Tromey1-2/+0
2019-03-15Simplify per-BFD storage managementTom Tromey1-32/+14
2019-03-15Remove minsym terminationTom Tromey1-2/+0
2019-03-07C++-ify bcacheTom Tromey1-4/+0
2019-01-17Add compunits range adapter to objfileTom Tromey1-2/+2
2019-01-17Change all_objfiles_safe adapter to be a method on program_spaceTom Tromey1-4/+4
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-9/+9
2019-01-10gdb/23712: Use new multidictionary APIKeith Seitz1-2/+2
2019-01-10Move psymtabs to their own obstackTom Tromey1-1/+1
2019-01-10Introduce class psymtab_storageTom Tromey1-3/+2
2019-01-09Remove ALL_OBJFILE_FILETABSTom Tromey1-13/+16
2019-01-09Remove ALL_COMPUNIT_FILETABSTom Tromey1-2/+0
2019-01-09Remove ALL_OBJFILE_COMPUNITSTom Tromey1-34/+34
2019-01-09Remove ALL_OBJFILES_SAFETom Tromey1-16/+10
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-29/+20
2019-01-09Remove ALL_PSPACE_OBJFILESTom Tromey1-6/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-04Simple -Wshadow=local fixesTom Tromey1-6/+4
2018-08-23Relocate block range start and end addressesKevin Buettner1-0/+8
2018-07-26Make psymbols and psymtabs independent of the program spaceTom Tromey1-7/+4
2018-06-18Remove resume_section_map_updates_cleanupTom Tromey1-18/+3
2018-05-23Remove symfile_complaintsTom Tromey1-2/+1
2018-05-20Fix copy-pasto, allocate objfile_per_bfd_storage with obstack_newSimon Marchi1-5/+5
2018-05-20Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi1-7/+2
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-03-16Remove make_cleanup_free_section_addr_infoTom Tromey1-8/+3
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior1-0/+1
2018-01-21gdb: New API for tracking innermost blockAndrew Burgess1-1/+1