aboutsummaryrefslogtreecommitdiff
path: root/gdb/buildsym.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-20Rename remaining members of buildsym_compunit to start with "m_"Keith Seitz1-15/+15
2018-07-20Remove record_line_ftypeTom Tromey1-4/+0
2018-07-20Introduce buildsym-legacy.hTom Tromey1-142/+0
2018-07-20Move struct buildsym_compunit to buildsym.hTom Tromey1-0/+288
2018-07-20Remove EXTERN from buildsym.hTom Tromey1-12/+1
2018-07-20Remove buildsym_initTom Tromey1-2/+0
2018-07-20Move the symbol lists to buildsym_compunitTom Tromey1-14/+12
2018-07-20Remove the "listhead" argument from finish_blockTom Tromey1-1/+0
2018-07-20Move pending_blocks and pending_block_obstack to buildsym_compunitTom Tromey1-1/+1
2018-07-20Move current_subfile to buildsym_compunitTom Tromey1-2/+4
2018-07-20Move the context stack to buildsym_compunitTom Tromey1-10/+14
2018-07-16Move the using directives to buildsym_compunitTom Tromey1-8/+12
2018-07-16Make free_pending_blocks staticTom Tromey1-3/+1
2018-07-16Move the subfile stack to buildsym_compunitTom Tromey1-2/+2
2018-07-16Remove merge_symbol_listsTom Tromey1-3/+0
2018-07-16Move scan_file_globals declaration to stabsread.hTom Tromey1-4/+0
2018-07-16Remove buildsym_new_initTom Tromey1-3/+1
2018-07-16Move within_function to stabsreadTom Tromey1-5/+0
2018-07-16Move processing_gcc to stabsreadTom Tromey1-5/+0
2018-07-16Move some code from buildsym to stabsreadTom Tromey1-15/+0
2018-07-16Make context_stack_size static in buildsym.cTom Tromey1-4/+0
2018-07-16Move processing_acc_compilation to dbxread.cTom Tromey1-8/+0
2018-07-16Move last_source_start_addr to buildsym_compunitTom Tromey1-6/+10
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-08Per-language symbol name hashing algorithmPedro Alves1-1/+3
2017-11-04Replace really_free_pendings with a scoped_ classTom Tromey1-1/+9
2017-04-05-Wwrite-strings: The RestPedro Alves1-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-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-3/+12
2015-08-13[Ada] Add support for subprogram renamingsPierre-Marie de Rodat1-2/+6
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-17Make buildsym set-up/tear-down more consistent, and document it.Doug Evans1-2/+3
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-23/+35
2014-11-18buildsym API cleanupDoug Evans1-13/+7
2014-08-22Create a typedef for record_line: record_line_ftype.Doug Evans1-1/+5
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-08-20 * buildsym.c (subfile_stack): Move here from buildsym.h.Doug Evans1-29/+4
2013-01-21 * buildsym.c (patch_subfile_names): Use set_last_source_file.Tom Tromey1-7/+11
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-12-10 * buildsym.c (struct pending_block): Move from buildsym.h.Tom Tromey1-15/+1
2012-09-19 * buildsym.h (param_symbols): Delete, unused.Doug Evans1-8/+0
2012-07-18 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.Tom Tromey1-1/+2
2012-07-13gdb/Jan Kratochvil1-0/+9
2012-07-10 * buildsym.c (finish_block_internal): New arg "expandable".Doug Evans1-0/+9
2012-04-23 * buildsym.c (add_free_pendings): Remove.Tom Tromey1-2/+0
2012-03-12 * buildsym.c (record_pending_block): Now static.Tom Tromey1-8/+0