summaryrefslogtreecommitdiff
path: root/gdb/buildsym.c
Commit message (Expand)AuthorAgeFilesLines
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-1/+1
* Partially revert my UB fix in record_lineBernd Edlinger2020-04-091-19/+18
* gdb: Don't remove duplicate entries from the line tableAndrew Burgess2020-04-021-14/+0
* Fix an undefined behavior in record_lineBernd Edlinger2020-04-011-16/+18
* Fix the resizing condition of the line tableBernd Edlinger2020-04-011-1/+1
* gdb: Fix out of bounds array access in buildsym_compunit::record_lineAndrew Burgess2020-03-111-8/+11
* gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess2020-03-101-1/+13
* Introduce objfile::internTom Tromey2020-03-041-1/+1
* gdb: Don't reorder line table entries too much when sorting.Andrew Burgess2020-01-241-24/+16
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Fix setting breakpoints or stepping on line 65535Bernd Edlinger2019-12-291-6/+0
* Make symbol_set_names a member functionChristian Biesinger2019-12-271-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-3/+3
* Make struct symbol inherit from general_symbol_infoChristian Biesinger2019-11-121-1/+1
* 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