aboutsummaryrefslogtreecommitdiff
path: root/gdb/block.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-6/+4
2019-12-06[gdb/symtab] Prefer var def over declTom de Vries1-4/+70
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-09-20Fix crash in Ada "catch exception"Tom Tromey1-1/+1
2019-08-19Fix Fortran regression with variables in nested functionsTom Tromey1-8/+11
2019-07-30Allow nested function displaysTom Tromey1-4/+0
2019-04-06Revert the header-sorting patchTom Tromey1-6/+4
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-4/+6
2019-03-24More block constificationTom Tromey1-4/+4
2019-01-10gdb/23712: Use new multidictionary APIKeith Seitz1-14/+17
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-08-23Add block range data structure for blocks with non-contiguous address rangesKevin Buettner1-0/+21
2018-02-16New class allocate_on_obstackYao Qi1-8/+4
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves1-1/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-18/+20
2017-07-20Eliminate block_iter_name_*Pedro Alves1-71/+2
2017-02-20DWARF-5: call sitesJan Kratochvil1-2/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-3/+3
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+1
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-0/+15
2015-06-26PR 16253 revisitedKeith Seitz1-6/+25
2015-05-27PR symtab/18258Doug Evans1-0/+47
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-5/+5
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Look up primitive types as symbols.Doug Evans1-0/+26
2014-12-04Accelerate lookup_symbol_aux_objfile 85xJan Kratochvil1-0/+25
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-39/+43
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-4/+7
2014-11-06New macro ALL_BLOCK_SYMBOLS_WITH_NAME.Doug Evans1-6/+2
2014-11-06Move lookup_block_symbol to block.c, rename to block_lookup_symbol.Doug Evans1-0/+58
2014-10-26block.c (allocate_block): Use OBSTACK_ZALLOC instead of obstack_alloc.Doug Evans1-8/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-06-18constify some blockvector APIsTom Tromey1-6/+6
2014-06-18constify struct block in some placesTom Tromey1-5/+5
2014-02-26change minsym representationTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-04-08 * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey1-2/+3
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-06-18 * block.c (find_block_in_blockvector): Make explicit the fact that weDoug Evans1-3/+8
2012-05-18 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtabTom Tromey1-38/+48
2012-05-10 * symtab.h (struct symtab) <includes, user>: New fields.Tom Tromey1-7/+233
2012-05-10 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,Tom Tromey1-0/+23
2012-05-10 * tracepoint.c (scope_info): Update.Tom Tromey1-0/+59
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-12-06the "ambiguous linespec" seriesTom Tromey1-0/+14