summaryrefslogtreecommitdiff
path: root/gdb/block.h
Commit message (Expand)AuthorAgeFilesLines
* Remove ALL_DICT_SYMBOLSTom Tromey2023-05-071-0/+4
* Convert contained_in to methodTom Tromey2023-02-191-10/+9
* Make block members 'private'Tom Tromey2023-02-191-6/+6
* Remove allocate_block and allocate_global_blockTom Tromey2023-02-191-4/+0
* Have global_block inherit from blockTom Tromey2023-02-191-5/+1
* Use 'new' for block and global_blockTom Tromey2023-02-191-10/+10
* Remove ALL_BLOCK_SYMBOLSTom Tromey2023-02-191-9/+0
* Remove ALL_BLOCK_SYMBOLS_WITH_NAMETom Tromey2023-02-191-10/+0
* Introduce a block iterator wrapperTom Tromey2023-02-191-0/+50
* Combine both styles of block iteratorTom Tromey2023-02-191-22/+8
* Store 'name' in block_iteratorTom Tromey2023-02-191-4/+6
* Convert block_static_link to methodTom Tromey2023-02-191-11/+13
* Convert set_block_compunit_symtab to methodTom Tromey2023-02-191-3/+4
* Convert block_static_block and block_global_block to methodsTom Tromey2023-02-191-4/+9
* Convert block_containing_function to methodTom Tromey2023-02-191-2/+7
* Convert block_linkage_function to methodTom Tromey2023-02-191-2/+7
* Convert more block functions to methodsTom Tromey2023-02-191-19/+29
* Convert block_inlined_p to methodTom Tromey2023-02-191-2/+4
* Convert block_gdbarch to methodTom Tromey2023-02-191-4/+4
* Convert block_objfile to methodTom Tromey2023-02-191-4/+4
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* 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