Age | Commit message (Expand) | Author | Files | Lines |
2019-09-20 | bfd macro conversion to inline functions | Alan Modra | 1 | -2/+2 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -3/+2 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -1/+1 |
2018-08-23 | Darwin: fix bad loop incrementation | Xavier Roirand | 1 | -1/+1 |
2018-07-20 | Do not use buildsym.h in some files | Tom Tromey | 1 | -1/+0 |
2018-06-27 | Fix crash in machoread.c | Tom Tromey | 1 | -2/+4 |
2018-05-23 | Remove symfile_complaints | Tom Tromey | 1 | -16/+10 |
2018-03-23 | Change machoread.c to use std::vector | Tom Tromey | 1 | -56/+37 |
2018-03-16 | Remove make_cleanup_free_section_addr_info | Tom Tromey | 1 | -4/+4 |
2018-03-13 | Remove two cleanups using std::string | Tom Tromey | 1 | -7/+5 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -48/+28 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-26 | Make symfile_add_flags and objfile->flags strongly typed | Pedro Alves | 1 | -3/+4 |
2016-10-21 | Record minimal symbols directly in reader. | Tom Tromey | 1 | -8/+10 |
2016-10-21 | Change minimal_symbol_reader to store objfile | Tom Tromey | 1 | -2/+2 |
2016-10-21 | Introduce minimal_symbol_reader | Tom Tromey | 1 | -3/+2 |
2016-10-12 | Use std::string in macho_symfile_read_all_oso | Tom Tromey | 1 | -13/+7 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -8/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+1 |
2015-03-20 | constify i386-sol2-tdep.c and machoread.c | Pedro Alves | 1 | -1/+1 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-02-26 | change minsyms not to be relocated at read-time | Tom Tromey | 1 | -13/+0 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -1/+1 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -3/+3 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-09-25 | * symfile.h (struct sym_fns): Delete member "sym_flavour". | Doug Evans | 1 | -3/+1 |
2013-09-24 | Keep objfile original filename | Jan Kratochvil | 1 | -8/+18 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -7/+8 |
2013-07-01 | add -Wold-style-definition | Tom Tromey | 1 | -1/+1 |
2013-06-18 | [Darwin] Fix cleanup leak in machoread.c:macho_symfile_read | Joel Brobecker | 1 | -26/+24 |
2013-06-07 | Fix formating in copyright headers. | Pedro Alves | 1 | -2/+1 |
2013-06-03 | Revert "fix cleanup handling in macho_symfile_read" | Joel Brobecker | 1 | -2/+2 |
2013-05-30 | fix cleanup handling in macho_symfile_read | Tom Tromey | 1 | -2/+2 |
2013-05-06 | * somread.c (som_symfile_offsets): Add 'const' to addrs. | Tom Tromey | 1 | -1/+1 |
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 | -4/+6 |
2013-03-21 | * symfile.c (alloc_section_addr_info): Update header. Don't set | Tom Tromey | 1 | -3/+0 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-15 | Fix NULL objfile's section_offsets dereference during symbol load. | Joel Brobecker | 1 | -1/+0 |
2012-08-22 | * windows-nat.c (windows_make_so): Use gdb_bfd_open. | Tom Tromey | 1 | -2/+2 |