Age | Commit message (Expand) | Author | Files | Lines |
2019-03-06 | Remove cleanups from coffread.c | Tom Tromey | 1 | -15/+17 |
2019-01-17 | Make psymtab range adapter a method on objfile | Tom Tromey | 1 | -1/+1 |
2019-01-10 | Add psymtab_storage::allocate_dependencies | Tom Tromey | 1 | -4/+3 |
2019-01-10 | Simplify calls to init_psymbol_list | Tom Tromey | 1 | -3/+1 |
2019-01-10 | Change add_psymbol_to_list to use an enum | Tom Tromey | 1 | -9/+9 |
2019-01-10 | Remove parameters from start_psymtab_common | Tom Tromey | 1 | -10/+4 |
2019-01-10 | Remove some unneeded psymtab initializations | Tom Tromey | 1 | -7/+0 |
2019-01-09 | Remove ALL_OBJFILE_PSYMTABS | Tom Tromey | 1 | -5/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-26 | Make psymbols and psymtabs independent of the program space | Tom Tromey | 1 | -86/+51 |
2018-07-26 | Add validity bits for psymtab high and low fields | Tom Tromey | 1 | -5/+3 |
2018-07-26 | Introduce accessors for psymtab high and low fields | Tom Tromey | 1 | -35/+36 |
2018-07-26 | Remove dead code in end_psymtab | Tom Tromey | 1 | -7/+1 |
2018-07-20 | Introduce buildsym-legacy.h | Tom Tromey | 1 | -1/+1 |
2018-07-20 | Remove buildsym_init | Tom Tromey | 1 | -5/+0 |
2018-07-20 | Move the symbol lists to buildsym_compunit | Tom Tromey | 1 | -3/+3 |
2018-07-20 | Remove the "listhead" argument from finish_block | Tom Tromey | 1 | -3/+3 |
2018-07-20 | Move current_subfile to buildsym_compunit | Tom Tromey | 1 | -4/+4 |
2018-07-20 | Move the context stack to buildsym_compunit | Tom Tromey | 1 | -21/+22 |
2018-07-16 | Use outermost_context_p in more places | Tom Tromey | 1 | -3/+3 |
2018-07-16 | Make free_pending_blocks static | Tom Tromey | 1 | -1/+0 |
2018-07-16 | Remove buildsym_new_init | Tom Tromey | 1 | -4/+4 |
2018-07-16 | Move processing_acc_compilation to dbxread.c | Tom Tromey | 1 | -0/+8 |
2018-07-16 | Move last_source_start_addr to buildsym_compunit | Tom Tromey | 1 | -4/+4 |
2018-05-29 | Remove "struct" keyword in range-based for loops | Simon Marchi | 1 | -1/+1 |
2018-05-25 | Remove cleanups from dbxread.c | Tom Tromey | 1 | -93/+36 |
2018-05-23 | Remove symfile_complaints | Tom Tromey | 1 | -19/+10 |
2018-05-04 | Fix "fall through" comments | Tom Tromey | 1 | -2/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-08 | Per-language symbol name hashing algorithm | Pedro Alves | 1 | -5/+10 |
2017-11-04 | Replace really_free_pendings with a scoped_ class | Tom Tromey | 1 | -8/+2 |
2017-10-14 | Replace psymbol_allocation_list with std::vector | Simon Marchi | 1 | -8/+9 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -39/+41 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-09 | gdb: Remove support for obsolete OSABIs and a.out | Pedro Alves | 1 | -195/+6 |
2016-11-08 | Use ui_file_as_string throughout more | Pedro Alves | 1 | -13/+9 |
2016-10-26 | Make symfile_add_flags and objfile->flags strongly typed | Pedro Alves | 1 | -2/+2 |
2016-10-21 | Record minimal symbols directly in reader. | Tom Tromey | 1 | -14/+16 |
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-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -20/+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 | -2/+2 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -8/+8 |
2015-09-04 | gdb: Remove casts of NULL during assignment. | Andrew Burgess | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -15/+12 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -4/+4 |
2015-08-15 | psymtab.c (add_psymbol_to_bcache): Remove "val" arg. | Doug Evans | 1 | -17/+10 |
2015-08-15 | Add end_psymtab_common, have all debug info readers call it. | Doug Evans | 1 | -35/+31 |