Age | Commit message (Expand) | Author | Files | Lines |
2021-01-04 | [gdb/symtab] Remove superfluous end-of-sequence marker | Tom de Vries | 1 | -2/+7 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -9/+9 |
2020-07-06 | [gdb/symtab] Fix line-table end-of-sequence sorting | Tom de Vries | 1 | -0/+4 |
2020-06-08 | gdb: add field::type / field::set_type | Simon Marchi | 1 | -1/+1 |
2020-05-22 | gdb: add type::fields / type::set_fields | Simon Marchi | 1 | -2/+3 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -1/+1 |
2020-05-22 | gdb: add type::num_fields / type::set_num_fields | Simon Marchi | 1 | -1/+1 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -1/+1 |
2020-04-09 | Partially revert my UB fix in record_line | Bernd Edlinger | 1 | -19/+18 |
2020-04-02 | gdb: Don't remove duplicate entries from the line table | Andrew Burgess | 1 | -14/+0 |
2020-04-01 | Fix an undefined behavior in record_line | Bernd Edlinger | 1 | -16/+18 |
2020-04-01 | Fix the resizing condition of the line table | Bernd Edlinger | 1 | -1/+1 |
2020-03-11 | gdb: Fix out of bounds array access in buildsym_compunit::record_line | Andrew Burgess | 1 | -8/+11 |
2020-03-10 | gdb: Add support for tracking the DWARF line table is-stmt field | Andrew Burgess | 1 | -1/+13 |
2020-03-04 | Introduce objfile::intern | Tom Tromey | 1 | -1/+1 |
2020-01-24 | gdb: Don't reorder line table entries too much when sorting. | Andrew Burgess | 1 | -24/+16 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-29 | Fix setting breakpoints or stepping on line 65535 | Bernd Edlinger | 1 | -6/+0 |
2019-12-27 | Make symbol_set_names a member function | Christian Biesinger | 1 | -1/+1 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -3/+3 |
2019-11-12 | Make struct symbol inherit from general_symbol_info | Christian Biesinger | 1 | -1/+1 |
2019-10-19 | Replace some more qsort calls with std::sort | Christian Biesinger | 1 | -15/+11 |
2019-08-06 | Use obstack_strdup more | Tom Tromey | 1 | -3/+2 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -17/+13 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -13/+17 |
2019-03-07 | C++-ify bcache | Tom Tromey | 1 | -1/+1 |
2019-01-10 | gdb/23712: Use new multidictionary API | Keith Seitz | 1 | -15/+13 |
2019-01-09 | Remove ALL_COMPUNIT_FILETABS | Tom Tromey | 1 | -4/+3 |
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 | -48/+48 |
2018-07-20 | Introduce buildsym-legacy.h | Tom Tromey | 1 | -407/+1 |
2018-07-20 | Move struct buildsym_compunit to buildsym.h | Tom Tromey | 1 | -344/+69 |
2018-07-20 | Remove reset_symtab_globals | Tom Tromey | 1 | -16/+4 |
2018-07-20 | Add many methods to buildsym_compunit | Tom Tromey | 1 | -188/+427 |
2018-07-20 | Remove parameter from record_pending_block | Tom Tromey | 1 | -34/+25 |
2018-07-20 | Remove EXTERN from buildsym.h | Tom Tromey | 1 | -6/+1 |
2018-07-20 | Remove a TODO | Tom Tromey | 1 | -2/+1 |
2018-07-20 | Remove buildsym_init | Tom Tromey | 1 | -35/+7 |
2018-07-20 | Move the symbol lists to buildsym_compunit | Tom Tromey | 1 | -42/+65 |
2018-07-20 | Remove free_pendings | Tom Tromey | 1 | -25/+3 |
2018-07-20 | Remove the "listhead" argument from finish_block | Tom Tromey | 1 | -3/+2 |
2018-07-20 | Move pending_blocks and pending_block_obstack to buildsym_compunit | Tom Tromey | 1 | -50/+34 |
2018-07-20 | Move pending addrmap globals to buildsym_compunit | Tom Tromey | 1 | -37/+26 |
2018-07-20 | Move current_subfile to buildsym_compunit | Tom Tromey | 1 | -7/+18 |
2018-07-20 | Move the context stack to buildsym_compunit | Tom Tromey | 1 | -39/+51 |
2018-07-16 | Move the using directives to buildsym_compunit | Tom Tromey | 1 | -12/+41 |
2018-07-16 | Make free_pending_blocks static | Tom Tromey | 1 | -2/+9 |
2018-07-16 | Move the subfile stack to buildsym_compunit | Tom Tromey | 1 | -26/+13 |
2018-07-16 | Use gdb_assert in two places in buildsym.c | Tom Tromey | 1 | -10/+2 |