Age | Commit message (Expand) | Author | Files | Lines |
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 |
2022-02-06 | gdb: remove SYMTAB_LANGUAGE macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMTAB_LINETABLE macro, add getter/setter | Simon Marchi | 1 | -7/+5 |
2022-02-06 | gdb: remove COMPUNIT_MACRO_TABLE macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove COMPUNIT_BLOCK_LINE_SECTION macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setter | Simon Marchi | 1 | -2/+2 |
2022-02-06 | gdb: remove COMPUNIT_DIRNAME macro, add getter/setter | Simon Marchi | 1 | -2/+2 |
2022-02-06 | gdb: remove COMPUNIT_PRODUCER macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove COMPUNIT_DEBUGFORMAT macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove COMPUNIT_FILETABS macro | Simon Marchi | 1 | -2/+2 |
2022-02-06 | gdb: add compunit_symtab::set_primary_filetab method | Simon Marchi | 1 | -22/+2 |
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-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 |