aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-3/+0
2013-01-02 * symfile.h (struct ecoff_debug_hack): Remove.Tom Tromey1-1/+0
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-18solib-darwin.c: handle PIE when attaching processes.Joel Brobecker1-0/+39
2012-12-15Move init_entry_point_info to symfile.c and make it static.Joel Brobecker1-48/+0
2012-11-27gdb/Yao Qi1-16/+18
2012-11-20gdb/Yao Qi1-1/+1
2012-08-22 * jit.c (jit_object_close_impl): Don't malloc the objfileTom Tromey1-3/+2
2012-08-22 * dwarf2read.c (macro_start_file): Update.Tom Tromey1-2/+2
2012-08-22 * elfread.c (elf_symtab_read): Update.Tom Tromey1-3/+76
2012-08-22 * registry.h (struct registry_fields): New.Tom Tromey1-1/+1
2012-08-22 * auto-load.c (_initialize_auto_load): Update.Tom Tromey1-113/+5
2012-07-23 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'Tom Tromey1-1/+2
2012-07-18 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref andTom Tromey1-71/+3
2012-06-05New "iterate_over_objfiles_in_search_order" gdbarch method.Joel Brobecker1-0/+25
2012-05-10 * tracepoint.c (scope_info): Update.Tom Tromey1-1/+3
2012-04-272012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-0/+5
2012-02-21 * objfiles.c (add_to_objfile_sections): Remove outdated comments.Doug Evans1-24/+8
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-3/+1
2011-12-21 * symtab.h: Include minsyms.h.Tom Tromey1-23/+0
2011-12-21missing check against overlay_debugging in objfiles.cJoel Brobecker1-1/+1
2011-12-08 * objfiles.h (struct objfile): Remove obsolete comment.Tom Tromey1-6/+0
2011-06-14 * symtab.h (current_objfile): Don't declare.Tom Tromey1-1/+0
2011-04-25gdb/Jan Kratochvil1-5/+9
2011-04-06gdb/Jan Kratochvil1-3/+6