aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-09-30gdb: Remove unused extra_lines variableTsukasa OI1-8/+0
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-11/+11
2022-07-29gdb: add "id" fields to identify symtabs and subfilesSimon Marchi1-0/+1
2022-07-28Rewrite registry.hTom Tromey1-1/+1
2022-06-10Fix warning-avoidance initialization in xcoffread.cTom Tromey1-1/+1
2022-06-02ODR warnings for "struct coff_symbol"Tom Tromey1-10/+10
2022-06-02ODR warning for "struct find_targ_sec_arg"Tom Tromey1-3/+4
2022-06-02ODR warnings for struct symlocTom Tromey1-14/+14
2022-04-21Always use dwarf2_initialize_objfileTom Tromey1-3/+1
2022-04-12gdb: change subfile::line_vector to an std::vectorSimon Marchi1-87/+31
2022-04-12gdb: use std::vector for temporary linetable_entry array in arrange_linetableSimon Marchi1-47/+31
2022-04-12gdb: change subfile::name and buildsym_compunit::m_comp_dir to stringsSimon Marchi1-2/+1
2022-04-12gdb: allocate subfile with newSimon Marchi1-8/+2
2022-04-11gdb: remove symbol value macrosSimon Marchi1-4/+3
2022-04-04gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtabSimon Marchi1-13/+15
2022-02-21gdb: make use of std::string in dbxread.c and xcoffread.cAndrew Burgess1-14/+4
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-2/+2
2022-02-06gdb: remove SYMBOL_DOMAIN macroSimon Marchi1-1/+1
2022-02-06gdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setterSimon Marchi1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-10gdb: adjust x_file fields on COFF readersClément Chigot1-3/+3
2021-05-27gdb: fix some indentation issuesSimon Marchi1-12/+13
2021-04-02gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtabSimon Marchi1-2/+2
2021-03-20Allow multiple partial symbol readers per objfileTom Tromey1-1/+3
2021-03-20Add partial_symtabs parameter to psymtab construction functionsTom Tromey1-14/+25
2021-03-20Remove sym_fns::sym_read_psymbolsTom Tromey1-1/+0
2021-03-20Change how some psymbol readers access the psymtab storageTom Tromey1-8/+14
2021-03-20Move sym_fns::qf to objfileTom Tromey1-1/+0
2021-03-20Introduce dwarf2/public.hTom Tromey1-0/+1
2021-03-06Create new file dwarf2/sect-names.hTom Tromey1-0/+1
2021-02-10gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macrosAndrew Burgess1-4/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-41/+41
2020-11-01Change end_psymtab_common to a methodTom Tromey1-1/+1
2020-11-01Remove parameter from end_psymtab_commonTom Tromey1-1/+1
2020-11-01Remove init_psymbol_listTom Tromey1-6/+0
2020-10-17Have partial symbol tables own psymbol vectorsTom Tromey1-54/+53
2020-08-28Fix two out-of-date commentsTom Tromey1-2/+1
2020-06-25Remove obsolete gdbarch_static_transform_nameRainer Orth1-5/+0
2020-05-15Remove allocate_symbol et alTom Tromey1-8/+1
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-2/+2
2020-03-29gdb: rename partial symtab expand functions of debug info readers using legac...Simon Marchi1-2/+2
2020-03-29gdb: rename partial_symtab::read_dependencies to expand_dependenciesSimon Marchi1-1/+1
2020-03-29gdb: remove discard_psymtab functionSimon Marchi1-1/+1
2020-03-10gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess1-0/+4
2020-01-26Consolidate partial symtab dependency readingTom Tromey1-28/+2
2020-01-26Introduce partial_symtab::expand_psymtab methodTom Tromey1-4/+5
2020-01-26Consolidate psymtab "Reading" messagesTom Tromey1-19/+1
2020-01-26Introduce partial_symtab::read_symtab methodTom Tromey1-21/+22