summaryrefslogtreecommitdiff
path: root/gdb/block.h
Commit message (Expand)AuthorAgeFilesLines
* gdb: fix nullptr dereference in block::ranges()Andrew Burgess2022-04-281-2/+12
* gdb: remove BLOCKVECTOR_MAP macroSimon Marchi2022-04-271-4/+14
* gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi2022-04-271-5/+58
* gdb: remove BLOCK_ENTRY_PC macroSimon Marchi2022-04-271-18/+23
* gdb: remove BLOCK_CONTIGUOUS_P macroSimon Marchi2022-04-271-6/+5
* gdb: remove BLOCK_RANGE macroSimon Marchi2022-04-271-5/+1
* gdb: remove BLOCK_NRANGES macroSimon Marchi2022-04-271-4/+0
* gdb: remove BLOCK_RANGES macroSimon Marchi2022-04-271-9/+18
* gdb: remove BLOCK_RANGE_{START,END} macrosSimon Marchi2022-04-271-14/+22
* gdb: remove BLOCK_NAMESPACE macroSimon Marchi2022-04-271-3/+9
* gdb: remove BLOCK_MULTIDICT macroSimon Marchi2022-04-271-2/+9
* gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi2022-04-271-2/+9
* gdb: remove BLOCK_FUNCTION macroSimon Marchi2022-04-271-2/+9
* gdb: remove BLOCK_{START,END} macrosSimon Marchi2022-04-271-5/+18
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-2/+2
* [gdb/symtab] Prefer def over decl (inter-CU case)Tom de Vries2020-04-231-0/+10
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-2/+2
* Fix Fortran regression with variables in nested functionsTom Tromey2019-08-191-1/+9
* More block constificationTom Tromey2019-03-241-1/+1
* gdb/23712: Use new multidictionary APIKeith Seitz2019-01-101-4/+4
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Add block range data structure for blocks with non-contiguous address rangesKevin Buettner2018-08-231-0/+85
* Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves2018-01-051-0/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-19/+14
* Eliminate block_iter_name_*Pedro Alves2017-07-201-21/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-0/+11
* [Ada] Add support for subprogram renamingsPierre-Marie de Rodat2015-08-131-15/+4
* PR symtab/18258Doug Evans2015-05-271-0/+34
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-3/+3
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Look up primitive types as symbols.Doug Evans2014-12-231-0/+8
* Accelerate lookup_symbol_aux_objfile 85xJan Kratochvil2014-12-041-0/+8
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-12/+11
* New macro ALL_BLOCK_SYMBOLS_WITH_NAME.Doug Evans2014-11-061-0/+9
* Move lookup_block_symbol to block.c, rename to block_lookup_symbol.Doug Evans2014-11-061-0/+6
* * block.h (ALL_BLOCK_SYMBOLS): Fix comment.Doug Evans2014-10-261-2/+2
* constify some blockvector APIsTom Tromey2014-06-181-6/+6
* constify struct block in some placesTom Tromey2014-06-181-4/+5
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtabTom Tromey2012-05-181-0/+2
* * symtab.h (struct symtab) <includes, user>: New fields.Tom Tromey2012-05-101-0/+22
* * jv-lang.c (get_java_class_symtab): Use allocate_global_block,Tom Tromey2012-05-101-0/+18
* * tracepoint.c (scope_info): Update.Tom Tromey2012-05-101-8/+78