summaryrefslogtreecommitdiff
path: root/gdb/objfiles.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey2019-10-021-1/+3
* bfd_section_* macrosAlan Modra2019-09-191-6/+6
* Use obstack_strdup moreTom Tromey2019-08-061-6/+2
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Convert objfiles.c to type-safe registry APITom Tromey2019-05-081-42/+17
* Remove "struct" from foreach statementsTom Tromey2019-05-031-3/+3
* Make objfile::static_links an htab_upTom Tromey2019-04-191-11/+5
* Introduce a separate debug objfile iteratorTom Tromey2019-04-101-38/+37
* Fix a couple of commentsTom Tromey2019-04-101-1/+1
* Have parser reset the innermost block trackerTom Tromey2019-03-231-6/+0
* Use htab_up for demangled hashTom Tromey2019-03-151-2/+0