Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-07-16 | Remove merge_symbol_lists | Tom Tromey | 1 | -27/+0 |
2018-07-16 | Remove buildsym_new_init | Tom Tromey | 1 | -11/+1 |
2018-07-16 | Move within_function to stabsread | Tom Tromey | 1 | -1/+0 |
2018-07-16 | Move some code from buildsym to stabsread | Tom Tromey | 1 | -10/+0 |
2018-07-16 | Make context_stack_size static in buildsym.c | Tom Tromey | 1 | -0/+4 |
2018-07-16 | Move last_source_start_addr to buildsym_compunit | Tom Tromey | 1 | -12/+36 |
2018-07-16 | Move have_line_numbers to buildsym_compunit | Tom Tromey | 1 | -9/+7 |
2018-07-16 | Move pending_macros to buildsym_compunit | Tom Tromey | 1 | -28/+27 |
2018-07-16 | Move last_source file to buildsym_compunit | Tom Tromey | 1 | -18/+25 |
2018-07-16 | Add assert in prepare_for_building | Tom Tromey | 1 | -0/+1 |
2018-07-16 | Change buildsym_compunit::comp_dir to be a unique_xmalloc_ptr | Tom Tromey | 1 | -6/+5 |
2018-07-16 | Use new and delete for buildsym_compunit | Tom Tromey | 1 | -50/+41 |
2018-05-23 | Remove symfile_complaints | Tom Tromey | 1 | -17/+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 | -11/+23 |
2017-11-04 | Replace really_free_pendings with a scoped_ class | Tom Tromey | 1 | -16/+10 |
2017-10-24 | Fix gdb.opt/inline-cmds.exp regressions | Ulrich Weigand | 1 | -6/+8 |
2017-10-16 | Use std::vector in end_symtab_get_static_block | Tom Tromey | 1 | -28/+11 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
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-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -3/+3 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -11/+7 |