Age | Commit message (Expand) | Author | Files | Lines |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-02-26 | change minsyms not to be relocated at read-time | Tom Tromey | 1 | -1/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_stat.h | Tom Tromey | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-09-25 | * symfile.h (struct sym_fns): Delete member "sym_flavour". | Doug Evans | 1 | -3/+1 |
2013-09-25 | * symfile.h (struct sym_fns): Add "objfile" argument to | Doug Evans | 1 | -1/+1 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -2/+2 |
2013-09-18 | 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com> | Ulrich Weigand | 1 | -2/+2 |
2013-08-26 | 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com> | Ulrich Weigand | 1 | -2/+22 |
2013-07-01 | Normalize on PATH_MAX instead of MAXPATHLEN throughout. | Pedro Alves | 1 | -1/+0 |
2013-05-06 | * somread.c (som_symfile_offsets): Add 'const' to addrs. | Tom Tromey | 1 | -4/+1 |
2013-05-06 | Reimplement shared library support on ppc-aix... | Joel Brobecker | 1 | -42/+41 |
2013-04-19 | -Wpointer-sign: xcoffread.c. | Pedro Alves | 1 | -1/+1 |
2013-04-08 | * coffread.c (record_minimal_symbol): Update. | Tom Tromey | 1 | -8/+2 |
2013-04-08 | * coffread.c (cs_to_section): Use gdb_bfd_section_index. | Tom Tromey | 1 | -1/+1 |
2013-04-08 | * coffread.c (process_coff_symbol, coff_read_enum_type): Call | Tom Tromey | 1 | -1/+1 |
2013-03-20 | 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com> | Tom Tromey | 1 | -1/+1 |
2013-01-21 | * symfile.h (obsavestring): Don't declare. | Tom Tromey | 1 | -2/+2 |
2013-01-21 | * buildsym.c (patch_subfile_names): Use set_last_source_file. | Tom Tromey | 1 | -6/+6 |
2013-01-18 | gdb/ | Yao Qi | 1 | -9/+9 |
2013-01-14 | gdb/ | Yao Qi | 1 | -4/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-18 | Port GDB to powerpc-lynx178. | Joel Brobecker | 1 | -0/+61 |
2012-12-15 | Fix NULL objfile's section_offsets dereference during symbol load. | Joel Brobecker | 1 | -2/+0 |
2012-12-12 | * dbxread.c (read_dbx_symtab): Update. | Tom Tromey | 1 | -36/+32 |
2012-12-12 | * coffread.c (coff_objfile_data_key): New global. | Tom Tromey | 1 | -62/+54 |
2012-11-08 | PR gdb/14704: | Tom Tromey | 1 | -5/+3 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -1/+0 |
2012-04-28 | Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission | Doug Evans | 1 | -0/+1 |
2012-04-27 | 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -0/+1 |
2012-04-18 | pspace != NULL failed assertion on ppc-aix | Joel Brobecker | 1 | -55/+88 |
2012-04-18 | Unused local variables in xcoffread.c:read_xcoff_symtab | Joel Brobecker | 1 | -12/+3 |
2012-02-07 | * gdbtypes.h (struct main_type): Change type of name,tag_name, | Doug Evans | 1 | -27/+16 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -3/+1 |
2011-07-27 | * xcoffread.c (dwarf2_xcoff_names): Add 'macro' and 'sentinel' | Tom Tromey | 1 | -1/+3 |
2011-06-07 | 2011-06-07 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -0/+29 |
2011-05-19 | 2011-05-19 Hui Zhu <teawater@gmail.com> | Hui Zhu | 1 | -1/+1 |
2011-04-19 | * xcoffread.c (process_xcoff_symbol): Remove useless cast. | Andreas Schwab | 1 | -2/+2 |
2011-04-19 | * xcoffread.c (process_xcoff_symbol): ARI fix: Avoid assignment | Pierre Muller | 1 | -1/+5 |
2011-04-04 | * xcoffread.c (read_xcoff_symtab): Make `debugfmt' const. | Tom Tromey | 1 | -1/+1 |
2011-03-07 | * xcoffread.c (xcoff_sym_fns): Update. | Tom Tromey | 1 | -0/+1 |
2011-01-12 | 2011-01-11 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -102/+105 |
2011-01-05 | 2011-01-05 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -79/+114 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-09-30 | * symfile.h (struct sym_fns) <next>: Remove. | Tom Tromey | 1 | -3/+2 |
2010-05-17 | 2010-05-17 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -26/+41 |
2010-03-10 | * xcoffread.c (xcoff_start_psymtab): Update. | Tom Tromey | 1 | -5/+4 |
2010-03-10 | gdb | Tom Tromey | 1 | -0/+2 |
2010-02-03 | 2010-02-03 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -0/+1 |