Remove path name from test case
[binutils-gdb.git] / gdb / block.h
2023-11-14 Tom TromeyAdd block::function_block
2023-11-14 Tom TromeyAdd two convenience methods to block
2023-09-07 Tom TromeySimplify block_find_symbol
2023-05-07 Tom TromeyRemove ALL_DICT_SYMBOLS
2023-02-19 Tom TromeyConvert contained_in to method
2023-02-19 Tom TromeyMake block members 'private'
2023-02-19 Tom TromeyRemove allocate_block and allocate_global_block
2023-02-19 Tom TromeyHave global_block inherit from block
2023-02-19 Tom TromeyUse 'new' for block and global_block
2023-02-19 Tom TromeyRemove ALL_BLOCK_SYMBOLS
2023-02-19 Tom TromeyRemove ALL_BLOCK_SYMBOLS_WITH_NAME
2023-02-19 Tom TromeyIntroduce a block iterator wrapper
2023-02-19 Tom TromeyCombine both styles of block iterator
2023-02-19 Tom TromeyStore 'name' in block_iterator
2023-02-19 Tom TromeyConvert block_static_link to method
2023-02-19 Tom TromeyConvert set_block_compunit_symtab to method
2023-02-19 Tom TromeyConvert block_static_block and block_global_block to...
2023-02-19 Tom TromeyConvert block_containing_function to method
2023-02-19 Tom TromeyConvert block_linkage_function to method
2023-02-19 Tom TromeyConvert more block functions to methods
2023-02-19 Tom TromeyConvert block_inlined_p to method
2023-02-19 Tom TromeyConvert block_gdbarch to method
2023-02-19 Tom TromeyConvert block_objfile to method
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-04-28 Andrew Burgessgdb: fix nullptr dereference in block::ranges()
2022-04-28 Simon Marchigdb: remove BLOCKVECTOR_MAP macro
2022-04-28 Simon Marchigdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS...
2022-04-28 Simon Marchigdb: remove BLOCK_ENTRY_PC macro
2022-04-28 Simon Marchigdb: remove BLOCK_CONTIGUOUS_P macro
2022-04-28 Simon Marchigdb: remove BLOCK_RANGE macro
2022-04-28 Simon Marchigdb: remove BLOCK_NRANGES macro
2022-04-28 Simon Marchigdb: remove BLOCK_RANGES macro
2022-04-28 Simon Marchigdb: remove BLOCK_RANGE_{START,END} macros
2022-04-28 Simon Marchigdb: remove BLOCK_NAMESPACE macro
2022-04-28 Simon Marchigdb: remove BLOCK_MULTIDICT macro
2022-04-28 Simon Marchigdb: remove BLOCK_SUPERBLOCK macro
2022-04-28 Simon Marchigdb: remove BLOCK_FUNCTION macro
2022-04-28 Simon Marchigdb: remove BLOCK_{START,END} macros
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-04-23 Tom de Vries[gdb/symtab] Prefer def over decl (inter-CU case)
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-08-19 Tom TromeyFix Fortran regression with variables in nested functions
2019-03-25 Tom TromeyMore block constification
2019-01-10 Keith Seitzgdb/23712: Use new multidictionary API
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-08-23 Kevin BuettnerAdd block range data structure for blocks with non...
2018-01-05 Pedro AlvesFix regresssion(internal-error) printing subprogram...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-08 Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-07-20 Pedro AlvesEliminate block_iter_name_*
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-08-25 Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-08-13 Pierre-Marie de... [Ada] Add support for subprogram renamings
2015-05-27 Doug EvansPR symtab/18258
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23 Doug EvansLook up primitive types as symbols.
2014-12-04 Jan KratochvilAccelerate lookup_symbol_aux_objfile 85x
2014-11-20 Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-07 Doug EvansNew macro ALL_BLOCK_SYMBOLS_WITH_NAME.
2014-11-07 Doug EvansMove lookup_block_symbol to block.c, rename to block_lo...
2014-10-26 Doug Evans* block.h (ALL_BLOCK_SYMBOLS): Fix comment.
2014-06-18 Tom Tromeyconstify some blockvector APIs
2014-06-18 Tom Tromeyconstify struct block in some places
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-05-18 Tom Tromey * psymtab.c (find_pc_sect_symtab_from_partial): Return...
2012-05-10 Tom Tromey * symtab.h (struct symtab) <includes, user>: New fields.
2012-05-10 Tom Tromey * jv-lang.c (get_java_class_symtab): Use allocate_glob...
2012-05-10 Tom Tromey * tracepoint.c (scope_info): Update.
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-06 Tom Tromeythe "ambiguous linespec" series
2011-10-09 Jan Kratochvilgdb/
2011-04-04 Tom Tromey * symtab.h (domain_enum): Split in two...
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-06-28 Daniel Jacobowitz gdb/
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-09-05 Ulrich Weigand * breakpoint.h (struct bp_location): Change type of...
2008-07-15 Daniel Jacobowitz * block.c (block_function): Renamed to ...
2008-01-01 Daniel Jacobowitz Updated copyright notices for most files.
2007-12-04 Jim BlandySupport lexical blocks and function bodies that occupy
2007-10-12 Ulrich Weigand * block.h (struct block): Remove "gcc_compile_flag...
2007-08-23 Joel Brobecker Switch the license of all .c files to GPLv3.
2007-01-09 Daniel JacobowitzCopyright updates for 2007.
2006-04-20 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2005-12-17 Eli Zaretskii * breakpoint.c:
2004-01-18 Andrew Cagney2004-01-17 Andrew Cagney <cagney@redhat.com>
2003-09-11 David Carlton2003-09-11 David Carlton <carlton@kealia.com>
2003-06-11 David Carlton2003-06-11 David Carlton <carlton@bactrian.org>
2003-06-11 David Carlton2003-06-11 David Carlton <carlton@bactrian.org>
2003-06-02 David Carlton2003-06-02 David Carlton <carlton@math.stanford.edu>
2003-05-20 David Carlton2003-05-19 David Carlton <carlton@bactrian.org>
2003-05-20 David Carlton2003-05-19 David Carlton <carlton@bactrian.org>
2003-04-15 David Carlton2003-04-15 David Carlton <carlton@math.stanford.edu>
2003-02-20 David Carlton2003-02-19 David Carlton <carlton@math.stanford.edu>