Age | Commit message (Expand) | Author | Files | Lines |
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 | -4/+4 |
2020-10-22 | [gdb/symtab] Make find_block_in_blockvector more robust | Tom de Vries | 1 | -0/+2 |
2020-04-23 | [gdb/symtab] Prefer def over decl (inter-CU case) | Tom de Vries | 1 | -5/+4 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-16 | Use an accessor function for general_symbol_info::language | Christian Biesinger | 1 | -6/+4 |
2019-12-06 | [gdb/symtab] Prefer var def over decl | Tom de Vries | 1 | -4/+70 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -1/+1 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-09-20 | Fix crash in Ada "catch exception" | Tom Tromey | 1 | -1/+1 |
2019-08-19 | Fix Fortran regression with variables in nested functions | Tom Tromey | 1 | -8/+11 |
2019-07-30 | Allow nested function displays | Tom Tromey | 1 | -4/+0 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -6/+4 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -4/+6 |
2019-03-24 | More block constification | Tom Tromey | 1 | -4/+4 |
2019-01-10 | gdb/23712: Use new multidictionary API | Keith Seitz | 1 | -14/+17 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-23 | Add block range data structure for blocks with non-contiguous address ranges | Kevin Buettner | 1 | -0/+21 |
2018-02-16 | New class allocate_on_obstack | Yao Qi | 1 | -8/+4 |
2018-01-05 | Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670) | Pedro Alves | 1 | -1/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -18/+20 |
2017-07-20 | Eliminate block_iter_name_* | Pedro Alves | 1 | -71/+2 |
2017-02-20 | DWARF-5: call sites | Jan Kratochvil | 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-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -3/+3 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+1 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -0/+15 |
2015-06-26 | PR 16253 revisited | Keith Seitz | 1 | -6/+25 |
2015-05-27 | PR symtab/18258 | Doug Evans | 1 | -0/+47 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -5/+5 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-23 | Look up primitive types as symbols. | Doug Evans | 1 | -0/+26 |
2014-12-04 | Accelerate lookup_symbol_aux_objfile 85x | Jan Kratochvil | 1 | -0/+25 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -39/+43 |
2014-11-18 | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 1 | -4/+7 |
2014-11-06 | New macro ALL_BLOCK_SYMBOLS_WITH_NAME. | Doug Evans | 1 | -6/+2 |
2014-11-06 | Move lookup_block_symbol to block.c, rename to block_lookup_symbol. | Doug Evans | 1 | -0/+58 |
2014-10-26 | block.c (allocate_block): Use OBSTACK_ZALLOC instead of obstack_alloc. | Doug Evans | 1 | -8/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-06-18 | constify some blockvector APIs | Tom Tromey | 1 | -6/+6 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -5/+5 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-04-08 | * minsyms.h (struct bound_minimal_symbol): New. | Tom Tromey | 1 | -2/+3 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-06-18 | * block.c (find_block_in_blockvector): Make explicit the fact that we | Doug Evans | 1 | -3/+8 |
2012-05-18 | * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab | Tom Tromey | 1 | -38/+48 |