Age | Commit message (Expand) | Author | Files | Lines |
2016-01-19 | Limit breakpoint re-set to the current program space | Pedro Alves | 1 | -1/+1 |
2016-01-13 | Per-inferior/Inferior-qualified thread IDs | Pedro Alves | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -11/+16 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -8/+10 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+2 |
2015-08-11 | Explicit locations: use new location API | Keith Seitz | 1 | -1/+3 |
2015-06-19 | Remove special support in gdb for Sun's version of stabs. | Doug Evans | 1 | -180/+4 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -1/+1 |
2015-02-26 | SEGV in ppc64_elf_get_synthetic_symtab reading a separate debug file | Jan Kratochvil | 1 | -2/+4 |
2015-02-11 | Fix redefinition errors in C++ mode | Tom Tromey | 1 | -4/+4 |
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 |