summaryrefslogtreecommitdiff
path: root/gdb/block.c
Commit message (Expand)AuthorAgeFilesLines
* [gdb/symtab] Prefer def over decl (inter-CU case)Tom de Vries2020-04-231-5/+4
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-6/+4
* [gdb/symtab] Prefer var def over declTom de Vries2019-12-061-4/+70
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Fix crash in Ada "catch exception"Tom Tromey2019-09-201-1/+1
* Fix Fortran regression with variables in nested functionsTom Tromey2019-08-191-8/+11
* Allow nested function displaysTom Tromey2019-07-301-4/+0
* Revert the header-sorting patchTom Tromey2019-04-061-6/+4
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-4/+6
* More block constificationTom Tromey2019-03-241-4/+4
* gdb/23712: Use new multidictionary APIKeith Seitz2019-01-101-14/+17
* 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/+21
* New class allocate_on_obstackYao Qi2018-02-161-8/+4
* Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves2018-01-051-1/+2
* 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-18/+20
* Eliminate block_iter_name_*Pedro Alves2017-07-201-71/+2
* DWARF-5: call sitesJan Kratochvil2017-02-201-2/+2
* 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
* Add some more casts (1/2)Simon Marchi2015-09-251-3/+3
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+1
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-0/+15
* PR 16253 revisitedKeith Seitz2015-06-261-6/+25
* PR symtab/18258Doug Evans2015-05-271-0/+47
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-5/+5
* 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/+26
* Accelerate lookup_symbol_aux_objfile 85xJan Kratochvil2014-12-041-0/+25
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-39/+43
* symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans2014-11-181-4/+7
* New macro ALL_BLOCK_SYMBOLS_WITH_NAME.Doug Evans2014-11-061-6/+2
* Move lookup_block_symbol to block.c, rename to block_lookup_symbol.Doug Evans2014-11-061-0/+58
* block.c (allocate_block): Use OBSTACK_ZALLOC instead of obstack_alloc.Doug Evans2014-10-261-8/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* constify some blockvector APIsTom Tromey2014-06-181-6/+6
* constify struct block in some placesTom Tromey2014-06-181-5/+5
* change minsym representationTom Tromey2014-02-261-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-2/+3
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * block.c (find_block_in_blockvector): Make explicit the fact that weDoug Evans2012-06-181-3/+8
* * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtabTom Tromey2012-05-181-38/+48
* * symtab.h (struct symtab) <includes, user>: New fields.Tom Tromey2012-05-101-7/+233
* * jv-lang.c (get_java_class_symtab): Use allocate_global_block,Tom Tromey2012-05-101-0/+23
* * tracepoint.c (scope_info): Update.Tom Tromey2012-05-101-0/+59