aboutsummaryrefslogtreecommitdiff
path: root/gdb/buildsym.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-20Rename remaining members of buildsym_compunit to start with "m_"Keith Seitz1-48/+48
2018-07-20Introduce buildsym-legacy.hTom Tromey1-407/+1
2018-07-20Move struct buildsym_compunit to buildsym.hTom Tromey1-344/+69
2018-07-20Remove reset_symtab_globalsTom Tromey1-16/+4
2018-07-20Add many methods to buildsym_compunitTom Tromey1-188/+427
2018-07-20Remove parameter from record_pending_blockTom Tromey1-34/+25
2018-07-20Remove EXTERN from buildsym.hTom Tromey1-6/+1
2018-07-20Remove a TODOTom Tromey1-2/+1
2018-07-20Remove buildsym_initTom Tromey1-35/+7
2018-07-20Move the symbol lists to buildsym_compunitTom Tromey1-42/+65
2018-07-20Remove free_pendingsTom Tromey1-25/+3
2018-07-20Remove the "listhead" argument from finish_blockTom Tromey1-3/+2
2018-07-20Move pending_blocks and pending_block_obstack to buildsym_compunitTom Tromey1-50/+34
2018-07-20Move pending addrmap globals to buildsym_compunitTom Tromey1-37/+26
2018-07-20Move current_subfile to buildsym_compunitTom Tromey1-7/+18
2018-07-20Move the context stack to buildsym_compunitTom Tromey1-39/+51
2018-07-16Move the using directives to buildsym_compunitTom Tromey1-12/+41
2018-07-16Make free_pending_blocks staticTom Tromey1-2/+9
2018-07-16Move the subfile stack to buildsym_compunitTom Tromey1-26/+13
2018-07-16Use gdb_assert in two places in buildsym.cTom Tromey1-10/+2
2018-07-16Remove merge_symbol_listsTom Tromey1-27/+0
2018-07-16Remove buildsym_new_initTom Tromey1-11/+1
2018-07-16Move within_function to stabsreadTom Tromey1-1/+0
2018-07-16Move some code from buildsym to stabsreadTom Tromey1-10/+0
2018-07-16Make context_stack_size static in buildsym.cTom Tromey1-0/+4
2018-07-16Move last_source_start_addr to buildsym_compunitTom Tromey1-12/+36
2018-07-16Move have_line_numbers to buildsym_compunitTom Tromey1-9/+7
2018-07-16Move pending_macros to buildsym_compunitTom Tromey1-28/+27
2018-07-16Move last_source file to buildsym_compunitTom Tromey1-18/+25
2018-07-16Add assert in prepare_for_buildingTom Tromey1-0/+1
2018-07-16Change buildsym_compunit::comp_dir to be a unique_xmalloc_ptrTom Tromey1-6/+5
2018-07-16Use new and delete for buildsym_compunitTom Tromey1-50/+41
2018-05-23Remove symfile_complaintsTom Tromey1-17/+10
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-08Per-language symbol name hashing algorithmPedro Alves1-11/+23
2017-11-04Replace really_free_pendings with a scoped_ classTom Tromey1-16/+10
2017-10-24Fix gdb.opt/inline-cmds.exp regressionsUlrich Weigand1-6/+8
2017-10-16Use std::vector in end_symtab_get_static_blockTom Tromey1-28/+11
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
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 casts to memory allocation related callsSimon Marchi1-3/+3
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-11/+7
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-6/+13
2015-08-13[Ada] Add support for subprogram renamingsPierre-Marie de Rodat1-6/+18
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-9/+9
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-6/+6
2014-12-17Make buildsym set-up/tear-down more consistent, and document it.Doug Evans1-71/+149
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-169/+246