summaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
Commit message (Expand)AuthorAgeFilesLines
* Share DWARF partial symtabsTom Tromey2020-05-271-1/+1
* gdb: make two objfile functions return boolSimon Marchi2020-05-121-3/+6
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-2/+6
* Introduce objfile::internTom Tromey2020-03-041-6/+18
* gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi2020-01-231-32/+40
* Change section_offsets to a std::vectorTom Tromey2020-01-081-5/+3
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Change objfile::partial_symtabs to be a unique_ptrTom Tromey2019-12-121-1/+1
* Manage objfiles with shared_ptrTom Tromey2019-12-121-3/+10
* Move free_all_objfiles to program_spaceTom Tromey2019-12-121-2/+0
* Store objfiles on a std::listTom Tromey2019-12-121-6/+0
* Remove MULTI_OBJFILE_PTom Tromey2019-12-121-4/+0
* Make the objfile destructor privateTom Tromey2019-12-121-1/+20
* Make add_separate_debug_objfile staticTom Tromey2019-12-121-6/+2
* Make the objfile constructor privateTom Tromey2019-12-121-0/+12
* Put bcache inside "namespace gdb"Christian Biesinger2019-12-061-2/+2
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-2/+2
* Make unlink_objfile and put_objfile_before staticTom Tromey2019-10-201-4/+0
* Constify objfile::original_nameTom Tromey2019-10-161-1/+1
* Improve some comments about msymbol handlingChristian Biesinger2019-09-301-6/+8
* bfd_section_* macrosAlan Modra2019-09-191-3/+3
* Add a comment briefly explaining partial symbolsChristian Biesinger2019-08-051-1/+7
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Make objfile::static_links an htab_upTom Tromey2019-04-191-1/+1
* Introduce a separate debug objfile iteratorTom Tromey2019-04-101-3/+65
* Include bcache.h from objfiles.hTom Tromey2019-03-231-1/+1
* Allocate minimal symbols with mallocTom Tromey2019-03-151-6/+4
* Use htab_up for demangled hashTom Tromey2019-03-151-1/+1
* Simplify per-BFD storage managementTom Tromey2019-03-151-0/+2
* Use bitset for demangled_hash_languagesTom Tromey2019-03-151-4/+3
* C++-ify bcacheTom Tromey2019-03-071-2/+2
* Use "struct bcache" in objfiles.hTom Tromey2019-01-221-2/+2
* Make minimal symbol range adapter a method on objfileTom Tromey2019-01-171-67/+79
* Simplify minsym iterationTom Tromey2019-01-171-19/+6
* Make psymtab range adapter a method on objfileTom Tromey2019-01-171-13/+8
* Add compunits range adapter to objfileTom Tromey2019-01-171-13/+9
* Change all_objfiles_safe adapter to be a method on program_spaceTom Tromey2019-01-171-22/+0
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-17/+2
* Move psymtabs to their own obstackTom Tromey2019-01-101-1/+1
* Introduce objfile::reset_psymtabsTom Tromey2019-01-101-0/+9
* Introduce class psymtab_storageTom Tromey2019-01-101-26/+16
* Remove ALL_OBJSECTIONSTom Tromey2019-01-091-36/+0
* Remove ALL_OBJFILES and ALL_FILETABSTom Tromey2019-01-091-17/+1
* Remove ALL_OBJFILE_FILETABSTom Tromey2019-01-091-9/+4
* Remove ALL_COMPUNIT_FILETABSTom Tromey2019-01-091-1/+1
* Remove ALL_COMPUNITSTom Tromey2019-01-091-6/+0
* Remove ALL_OBJFILE_COMPUNITSTom Tromey2019-01-091-5/+13
* Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey2019-01-091-12/+78
* Remove ALL_OBJFILES_SAFETom Tromey2019-01-091-8/+24