aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Use "struct bcache" in objfiles.hTom Tromey1-2/+2
2019-01-17Make minimal symbol range adapter a method on objfileTom Tromey1-67/+79
2019-01-17Simplify minsym iterationTom Tromey1-19/+6
2019-01-17Make psymtab range adapter a method on objfileTom Tromey1-13/+8
2019-01-17Add compunits range adapter to objfileTom Tromey1-13/+9
2019-01-17Change all_objfiles_safe adapter to be a method on program_spaceTom Tromey1-22/+0
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-17/+2
2019-01-10Move psymtabs to their own obstackTom Tromey1-1/+1
2019-01-10Introduce objfile::reset_psymtabsTom Tromey1-0/+9
2019-01-10Introduce class psymtab_storageTom Tromey1-26/+16
2019-01-09Remove ALL_OBJSECTIONSTom Tromey1-36/+0
2019-01-09Remove ALL_OBJFILES and ALL_FILETABSTom Tromey1-17/+1
2019-01-09Remove ALL_OBJFILE_FILETABSTom Tromey1-9/+4
2019-01-09Remove ALL_COMPUNIT_FILETABSTom Tromey1-1/+1
2019-01-09Remove ALL_COMPUNITSTom Tromey1-6/+0
2019-01-09Remove ALL_OBJFILE_COMPUNITSTom Tromey1-5/+13
2019-01-09Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey1-12/+78
2019-01-09Remove ALL_OBJFILES_SAFETom Tromey1-8/+24
2019-01-09Remove ALL_PSPACE_OBJFILESTom Tromey1-5/+0
2019-01-09Introduce all_objfiles and next_iteratorTom Tromey1-0/+17
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-18Remove resume_section_map_updates_cleanupTom Tromey1-12/+7
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-17Handle dereferencing Rust trait objectsTom Tromey1-0/+5
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-0/+7
2017-11-04Remove make_cleanup_free_objfileTom Tromey1-2/+0
2017-10-14Replace psymbol_allocation_list with std::vectorSimon Marchi1-3/+4
2017-10-13Change objfile to use new/deleteTom Tromey1-38/+42
2017-06-27objfile_per_bfd_storage non-PODPedro Alves1-14/+18
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves1-49/+5
2016-09-23Remove some unnecessary codeTom Tromey1-2/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-18default_read_var_value <LOC_UNRESOLVED>: Include minsym kind in error message.Doug Evans1-0/+5
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-0/+22
2015-08-15objfiles.h,psympriv.h,psymtab.c: Whitespace.Doug Evans1-136/+152
2015-01-13Enhance gdb.lookup_objfile so that it works with a symlinked binary.Doug Evans1-0/+9
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-17New parameter "debug symbol-lookup".Doug Evans1-0/+4
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-19/+15
2014-11-06solib_global_lookup: Fetch arch from objfile, not target_gdbarch.Doug Evans1-1/+1
2014-10-31objfiles.h: Remove some unused macros.Doug Evans1-13/+0
2014-06-16"$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove...Pedro Alves1-11/+7
2014-04-23Stale breakpoint instructions, spurious SIGTRAPS.Pedro Alves1-0/+7
2014-02-26add short-circuit logic to elfread.cTom Tromey1-1/+6
2014-02-26move minimal symbols to per-bfdTom Tromey1-24/+36
2014-02-26change minsym representationTom Tromey1-1/+1
2014-01-15move the "main" data into the per-BFD objectTom Tromey1-0/+12
2014-01-15move the entry point info into the per-bfd objectTom Tromey1-5/+8