summaryrefslogtreecommitdiff
path: root/gdb/buildsym.c
Commit message (Expand)AuthorAgeFilesLines
* Replace some more qsort calls with std::sortChristian Biesinger2019-10-191-15/+11
* Use obstack_strdup moreTom Tromey2019-08-061-3/+2
* Revert the header-sorting patchTom Tromey2019-04-061-17/+13
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-13/+17
* C++-ify bcacheTom Tromey2019-03-071-1/+1
* gdb/23712: Use new multidictionary APIKeith Seitz2019-01-101-15/+13
* Remove ALL_COMPUNIT_FILETABSTom Tromey2019-01-091-4/+3
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Rename remaining members of buildsym_compunit to start with "m_"Keith Seitz2018-07-201-48/+48
* Introduce buildsym-legacy.hTom Tromey2018-07-201-407/+1
* Move struct buildsym_compunit to buildsym.hTom Tromey2018-07-201-344/+69
* Remove reset_symtab_globalsTom Tromey2018-07-201-16/+4
* Add many methods to buildsym_compunitTom Tromey2018-07-201-188/+427
* Remove parameter from record_pending_blockTom Tromey2018-07-201-34/+25
* Remove EXTERN from buildsym.hTom Tromey2018-07-201-6/+1
* Remove a TODOTom Tromey2018-07-201-2/+1
* Remove buildsym_initTom Tromey2018-07-201-35/+7
* Move the symbol lists to buildsym_compunitTom Tromey2018-07-201-42/+65
* Remove free_pendingsTom Tromey2018-07-201-25/+3
* Remove the "listhead" argument from finish_blockTom Tromey2018-07-201-3/+2
* Move pending_blocks and pending_block_obstack to buildsym_compunitTom Tromey2018-07-201-50/+34
* Move pending addrmap globals to buildsym_compunitTom Tromey2018-07-201-37/+26
* Move current_subfile to buildsym_compunitTom Tromey2018-07-201-7/+18
* Move the context stack to buildsym_compunitTom Tromey2018-07-201-39/+51
* Move the using directives to buildsym_compunitTom Tromey2018-07-161-12/+41
* Make free_pending_blocks staticTom Tromey2018-07-161-2/+9
* Move the subfile stack to buildsym_compunitTom Tromey2018-07-161-26/+13
* Use gdb_assert in two places in buildsym.cTom Tromey2018-07-161-10/+2
* Remove merge_symbol_listsTom Tromey2018-07-161-27/+0
* Remove buildsym_new_initTom Tromey2018-07-161-11/+1
* Move within_function to stabsreadTom Tromey2018-07-161-1/+0
* Move some code from buildsym to stabsreadTom Tromey2018-07-161-10/+0
* Make context_stack_size static in buildsym.cTom Tromey2018-07-161-0/+4
* Move last_source_start_addr to buildsym_compunitTom Tromey2018-07-161-12/+36
* Move have_line_numbers to buildsym_compunitTom Tromey2018-07-161-9/+7
* Move pending_macros to buildsym_compunitTom Tromey2018-07-161-28/+27
* Move last_source file to buildsym_compunitTom Tromey2018-07-161-18/+25
* Add assert in prepare_for_buildingTom Tromey2018-07-161-0/+1
* Change buildsym_compunit::comp_dir to be a unique_xmalloc_ptrTom Tromey2018-07-161-6/+5
* Use new and delete for buildsym_compunitTom Tromey2018-07-161-50/+41
* Remove symfile_complaintsTom Tromey2018-05-231-17/+10
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Per-language symbol name hashing algorithmPedro Alves2017-11-081-11/+23
* Replace really_free_pendings with a scoped_ classTom Tromey2017-11-041-16/+10
* Fix gdb.opt/inline-cmds.exp regressionsUlrich Weigand2017-10-241-6/+8
* Use std::vector in end_symtab_get_static_blockTom Tromey2017-10-161-28/+11
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* 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 casts to memory allocation related callsSimon Marchi2015-09-251-3/+3