summaryrefslogtreecommitdiff
path: root/gdb/buildsym.h
Commit message (Expand)AuthorAgeFilesLines
* Fix line table regressionTom Tromey2023-03-171-1/+1
* Do not pass section index to end_compunit_symtabTom Tromey2023-02-081-5/+4
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: add "id" fields to identify symtabs and subfilesSimon Marchi2022-07-291-3/+36
* Use malloc for mutable addrmapsTom Tromey2022-06-121-6/+2
* Remove addrmap_create_mutableTom Tromey2022-06-121-1/+1
* gdb: change subfile::line_vector to an std::vectorSimon Marchi2022-04-121-4/+2
* gdb: change subfile::name and buildsym_compunit::m_comp_dir to stringsSimon Marchi2022-04-121-5/+3
* gdb: allocate subfile with newSimon Marchi2022-04-121-6/+16
* gdb: remove subfile::buildsym_compunit fieldSimon Marchi2022-04-071-2/+0
* gdb: Add support for DW_LNS_set_prologue_end in line-tableLancelot SIX2022-04-041-0/+4
* gdb/buildsym: Line record use a record flagLancelot SIX2022-04-041-1/+11
* gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtabSimon Marchi2022-04-041-7/+7
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess2020-03-101-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+2
* 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-15/+15
* Remove record_line_ftypeTom Tromey2018-07-201-4/+0
* Introduce buildsym-legacy.hTom Tromey2018-07-201-142/+0
* Move struct buildsym_compunit to buildsym.hTom Tromey2018-07-201-0/+288
* Remove EXTERN from buildsym.hTom Tromey2018-07-201-12/+1
* Remove buildsym_initTom Tromey2018-07-201-2/+0
* Move the symbol lists to buildsym_compunitTom Tromey2018-07-201-14/+12
* Remove the "listhead" argument from finish_blockTom Tromey2018-07-201-1/+0
* Move pending_blocks and pending_block_obstack to buildsym_compunitTom Tromey2018-07-201-1/+1
* Move current_subfile to buildsym_compunitTom Tromey2018-07-201-2/+4
* Move the context stack to buildsym_compunitTom Tromey2018-07-201-10/+14
* Move the using directives to buildsym_compunitTom Tromey2018-07-161-8/+12
* Make free_pending_blocks staticTom Tromey2018-07-161-3/+1
* Move the subfile stack to buildsym_compunitTom Tromey2018-07-161-2/+2
* Remove merge_symbol_listsTom Tromey2018-07-161-3/+0
* Move scan_file_globals declaration to stabsread.hTom Tromey2018-07-161-4/+0
* Remove buildsym_new_initTom Tromey2018-07-161-3/+1
* Move within_function to stabsreadTom Tromey2018-07-161-5/+0
* Move processing_gcc to stabsreadTom Tromey2018-07-161-5/+0
* Move some code from buildsym to stabsreadTom Tromey2018-07-161-15/+0
* Make context_stack_size static in buildsym.cTom Tromey2018-07-161-4/+0
* Move processing_acc_compilation to dbxread.cTom Tromey2018-07-161-8/+0
* Move last_source_start_addr to buildsym_compunitTom Tromey2018-07-161-6/+10
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Per-language symbol name hashing algorithmPedro Alves2017-11-081-1/+3
* Replace really_free_pendings with a scoped_ classTom Tromey2017-11-041-1/+9
* -Wwrite-strings: The RestPedro Alves2017-04-051-2/+2
* 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
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-3/+12