Age | Commit message (Expand) | Author | Files | Lines |
2016-09-23 | Remove some unnecessary code | Tom Tromey | 1 | -2/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-18 | default_read_var_value <LOC_UNRESOLVED>: Include minsym kind in error message. | Doug Evans | 1 | -0/+5 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -0/+22 |
2015-08-15 | objfiles.h,psympriv.h,psymtab.c: Whitespace. | Doug Evans | 1 | -136/+152 |
2015-01-13 | Enhance gdb.lookup_objfile so that it works with a symlinked binary. | Doug Evans | 1 | -0/+9 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-17 | New parameter "debug symbol-lookup". | Doug Evans | 1 | -0/+4 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -19/+15 |
2014-11-06 | solib_global_lookup: Fetch arch from objfile, not target_gdbarch. | Doug Evans | 1 | -1/+1 |
2014-10-31 | objfiles.h: Remove some unused macros. | Doug Evans | 1 | -13/+0 |
2014-06-16 | "$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove... | Pedro Alves | 1 | -11/+7 |
2014-04-23 | Stale breakpoint instructions, spurious SIGTRAPS. | Pedro Alves | 1 | -0/+7 |
2014-02-26 | add short-circuit logic to elfread.c | Tom Tromey | 1 | -1/+6 |
2014-02-26 | move minimal symbols to per-bfd | Tom Tromey | 1 | -24/+36 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -1/+1 |
2014-01-15 | move the "main" data into the per-BFD object | Tom Tromey | 1 | -0/+12 |
2014-01-15 | move the entry point info into the per-bfd object | Tom Tromey | 1 | -5/+8 |
2014-01-15 | relocate the entry point address when used | Tom Tromey | 1 | -1/+4 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-06 | remove objfile_to_front | Tom Tromey | 1 | -2/+0 |
2013-12-02 | Record objfile->original_name as an absolute path | Jan Kratochvil | 1 | -2/+4 |
2013-10-29 | New remove-symbol-file command. | Nicolas Blanc | 1 | -0/+2 |
2013-10-09 | New flag OBJF_NOT_FILENAME | Jan Kratochvil | 1 | -0/+5 |
2013-10-07 | move the demangled_names_hash into the per-BFD | Tom Tromey | 1 | -7/+7 |
2013-09-25 | New option "set debug symfile on". | Doug Evans | 1 | -0/+3 |
2013-09-24 | Keep objfile original filename | Jan Kratochvil | 1 | -1/+1 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -1/+3 |
2013-09-24 | Remove solib-sunos.c | Jan Kratochvil | 1 | -5/+0 |
2013-08-20 | move gdbarch object from objfile to per-BFD | Tom Tromey | 1 | -7/+7 |
2013-06-24 | * objfiles.h (pc_in_section): New prototype. | Maciej W. Rozycki | 1 | -1/+11 |
2013-06-04 | 2013-06-04 Gary Benson <gbenson@redhat.com> | Gary Benson | 1 | -0/+16 |
2013-05-06 | * dbxread.c (process_one_symbol): Constify section_offsets parameter. | Doug Evans | 1 | -1/+1 |
2013-04-08 | * coffread.c (cs_to_section): Use gdb_bfd_section_index. | Tom Tromey | 1 | -8/+13 |
2013-03-14 | * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>: | Tom Tromey | 1 | -5/+0 |
2013-02-28 | * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash. | Tom Tromey | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-18 | solib-darwin.c: handle PIE when attaching processes. | Joel Brobecker | 1 | -0/+1 |
2012-12-15 | Move init_entry_point_info to symfile.c and make it static. | Joel Brobecker | 1 | -2/+0 |
2012-12-12 | * coffread.c (coff_objfile_data_key): New global. | Tom Tromey | 1 | -13/+0 |
2012-12-12 | * coffread.c (coff_symfile_init): Use set_objfile_data. | Tom Tromey | 1 | -11/+1 |
2012-08-22 | * jit.c (jit_object_close_impl): Don't malloc the objfile | Tom Tromey | 1 | -2/+3 |
2012-08-22 | * dwarf2read.c (macro_start_file): Update. | Tom Tromey | 1 | -1/+3 |
2012-08-22 | * elfread.c (elf_symtab_read): Update. | Tom Tromey | 1 | -1/+25 |
2012-08-22 | * auto-load.c (_initialize_auto_load): Update. | Tom Tromey | 1 | -20/+3 |
2012-07-18 | * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and | Tom Tromey | 1 | -4/+0 |
2012-06-05 | New "iterate_over_objfiles_in_search_order" gdbarch method. | Joel Brobecker | 1 | -0/+5 |
2012-06-04 | * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro. | Doug Evans | 1 | -4/+8 |
2012-02-21 | * objfiles.c (add_to_objfile_sections): Remove outdated comments. | Doug Evans | 1 | -11/+10 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -3/+1 |