Age | Commit message (Expand) | Author | Files | Lines |
2018-05-23 | Remove symfile_complaints | Tom Tromey | 1 | -20/+10 |
2018-05-04 | Fix "obvious" fall-through warnings | Tom Tromey | 1 | -0/+1 |
2018-05-04 | Fix "fall through" comments | Tom Tromey | 1 | -1/+2 |
2018-03-08 | Make find_separate_debug_file* return std::string | Simon Marchi | 1 | -9/+6 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-01 | Add support for the readnever concept | Sergio Durigan Junior | 1 | -1/+2 |
2017-12-01 | Revert "Add support for the readnever concept" | Sergio Durigan Junior | 1 | -2/+1 |
2017-12-01 | Add support for the readnever concept | Sergio Durigan Junior | 1 | -1/+2 |
2017-11-08 | Per-language symbol name hashing algorithm | Pedro Alves | 1 | -1/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -3/+3 |
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 | -1/+1 |
2016-10-21 | Record minimal symbols directly in reader. | Tom Tromey | 1 | -9/+11 |
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 | -7/+3 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -2/+0 |
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 | -1/+2 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -5/+7 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -7/+4 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -3/+3 |
2015-06-15 | Allow gdb to find debug symbols file by build-id for PE file format also | Jon Turney | 1 | -1/+5 |
2015-03-26 | Don't set breakpoints on import stubs on Windows amd64 | Pedro Alves | 1 | -13/+24 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -15/+15 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -19/+19 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -3/+7 |
2014-11-18 | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 1 | -1/+1 |
2014-11-18 | buildsym API cleanup | Doug Evans | 1 | -11/+8 |
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-04-11 | refactoring: rename create_range_type to create_static_range_type | Sanimir Agovic | 1 | -3/+3 |
2014-02-26 | change minsyms not to be relocated at read-time | Tom Tromey | 1 | -4/+4 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -3/+4 |
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-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 | -2/+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 | -4/+5 |
2013-08-20 | * buildsym.c (subfile_stack): Move here from buildsym.h. | Doug Evans | 1 | -1/+14 |
2013-07-18 | gdb/ | Yao Qi | 1 | -0/+29 |
2013-04-08 | * coffread.c (record_minimal_symbol): Update. | Tom Tromey | 1 | -5/+1 |
2013-04-08 | * coffread.c (cs_to_section): Use gdb_bfd_section_index. | Tom Tromey | 1 | -1/+1 |
2013-04-08 | * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'. | Tom Tromey | 1 | -1/+2 |
2013-04-08 | * coffread.c (process_coff_symbol, coff_read_enum_type): Call | Tom Tromey | 1 | -7/+2 |
2013-03-29 | Ignore __fu<digits>__ symbols from COFF symbol tables | Joel Brobecker | 1 | -0/+43 |
2013-03-20 | 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com> | Tom Tromey | 1 | -12/+17 |
2013-01-21 | * symfile.h (obsavestring): Don't declare. | Tom Tromey | 1 | -6/+6 |