summaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* default_read_var_value <LOC_UNRESOLVED>: Include minsym kind in error message.Doug Evans2015-09-181-0/+5
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-0/+22
* objfiles.h,psympriv.h,psymtab.c: Whitespace.Doug Evans2015-08-151-136/+152
* Enhance gdb.lookup_objfile so that it works with a symlinked binary.Doug Evans2015-01-131-0/+9
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* New parameter "debug symbol-lookup".Doug Evans2014-12-171-0/+4
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-19/+15
* solib_global_lookup: Fetch arch from objfile, not target_gdbarch.Doug Evans2014-11-061-1/+1
* objfiles.h: Remove some unused macros.Doug Evans2014-10-311-13/+0
* "$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove...Pedro Alves2014-06-161-11/+7
* Stale breakpoint instructions, spurious SIGTRAPS.Pedro Alves2014-04-231-0/+7
* add short-circuit logic to elfread.cTom Tromey2014-02-261-1/+6
* move minimal symbols to per-bfdTom Tromey2014-02-261-24/+36
* change minsym representationTom Tromey2014-02-261-1/+1
* move the "main" data into the per-BFD objectTom Tromey2014-01-151-0/+12
* move the entry point info into the per-bfd objectTom Tromey2014-01-151-5/+8
* relocate the entry point address when usedTom Tromey2014-01-151-1/+4