Remove path name from test case
[binutils-gdb.git] / gdb / block.c
2023-11-14 Tom TromeyAdd block::function_block
2023-09-07 Tom TromeySimplify block_find_symbol
2023-08-31 Tom TromeyAdd symbol::matches method
2023-02-19 Tom TromeyConvert contained_in to method
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_WITH_NAME
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-02-19 Tom TromeyDon't allow NULL as an argument to block_global_block
2023-02-19 Tom TromeyDon't allow NULL as an argument to block_static_block
2023-02-19 Tom TromeyDon't allow NULL as an argument to block_using
2023-02-19 Tom TromeyAvoid extra allocations in block
2023-02-19 Tom TromeyRearrange block.c to avoid a forward declaration
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-06-12 Tom TromeyRemove addrmap wrapper functions
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_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-04-20 Tom TromeyReplace symbol_arch with symbol::arch
2022-04-20 Tom TromeyReplace symbol_objfile with symbol::objfile
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_INLINED macro
2022-02-06 Simon Marchigdb: remove SYMBOL_IS_ARGUMENT macro
2022-02-06 Simon Marchigdb: remove SYMBOL_DOMAIN macro
2022-02-06 Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-02-06 Simon Marchigdb: remove COMPUNIT_BLOCKVECTOR macro, add getter...
2022-02-06 Simon Marchigdb: remove COMPUNIT_OBJFILE macro
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-10-02 Simon Marchi[gdb/symtab] Remove COMPUNIT_CALL_SITE_HTAB
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-10-22 Tom de Vries[gdb/symtab] Make find_block_in_blockvector more robust
2020-04-23 Tom de Vries[gdb/symtab] Prefer def over decl (inter-CU case)
2020-04-18 Tom TromeyChange get_objfile_arch to a method on objfile
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-16 Christian BiesingerUse an accessor function for general_symbol_info::language
2019-12-06 Tom de Vries[gdb/symtab] Prefer var def over decl
2019-11-22 Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-10-26 Tom de Vries[gdb] Fix more typos in comments (2)
2019-09-20 Tom TromeyFix crash in Ada "catch exception"
2019-08-19 Tom TromeyFix Fortran regression with variables in nested functions
2019-07-30 Tom TromeyAllow nested function displays
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
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-02-16 Yao QiNew class allocate_on_obstack
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-02-20 Jan KratochvilDWARF-5: call sites
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-09-25 Simon MarchiAdd some more casts (1/2)
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-25 Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-06-26 Keith SeitzPR 16253 revisited
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-18 Doug Evanssymtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR...
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 Evansblock.c (allocate_block): Use OBSTACK_ZALLOC instead...
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-06-18 Tom Tromeyconstify some blockvector APIs
2014-06-18 Tom Tromeyconstify struct block in some places
2014-02-26 Tom Tromeychange minsym representation
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-04-08 Tom Tromey * minsyms.h (struct bound_minimal_symbol): New.
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-06-18 Doug Evans * block.c (find_block_in_blockvector): Make explicit...
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
next