Age | Commit message (Expand) | Author | Files | Lines |
2020-03-10 | gdb: Add support for tracking the DWARF line table is-stmt field | Andrew Burgess | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-20 | Rename remaining members of buildsym_compunit to start with "m_" | Keith Seitz | 1 | -15/+15 |
2018-07-20 | Remove record_line_ftype | Tom Tromey | 1 | -4/+0 |
2018-07-20 | Introduce buildsym-legacy.h | Tom Tromey | 1 | -142/+0 |
2018-07-20 | Move struct buildsym_compunit to buildsym.h | Tom Tromey | 1 | -0/+288 |
2018-07-20 | Remove EXTERN from buildsym.h | Tom Tromey | 1 | -12/+1 |
2018-07-20 | Remove buildsym_init | Tom Tromey | 1 | -2/+0 |
2018-07-20 | Move the symbol lists to buildsym_compunit | Tom Tromey | 1 | -14/+12 |
2018-07-20 | Remove the "listhead" argument from finish_block | Tom Tromey | 1 | -1/+0 |
2018-07-20 | Move pending_blocks and pending_block_obstack to buildsym_compunit | Tom Tromey | 1 | -1/+1 |
2018-07-20 | Move current_subfile to buildsym_compunit | Tom Tromey | 1 | -2/+4 |
2018-07-20 | Move the context stack to buildsym_compunit | Tom Tromey | 1 | -10/+14 |
2018-07-16 | Move the using directives to buildsym_compunit | Tom Tromey | 1 | -8/+12 |
2018-07-16 | Make free_pending_blocks static | Tom Tromey | 1 | -3/+1 |
2018-07-16 | Move the subfile stack to buildsym_compunit | Tom Tromey | 1 | -2/+2 |
2018-07-16 | Remove merge_symbol_lists | Tom Tromey | 1 | -3/+0 |
2018-07-16 | Move scan_file_globals declaration to stabsread.h | Tom Tromey | 1 | -4/+0 |
2018-07-16 | Remove buildsym_new_init | Tom Tromey | 1 | -3/+1 |
2018-07-16 | Move within_function to stabsread | Tom Tromey | 1 | -5/+0 |
2018-07-16 | Move processing_gcc to stabsread | Tom Tromey | 1 | -5/+0 |
2018-07-16 | Move some code from buildsym to stabsread | Tom Tromey | 1 | -15/+0 |
2018-07-16 | Make context_stack_size static in buildsym.c | Tom Tromey | 1 | -4/+0 |
2018-07-16 | Move processing_acc_compilation to dbxread.c | Tom Tromey | 1 | -8/+0 |
2018-07-16 | Move last_source_start_addr to buildsym_compunit | Tom Tromey | 1 | -6/+10 |
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 | -1/+3 |
2017-11-04 | Replace really_free_pendings with a scoped_ class | Tom Tromey | 1 | -1/+9 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -2/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -3/+12 |
2015-08-13 | [Ada] Add support for subprogram renamings | Pierre-Marie de Rodat | 1 | -2/+6 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-17 | Make buildsym set-up/tear-down more consistent, and document it. | Doug Evans | 1 | -2/+3 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -23/+35 |
2014-11-18 | buildsym API cleanup | Doug Evans | 1 | -13/+7 |
2014-08-22 | Create a typedef for record_line: record_line_ftype. | Doug Evans | 1 | -1/+5 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-08-20 | * buildsym.c (subfile_stack): Move here from buildsym.h. | Doug Evans | 1 | -29/+4 |
2013-01-21 | * buildsym.c (patch_subfile_names): Use set_last_source_file. | Tom Tromey | 1 | -7/+11 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-12-10 | * buildsym.c (struct pending_block): Move from buildsym.h. | Tom Tromey | 1 | -15/+1 |
2012-09-19 | * buildsym.h (param_symbols): Delete, unused. | Doug Evans | 1 | -8/+0 |
2012-07-18 | * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field. | Tom Tromey | 1 | -1/+2 |
2012-07-13 | gdb/ | Jan Kratochvil | 1 | -0/+9 |
2012-07-10 | * buildsym.c (finish_block_internal): New arg "expandable". | Doug Evans | 1 | -0/+9 |
2012-04-23 | * buildsym.c (add_free_pendings): Remove. | Tom Tromey | 1 | -2/+0 |