aboutsummaryrefslogtreecommitdiff
path: root/gdb/buildsym.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-17Fix line table regressionTom Tromey1-1/+1
2023-02-08Do not pass section index to end_compunit_symtabTom Tromey1-5/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-07-29gdb: add "id" fields to identify symtabs and subfilesSimon Marchi1-3/+36
2022-06-12Use malloc for mutable addrmapsTom Tromey1-6/+2
2022-06-12Remove addrmap_create_mutableTom Tromey1-1/+1
2022-04-12gdb: change subfile::line_vector to an std::vectorSimon Marchi1-4/+2
2022-04-12gdb: change subfile::name and buildsym_compunit::m_comp_dir to stringsSimon Marchi1-5/+3
2022-04-12gdb: allocate subfile with newSimon Marchi1-6/+16
2022-04-07gdb: remove subfile::buildsym_compunit fieldSimon Marchi1-2/+0
2022-04-04gdb: Add support for DW_LNS_set_prologue_end in line-tableLancelot SIX1-0/+4
2022-04-04gdb/buildsym: Line record use a record flagLancelot SIX1-1/+11
2022-04-04gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtabSimon Marchi1-7/+7
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-03-10gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+2
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-15/+15
2018-07-20Remove record_line_ftypeTom Tromey1-4/+0
2018-07-20Introduce buildsym-legacy.hTom Tromey1-142/+0
2018-07-20Move struct buildsym_compunit to buildsym.hTom Tromey1-0/+288
2018-07-20Remove EXTERN from buildsym.hTom Tromey1-12/+1
2018-07-20Remove buildsym_initTom Tromey1-2/+0
2018-07-20Move the symbol lists to buildsym_compunitTom Tromey1-14/+12
2018-07-20Remove the "listhead" argument from finish_blockTom Tromey1-1/+0
2018-07-20Move pending_blocks and pending_block_obstack to buildsym_compunitTom Tromey1-1/+1
2018-07-20Move current_subfile to buildsym_compunitTom Tromey1-2/+4
2018-07-20Move the context stack to buildsym_compunitTom Tromey1-10/+14
2018-07-16Move the using directives to buildsym_compunitTom Tromey1-8/+12
2018-07-16Make free_pending_blocks staticTom Tromey1-3/+1
2018-07-16Move the subfile stack to buildsym_compunitTom Tromey1-2/+2
2018-07-16Remove merge_symbol_listsTom Tromey1-3/+0
2018-07-16Move scan_file_globals declaration to stabsread.hTom Tromey1-4/+0
2018-07-16Remove buildsym_new_initTom Tromey1-3/+1
2018-07-16Move within_function to stabsreadTom Tromey1-5/+0
2018-07-16Move processing_gcc to stabsreadTom Tromey1-5/+0
2018-07-16Move some code from buildsym to stabsreadTom Tromey1-15/+0
2018-07-16Make context_stack_size static in buildsym.cTom Tromey1-4/+0
2018-07-16Move processing_acc_compilation to dbxread.cTom Tromey1-8/+0
2018-07-16Move last_source_start_addr to buildsym_compunitTom Tromey1-6/+10
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-08Per-language symbol name hashing algorithmPedro Alves1-1/+3
2017-11-04Replace really_free_pendings with a scoped_ classTom Tromey1-1/+9
2017-04-05-Wwrite-strings: The RestPedro Alves1-2/+2
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-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-3/+12