Age | Commit message (Expand) | Author | Files | Lines |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-18 | A few comment cleanups | Simon Marchi | 1 | -12/+1 |
2014-12-12 | MIPS: Keep the ISA bit in compressed code addresses | Maciej W. Rozycki | 1 | -3/+9 |
2014-10-03 | Also mark ELF solib trampoline minimal symbols special | Maciej W. Rozycki | 1 | -1/+4 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-03-03 | move probes to be per-bfd | Tom Tromey | 1 | -13/+13 |
2014-03-03 | change probes to be program-space-independent | Tom Tromey | 1 | -16/+0 |
2014-02-26 | add short-circuit logic to elfread.c | Tom Tromey | 1 | -8/+19 |
2014-02-26 | split out elf_read_minimal_symbols | Tom Tromey | 1 | -31/+42 |
2014-02-26 | change minsyms not to be relocated at read-time | Tom Tromey | 1 | -11/+0 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -2/+2 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -5/+5 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -3/+3 |
2014-02-10 | gdb/elfread.c: Enable ifunc support on ARM. | Will Newton | 1 | -1/+9 |
2014-01-13 | replace XCALLOC with XCNEWVEC or XCNEW | Tom Tromey | 1 | -3/+3 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-06 | remove some sym_probe_fns methods | Tom Tromey | 1 | -42/+0 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-10-17 | remove unused field from struct elfinfo | Tom Tromey | 1 | -5/+0 |
2013-10-08 | fix PR symtab/15597 | Tom Tromey | 1 | -125/+1 |
2013-09-25 | New option "set debug symfile on". | Doug Evans | 1 | -2/+2 |
2013-09-25 | * symfile.h (struct sym_fns): Delete member "sym_flavour". | Doug Evans | 1 | -4/+1 |
2013-09-24 | Keep objfile original filename | Jan Kratochvil | 1 | -1/+1 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -2/+2 |
2013-08-24 | * elfread.c (elf_symfile_read): Move "Done reading minimal symbols" | Doug Evans | 1 | -3/+3 |
2013-08-20 | move gdbarch object from objfile to per-BFD | Tom Tromey | 1 | -3/+3 |
2013-07-24 | 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -5/+15 |
2013-05-06 | * dbxread.c (process_one_symbol): Constify section_offsets parameter. | Doug Evans | 1 | -2/+2 |
2013-04-15 | * elfread.c (elf_symtab_read): Install versioned symbol under | Tom Tromey | 1 | -0/+15 |
2013-04-08 | PR symtab/8424: | Tom Tromey | 1 | -2/+2 |
2013-04-08 | * coffread.c (record_minimal_symbol): Update. | Tom Tromey | 1 | -1/+1 |
2013-04-08 | * coffread.c (cs_to_section): Use gdb_bfd_section_index. | Tom Tromey | 1 | -3/+7 |
2013-04-08 | * minsyms.h (struct bound_minimal_symbol): New. | Tom Tromey | 1 | -5/+5 |
2013-03-14 | From: Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -3/+4 |
2013-03-06 | * elfread.c (elf_symfile_read): Move debugging printf to more | Doug Evans | 1 | -3/+3 |
2013-02-22 | * elfread.c (elf_symtab_read): Do not use udata.p here to find | Alan Modra | 1 | -13/+6 |
2013-02-22 | gdb/ | Jan Kratochvil | 1 | -6/+6 |
2013-02-21 | bfd/ | Alan Modra | 1 | -3/+2 |
2013-02-18 | include/ | Alan Modra | 1 | -22/+8 |
2013-02-01 | gdb/ | Jan Kratochvil | 1 | -2/+12 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-12 | * coffread.c (coff_symfile_init): Use set_objfile_data. | Tom Tromey | 1 | -18/+10 |
2012-11-21 | gdb/ | Yao Qi | 1 | -1/+1 |
2012-09-11 | Name of symbol missing when printing global variable's address | Joel Brobecker | 1 | -3/+3 |
2012-08-22 | * elfread.c (elf_symtab_read): Update. | Tom Tromey | 1 | -1/+1 |
2012-07-23 | * symfile.c (separate_debug_file_exists): Update. | Tom Tromey | 1 | -1/+1 |
2012-07-23 | * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile' | Tom Tromey | 1 | -1/+3 |
2012-07-18 | * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and | Tom Tromey | 1 | -1/+2 |
2012-07-18 | 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -10/+6 |