Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-06-26 | * NEWS: Mention new options "set debug dwarf2-read" and | Doug Evans | 1 | -0/+10 |
2012-06-19 | * symtab.h (minimal_symbol): New member created_by_gdb. | Doug Evans | 1 | -0/+1 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -2/+1 |
2012-05-16 | gdb/ | Maciej W. Rozycki | 1 | -8/+13 |
2012-05-05 | Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_section | Alan Modra | 1 | -4/+4 |
2012-04-27 | 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -0/+120 |
2012-04-17 | gdb/ | Jan Kratochvil | 1 | -15/+12 |
2012-02-29 | gdb/ | Jan Kratochvil | 1 | -0/+3 |
2012-02-21 | * elfread.c (elf_symfile_segments): Fix warning text. | Doug Evans | 1 | -1/+1 |
2012-02-02 | * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of | Doug Evans | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -3/+1 |
2011-12-21 | * elfread.c (elf_symtab_read): Put the filename in the filename | Tom Tromey | 1 | -5/+5 |
2011-12-19 | try ignoring bad PLT entries in ELF symbol tables | Joel Brobecker | 1 | -0/+17 |
2011-12-06 | the "ambiguous linespec" series | Tom Tromey | 1 | -1/+1 |
2011-08-09 | 2011-08-09 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -15/+2 |
2011-07-25 | Cleanup: kill trailing whitespace | Paul Pluzhnikov | 1 | -9/+9 |
2011-07-23 | 2011-07-23 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -2/+2 |
2011-05-26 | 2011-05-26 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -2/+2 |
2011-05-03 | Revert "elfread.c (elf_symtab_read): Stop memory leak" | Joel Brobecker | 1 | -3/+0 |
2011-04-25 | gdb/ | Jan Kratochvil | 1 | -1/+6 |
2011-04-17 | bfd/ | Jan Kratochvil | 1 | -2/+19 |
2011-04-17 | gdb/ | Jan Kratochvil | 1 | -1/+5 |
2011-03-31 | 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com> | Thiago Jung Bauermann | 1 | -2/+3 |
2011-03-28 | gdb/ | Jan Kratochvil | 1 | -0/+109 |
2011-03-28 | gdb/ | Jan Kratochvil | 1 | -0/+379 |