Age | Commit message (Expand) | Author | Files | Lines |
2024-08-21 | gdb: some global_block improvements | Simon Marchi | 1 | -5/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-02-04 | Use reference result of emplace_back | Tom Tromey | 1 | -4/+2 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2024-01-02 | gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-table | Guinevere Larsen | 1 | -0/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -1/+1 |
2023-09-20 | Remove explanatory comments from includes | Tom Tromey | 1 | -3/+3 |
2023-08-31 | gdb: introduce field::is_artificial / field::set_is_artificial | Simon Marchi | 1 | -1/+1 |
2023-08-31 | [gdb/symtab] Factor out type::{alloc_fields,copy_fields} | Tom de Vries | 1 | -4/+1 |
2023-08-31 | [gdb/symtab] Fix uninitialized memory in buildsym_compunit::finish_block_inte... | Tom de Vries | 1 | -1/+1 |
2023-06-05 | Use "unrelocated" terminology in linetable_entry | Tom Tromey | 1 | -2/+2 |
2023-05-07 | Remove ALL_DICT_SYMBOLS | Tom Tromey | 1 | -9/+6 |
2023-03-17 | Fix line table regression | Tom Tromey | 1 | -1/+1 |
2023-03-11 | Constify linetables | Tom Tromey | 1 | -5/+7 |
2023-03-11 | Change linetables to be objfile-independent | Tom Tromey | 1 | -2/+2 |
2023-03-11 | Add operator< and operator== to linetable_entry | Tom Tromey | 1 | -13/+1 |
2023-03-08 | Remove OBJF_REORDERED | Tom Tromey | 1 | -12/+10 |
2023-02-19 | Remove allocate_block and allocate_global_block | Tom Tromey | 1 | -3/+4 |
2023-02-19 | Remove ALL_BLOCK_SYMBOLS | Tom Tromey | 1 | -1/+1 |
2023-02-19 | Convert set_block_compunit_symtab to method | Tom Tromey | 1 | -1/+1 |
2023-02-19 | Convert more block functions to methods | Tom Tromey | 1 | -5/+4 |
2023-02-08 | Set section index when setting a symbol's block | Tom Tromey | 1 | -0/+1 |
2023-02-08 | Remove compunit_symtab::m_block_line_section | Tom Tromey | 1 | -2/+0 |
2023-02-08 | Do not pass section index to end_compunit_symtab | Tom Tromey | 1 | -14/+9 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-07-29 | gdb: remove code to prepend comp dir in buildsym_compunit::start_subfile | Simon Marchi | 1 | -25/+7 |
2022-07-29 | gdb: add "id" fields to identify symtabs and subfiles | Simon Marchi | 1 | -17/+19 |
2022-07-29 | gdb: add debug prints in buildsym.c | Simon Marchi | 1 | -0/+7 |
2022-06-12 | Use malloc for mutable addrmaps | Tom Tromey | 1 | -9/+3 |
2022-06-12 | Remove addrmap::create_fixed | Tom Tromey | 1 | -1/+2 |
2022-06-12 | Remove addrmap_create_mutable | Tom Tromey | 1 | -1/+3 |
2022-06-12 | Remove addrmap wrapper functions | Tom Tromey | 1 | -2/+2 |
2022-04-27 | gdb: remove BLOCKVECTOR_MAP macro | Simon Marchi | 1 | -3/+3 |
2022-04-27 | gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macros | Simon Marchi | 1 | -15/+13 |
2022-04-27 | gdb: remove BLOCK_MULTIDICT macro | Simon Marchi | 1 | -12/+12 |
2022-04-27 | gdb: remove BLOCK_SUPERBLOCK macro | Simon Marchi | 1 | -2/+2 |
2022-04-27 | gdb: remove BLOCK_FUNCTION macro | Simon Marchi | 1 | -8/+6 |
2022-04-27 | gdb: remove BLOCK_{START,END} macros | Simon Marchi | 1 | -23/+25 |
2022-04-21 | gdbsupport: add path_join function | Simon Marchi | 1 | -2/+3 |
2022-04-20 | Replace symbol_symtab with symbol::symtab | Tom Tromey | 1 | -6/+6 |
2022-04-12 | gdb: change subfile::line_vector to an std::vector | Simon Marchi | 1 | -60/+34 |
2022-04-12 | gdb: change subfile::name and buildsym_compunit::m_comp_dir to strings | Simon Marchi | 1 | -35/+29 |
2022-04-12 | gdb: allocate subfile with new | Simon Marchi | 1 | -21/+16 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-04-07 | gdb: remove subfile::buildsym_compunit field | Simon Marchi | 1 | -1/+0 |
2022-04-04 | gdb: Add support for DW_LNS_set_prologue_end in line-table | Lancelot SIX | 1 | -0/+1 |
2022-04-04 | gdb/buildsym: Line record use a record flag | Lancelot SIX | 1 | -2/+2 |
2022-04-04 | gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtab | Simon Marchi | 1 | -30/+34 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -2/+2 |
2022-02-06 | gdb: remove SYMBOL_IS_ARGUMENT macro | Simon Marchi | 1 | -2/+2 |