Age | Commit message (Expand) | Author | Files | Lines |
2022-04-28 | gdb: fix nullptr dereference in block::ranges() | Andrew Burgess | 1 | -2/+12 |
2022-04-27 | gdb: remove BLOCKVECTOR_MAP macro | Simon Marchi | 1 | -4/+14 |
2022-04-27 | gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macros | Simon Marchi | 1 | -5/+58 |
2022-04-27 | gdb: remove BLOCK_ENTRY_PC macro | Simon Marchi | 1 | -18/+23 |
2022-04-27 | gdb: remove BLOCK_CONTIGUOUS_P macro | Simon Marchi | 1 | -6/+5 |
2022-04-27 | gdb: remove BLOCK_RANGE macro | Simon Marchi | 1 | -5/+1 |
2022-04-27 | gdb: remove BLOCK_NRANGES macro | Simon Marchi | 1 | -4/+0 |
2022-04-27 | gdb: remove BLOCK_RANGES macro | Simon Marchi | 1 | -9/+18 |
2022-04-27 | gdb: remove BLOCK_RANGE_{START,END} macros | Simon Marchi | 1 | -14/+22 |
2022-04-27 | gdb: remove BLOCK_NAMESPACE macro | Simon Marchi | 1 | -3/+9 |
2022-04-27 | gdb: remove BLOCK_MULTIDICT macro | Simon Marchi | 1 | -2/+9 |
2022-04-27 | gdb: remove BLOCK_SUPERBLOCK macro | Simon Marchi | 1 | -2/+9 |
2022-04-27 | gdb: remove BLOCK_FUNCTION macro | Simon Marchi | 1 | -2/+9 |
2022-04-27 | gdb: remove BLOCK_{START,END} macros | Simon Marchi | 1 | -5/+18 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
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 | -2/+2 |
2020-04-23 | [gdb/symtab] Prefer def over decl (inter-CU case) | Tom de Vries | 1 | -0/+10 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -2/+2 |
2019-08-19 | Fix Fortran regression with variables in nested functions | Tom Tromey | 1 | -1/+9 |
2019-03-24 | More block constification | Tom Tromey | 1 | -1/+1 |
2019-01-10 | gdb/23712: Use new multidictionary API | Keith Seitz | 1 | -4/+4 |
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/+85 |
2018-01-05 | Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670) | Pedro Alves | 1 | -0/+1 |
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 | -19/+14 |
2017-07-20 | Eliminate block_iter_name_* | Pedro Alves | 1 | -21/+3 |
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-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -0/+11 |
2015-08-13 | [Ada] Add support for subprogram renamings | Pierre-Marie de Rodat | 1 | -15/+4 |
2015-05-27 | PR symtab/18258 | Doug Evans | 1 | -0/+34 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -3/+3 |
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/+8 |
2014-12-04 | Accelerate lookup_symbol_aux_objfile 85x | Jan Kratochvil | 1 | -0/+8 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -12/+11 |
2014-11-06 | New macro ALL_BLOCK_SYMBOLS_WITH_NAME. | Doug Evans | 1 | -0/+9 |
2014-11-06 | Move lookup_block_symbol to block.c, rename to block_lookup_symbol. | Doug Evans | 1 | -0/+6 |
2014-10-26 | * block.h (ALL_BLOCK_SYMBOLS): Fix comment. | Doug Evans | 1 | -2/+2 |
2014-06-18 | constify some blockvector APIs | Tom Tromey | 1 | -6/+6 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -4/+5 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-05-18 | * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab | Tom Tromey | 1 | -0/+2 |
2012-05-10 | * symtab.h (struct symtab) <includes, user>: New fields. | Tom Tromey | 1 | -0/+22 |
2012-05-10 | * jv-lang.c (get_java_class_symtab): Use allocate_global_block, | Tom Tromey | 1 | -0/+18 |
2012-05-10 | * tracepoint.c (scope_info): Update. | Tom Tromey | 1 | -8/+78 |