summaryrefslogtreecommitdiff
path: root/gdb/objfiles.c
Commit message (Expand)AuthorAgeFilesLines
* Remove addrmap wrapper functionsTom Tromey2022-06-121-1/+1
* gdb: Do not add empty sections to the section mapIlya Leoshkevich2022-06-021-1/+7
* Use unique_ptr for objfilesTom Tromey2022-05-311-3/+1
* gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order...Simon Marchi2022-05-051-10/+4
* gdb: remove BLOCKVECTOR_MAP macroSimon Marchi2022-04-271-2/+2
* gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi2022-04-271-4/+2
* gdb: remove BLOCK_RANGES macroSimon Marchi2022-04-271-7/+5
* gdb: remove BLOCK_RANGE_{START,END} macrosSimon Marchi2022-04-271-2/+3
* gdb: remove BLOCK_MULTIDICT macroSimon Marchi2022-04-271-1/+1
* gdb: remove BLOCK_{START,END} macrosSimon Marchi2022-04-271-2/+2
* gdbsupport: make gdb_abspath return an std::stringSimon Marchi2022-04-181-2/+2
* gdb: remove symbol value macrosSimon Marchi2022-04-111-5/+2
* gdb: remove symtab::objfileSimon Marchi2022-04-071-1/+1
* gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi2022-02-061-2/+2
* gdb: remove SYMTAB_OBJFILE macroSimon Marchi2022-02-061-1/+1
* gdb: remove SYMTAB_LINETABLE macro, add getter/setterSimon Marchi2022-02-061-1/+1
* gdb: remove COMPUNIT_BLOCK_LINE_SECTION macro, add getter/setterSimon Marchi2022-02-061-2/+2
* gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setterSimon Marchi2022-02-061-1/+1
* gdb: move compunit_filetabs to compunit_symtab::filetabsSimon Marchi2022-02-061-1/+1
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* CTF: incorrect underlying type setting for enumeration typesWeimin Pan2021-10-181-0/+26
* gdb: convert obj_section macros to methodsSimon Marchi2021-06-281-14/+13
* gdb: remove objfile parameter from get_objfile_bfd_dataSimon Marchi2021-04-021-6/+4
* gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtabSimon Marchi2021-04-021-1/+1
* Switch objfile to hold a list of psymbol readersTom Tromey2021-03-201-2/+2
* Rearrange psymtab_storage constructionTom Tromey2021-03-201-1/+0
* Move psymbol_map out of objfileTom Tromey2021-03-201-3/+3
* Introduce method wrappers for quick_symbol_functionsTom Tromey2021-03-201-19/+0
* Change objfile::has_partial_symbols to return boolTom Tromey2021-03-201-3/+3
* Change objfile_has_partial_symbols to a methodTom Tromey2021-03-201-8/+8
* gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macrosAndrew Burgess2021-02-101-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-20/+20
* Remove symfile_objfile macroTom Tromey2020-10-291-4/+4
* Use gdb_bfd_sections in build_objfile_section_tableTom Tromey2020-09-191-18/+11
* gdb: make two objfile functions return boolSimon Marchi2020-05-121-9/+10
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-9/+1
* Change section_offsets to a std::vectorTom Tromey2020-01-081-41/+24
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Manage objfiles with shared_ptrTom Tromey2019-12-121-2/+4
* Move free_all_objfiles to program_spaceTom Tromey2019-12-121-15/+0
* Store objfiles on a std::listTom Tromey2019-12-121-0/+1
* Introduce program_space::remove_objfileTom Tromey2019-12-121-28/+1
* Introduce program_space::add_objfileTom Tromey2019-12-121-45/+6
* Make the objfile destructor privateTom Tromey2019-12-121-3/+11
* Make add_separate_debug_objfile staticTom Tromey2019-12-121-1/+13
* gdb: Ensure that !(a < a) is true in sort_cmp on obj_section objectsAndrew Burgess2019-10-211-6/+10
* Make unlink_objfile and put_objfile_before staticTom Tromey2019-10-201-33/+22
* Replace some more qsort calls with std::sortChristian Biesinger2019-10-191-14/+12