summaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
Commit message (Expand)AuthorAgeFilesLines
* [RFC] Don't block on finishing demangling msymbolsusers/cbiesinger/all-perf-patchesChristian Biesinger2019-11-181-0/+18
* [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
* Remove ALL_PSPACE_OBJFILESTom Tromey2019-01-091-5/+0
* Introduce all_objfiles and next_iteratorTom Tromey2019-01-091-0/+17
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove resume_section_map_updates_cleanupTom Tromey2018-06-181-12/+7
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Handle dereferencing Rust trait objectsTom Tromey2017-11-171-0/+5
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-0/+7
* Remove make_cleanup_free_objfileTom Tromey2017-11-041-2/+0
* Replace psymbol_allocation_list with std::vectorSimon Marchi2017-10-141-3/+4
* Change objfile to use new/deleteTom Tromey2017-10-131-38/+42
* objfile_per_bfd_storage non-PODPedro Alves2017-06-271-14/+18
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Make symfile_add_flags and objfile->flags strongly typedPedro Alves2016-10-261-49/+5
* Remove some unnecessary codeTom Tromey2016-09-231-2/+0