aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-27Do not manipulate "target:" filenames as local pathsGary Benson1-1/+2
2015-01-13Enhance gdb.lookup_objfile so that it works with a symlinked binary.Doug Evans1-1/+12
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/+8
2014-12-01Remove duplicate commentSimon Marchi1-4/+0
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-11/+14
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-1/+1
2014-11-18symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans1-1/+1
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans1-1/+1
2014-11-06solib_global_lookup: Fetch arch from objfile, not target_gdbarch.Doug Evans1-1/+2
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-18constify some blockvector APIsTom Tromey1-1/+1
2014-06-16"$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove...Pedro Alves1-3/+3
2014-04-23Stale breakpoint instructions, spurious SIGTRAPS.Pedro Alves1-0/+16
2014-03-03change probes to be program-space-independentTom Tromey1-5/+0
2014-02-26move minimal symbols to per-bfdTom Tromey1-2/+3
2014-02-26change minsyms not to be relocated at read-timeTom Tromey1-13/+0
2014-02-26start change to progspace independenceTom Tromey1-1/+1
2014-02-26make MSYMBOL_VALUE_ADDRESS an rvalueTom Tromey1-2/+3
2014-02-26change minsym representationTom Tromey1-2/+3
2014-01-15move the "main" data into the per-BFD objectTom Tromey1-0/+15
2014-01-15move the entry point info into the per-bfd objectTom Tromey1-3/+3
2014-01-15relocate the entry point address when usedTom Tromey1-17/+3
2014-01-13replace XZALLOC with XCNEWTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-06update free_objfile commentTom Tromey1-15/+1
2013-12-06remove objfile_to_frontTom Tromey1-20/+0
2013-12-02Record objfile->original_name as an absolute pathJan Kratochvil1-3/+14
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-29New remove-symbol-file command.Nicolas Blanc1-0/+26
2013-10-29Simplify REGISTRY cleanup usagesYao Qi1-7/+3
2013-10-09New flag OBJF_NOT_FILENAMEJan Kratochvil1-0/+1
2013-10-07move the demangled_names_hash into the per-BFDTom Tromey1-2/+2
2013-10-07don't share per-BFD data if relocations are neededTom Tromey1-4/+8
2013-09-26 * objfiles.c (allocate_objfile): Move comment to better place.Doug Evans1-4/+4
2013-09-25 * objfiles.c (free_objfile): Move comment.Doug Evans1-2/+1
2013-09-24Keep objfile original filenameJan Kratochvil1-6/+17
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil1-4/+12
2013-09-24Remove solib-sunos.cJan Kratochvil1-5/+0
2013-08-20move gdbarch object from objfile to per-BFDTom Tromey1-4/+4
2013-06-24 * objfiles.h (pc_in_section): New prototype.Maciej W. Rozycki1-5/+3
2013-06-042013-06-04 Gary Benson <gbenson@redhat.com>Gary Benson1-9/+48
2013-05-06 * dbxread.c (process_one_symbol): Constify section_offsets parameter.Doug Evans1-2/+3
2013-05-04 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections insteadDoug Evans1-1/+1
2013-04-08 * coffread.c (cs_to_section): Use gdb_bfd_section_index.Tom Tromey1-33/+42
2013-03-11Add a target for branch trace recording.Markus Metzger1-0/+2
2013-02-03gdb/Jan Kratochvil1-0/+2
2013-02-01gdb/Jan Kratochvil1-0/+3