aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-22gdb/jit: skip jit symbol lookup if already detected the symbols don't existSimon Marchi1-0/+6
2020-07-22gdb/jit: split jit_objfile_data in twoSimon Marchi1-2/+7
2020-07-22gdb/jit: link to jit_objfile_data directly from the objfile structSimon Marchi1-0/+4
2020-05-27Share DWARF partial symtabsTom Tromey1-1/+1
2020-05-12gdb: make two objfile functions return boolSimon Marchi1-3/+6
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-2/+6
2020-03-04Introduce objfile::internTom Tromey1-6/+18
2020-01-23gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi1-32/+40
2020-01-08Change section_offsets to a std::vectorTom Tromey1-5/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-12Change objfile::partial_symtabs to be a unique_ptrTom Tromey1-1/+1
2019-12-12Manage objfiles with shared_ptrTom Tromey1-3/+10
2019-12-12Move free_all_objfiles to program_spaceTom Tromey1-2/+0
2019-12-12Store objfiles on a std::listTom Tromey1-6/+0
2019-12-12Remove MULTI_OBJFILE_PTom Tromey1-4/+0
2019-12-12Make the objfile destructor privateTom Tromey1-1/+20
2019-12-12Make add_separate_debug_objfile staticTom Tromey1-6/+2
2019-12-12Make the objfile constructor privateTom Tromey1-0/+12
2019-12-06Put bcache inside "namespace gdb"Christian Biesinger1-2/+2
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-2/+2
2019-10-20Make unlink_objfile and put_objfile_before staticTom Tromey1-4/+0
2019-10-16Constify objfile::original_nameTom Tromey1-1/+1
2019-09-30Improve some comments about msymbol handlingChristian Biesinger1-6/+8
2019-09-19bfd_section_* macrosAlan Modra1-3/+3
2019-08-05Add a comment briefly explaining partial symbolsChristian Biesinger1-1/+7
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-04-19Make objfile::static_links an htab_upTom Tromey1-1/+1
2019-04-10Introduce a separate debug objfile iteratorTom Tromey1-3/+65
2019-03-23Include bcache.h from objfiles.hTom Tromey1-1/+1
2019-03-15Allocate minimal symbols with mallocTom Tromey1-6/+4
2019-03-15Use htab_up for demangled hashTom Tromey1-1/+1
2019-03-15Simplify per-BFD storage managementTom Tromey1-0/+2
2019-03-15Use bitset for demangled_hash_languagesTom Tromey1-4/+3
2019-03-07C++-ify bcacheTom Tromey1-2/+2
2019-01-22Use "struct bcache" in objfiles.hTom Tromey1-2/+2
2019-01-17Make minimal symbol range adapter a method on objfileTom Tromey1-67/+79
2019-01-17Simplify minsym iterationTom Tromey1-19/+6
2019-01-17Make psymtab range adapter a method on objfileTom Tromey1-13/+8
2019-01-17Add compunits range adapter to objfileTom Tromey1-13/+9
2019-01-17Change all_objfiles_safe adapter to be a method on program_spaceTom Tromey1-22/+0
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-17/+2
2019-01-10Move psymtabs to their own obstackTom Tromey1-1/+1
2019-01-10Introduce objfile::reset_psymtabsTom Tromey1-0/+9
2019-01-10Introduce class psymtab_storageTom Tromey1-26/+16
2019-01-09Remove ALL_OBJSECTIONSTom Tromey1-36/+0
2019-01-09Remove ALL_OBJFILES and ALL_FILETABSTom Tromey1-17/+1
2019-01-09Remove ALL_OBJFILE_FILETABSTom Tromey1-9/+4
2019-01-09Remove ALL_COMPUNIT_FILETABSTom Tromey1-1/+1
2019-01-09Remove ALL_COMPUNITSTom Tromey1-6/+0