summaryrefslogtreecommitdiff
path: root/gdb/objfiles.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify per-BFD storage managementTom Tromey2019-03-151-32/+14
* Remove minsym terminationTom Tromey2019-03-151-2/+0
* C++-ify bcacheTom Tromey2019-03-071-4/+0
* Add compunits range adapter to objfileTom Tromey2019-01-171-2/+2
* Change all_objfiles_safe adapter to be a method on program_spaceTom Tromey2019-01-171-4/+4
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-9/+9
* gdb/23712: Use new multidictionary APIKeith Seitz2019-01-101-2/+2
* Move psymtabs to their own obstackTom Tromey2019-01-101-1/+1
* Introduce class psymtab_storageTom Tromey2019-01-101-3/+2
* Remove ALL_OBJFILE_FILETABSTom Tromey2019-01-091-13/+16
* Remove ALL_COMPUNIT_FILETABSTom Tromey2019-01-091-2/+0
* Remove ALL_OBJFILE_COMPUNITSTom Tromey2019-01-091-34/+34
* Remove ALL_OBJFILES_SAFETom Tromey2019-01-091-16/+10
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-29/+20
* Remove ALL_PSPACE_OBJFILESTom Tromey2019-01-091-6/+3
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-6/+4
* Relocate block range start and end addressesKevin Buettner2018-08-231-0/+8
* Make psymbols and psymtabs independent of the program spaceTom Tromey2018-07-261-7/+4
* Remove resume_section_map_updates_cleanupTom Tromey2018-06-181-18/+3
* Remove symfile_complaintsTom Tromey2018-05-231-2/+1
* Fix copy-pasto, allocate objfile_per_bfd_storage with obstack_newSimon Marchi2018-05-201-5/+5
* Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi2018-05-201-7/+2
* Convert observers to C++Tom Tromey2018-03-191-2/+2