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