summaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-17Handle dereferencing Rust trait objectsTom Tromey
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves
2017-11-04Remove make_cleanup_free_objfileTom Tromey
2017-10-14Replace psymbol_allocation_list with std::vectorSimon Marchi
2017-10-13Change objfile to use new/deleteTom Tromey
2017-06-27objfile_per_bfd_storage non-PODPedro Alves
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves
2016-09-23Remove some unnecessary codeTom Tromey
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-18default_read_var_value <LOC_UNRESOLVED>: Include minsym kind in error message.Doug Evans
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat
2015-08-15objfiles.h,psympriv.h,psymtab.c: Whitespace.Doug Evans
2015-01-13Enhance gdb.lookup_objfile so that it works with a symlinked binary.Doug Evans
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-17New parameter "debug symbol-lookup".Doug Evans
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans
2014-11-06solib_global_lookup: Fetch arch from objfile, not target_gdbarch.Doug Evans
2014-10-31objfiles.h: Remove some unused macros.Doug Evans
2014-06-16"$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove...Pedro Alves
2014-04-23Stale breakpoint instructions, spurious SIGTRAPS.Pedro Alves
2014-02-26add short-circuit logic to elfread.cTom Tromey
2014-02-26move minimal symbols to per-bfdTom Tromey
2014-02-26change minsym representationTom Tromey
2014-01-15move the "main" data into the per-BFD objectTom Tromey
2014-01-15move the entry point info into the per-bfd objectTom Tromey
2014-01-15relocate the entry point address when usedTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-06remove objfile_to_frontTom Tromey
2013-12-02Record objfile->original_name as an absolute pathJan Kratochvil
2013-10-29New remove-symbol-file command.Nicolas Blanc
2013-10-09New flag OBJF_NOT_FILENAMEJan Kratochvil
2013-10-07move the demangled_names_hash into the per-BFDTom Tromey
2013-09-25 New option "set debug symfile on".Doug Evans
2013-09-24Keep objfile original filenameJan Kratochvil
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil
2013-09-24Remove solib-sunos.cJan Kratochvil
2013-08-20move gdbarch object from objfile to per-BFDTom Tromey
2013-06-24 * objfiles.h (pc_in_section): New prototype.Maciej W. Rozycki
2013-06-042013-06-04 Gary Benson <gbenson@redhat.com>Gary Benson
2013-05-06 * dbxread.c (process_one_symbol): Constify section_offsets parameter.Doug Evans
2013-04-08 * coffread.c (cs_to_section): Use gdb_bfd_section_index.Tom Tromey
2013-03-14 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:Tom Tromey
2013-02-28 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.Tom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-12-18solib-darwin.c: handle PIE when attaching processes.Joel Brobecker
2012-12-15Move init_entry_point_info to symfile.c and make it static.Joel Brobecker
2012-12-12 * coffread.c (coff_objfile_data_key): New global.Tom Tromey