Age | Commit message (Expand) | Author | Files | Lines |
2023-03-17 | Fix line table regression | Tom Tromey | 1 | -1/+1 |
2023-02-08 | Do not pass section index to end_compunit_symtab | Tom Tromey | 1 | -5/+4 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-07-29 | gdb: add "id" fields to identify symtabs and subfiles | Simon Marchi | 1 | -3/+36 |
2022-06-12 | Use malloc for mutable addrmaps | Tom Tromey | 1 | -6/+2 |
2022-06-12 | Remove addrmap_create_mutable | Tom Tromey | 1 | -1/+1 |
2022-04-12 | gdb: change subfile::line_vector to an std::vector | Simon Marchi | 1 | -4/+2 |
2022-04-12 | gdb: change subfile::name and buildsym_compunit::m_comp_dir to strings | Simon Marchi | 1 | -5/+3 |
2022-04-12 | gdb: allocate subfile with new | Simon Marchi | 1 | -6/+16 |
2022-04-07 | gdb: remove subfile::buildsym_compunit field | Simon Marchi | 1 | -2/+0 |
2022-04-04 | gdb: Add support for DW_LNS_set_prologue_end in line-table | Lancelot SIX | 1 | -0/+4 |
2022-04-04 | gdb/buildsym: Line record use a record flag | Lancelot SIX | 1 | -1/+11 |
2022-04-04 | gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtab | Simon Marchi | 1 | -7/+7 |
2022-01-18 | Move gdb obstack code to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
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 |