aboutsummaryrefslogtreecommitdiff
path: root/gdb/buildsym.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-11gdb: Fix out of bounds array access in buildsym_compunit::record_lineAndrew Burgess1-8/+11
2020-03-10gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess1-1/+13
2020-03-04Introduce objfile::internTom Tromey1-1/+1
2020-01-24gdb: Don't reorder line table entries too much when sorting.Andrew Burgess1-24/+16
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-29Fix setting breakpoints or stepping on line 65535Bernd Edlinger1-6/+0
2019-12-27Make symbol_set_names a member functionChristian Biesinger1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-3/+3
2019-11-12Make struct symbol inherit from general_symbol_infoChristian Biesinger1-1/+1
2019-10-19Replace some more qsort calls with std::sortChristian Biesinger1-15/+11
2019-08-06Use obstack_strdup moreTom Tromey1-3/+2
2019-04-06Revert the header-sorting patchTom Tromey1-17/+13
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-13/+17
2019-03-07C++-ify bcacheTom Tromey1-1/+1
2019-01-10gdb/23712: Use new multidictionary APIKeith Seitz1-15/+13
2019-01-09Remove ALL_COMPUNIT_FILETABSTom Tromey1-4/+3
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-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