aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-2/+2
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six1-9/+9
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-08-18Merge psympriv.h into psymtab.hTom Tromey1-1/+1
2023-08-11gdb: warn unused result for bfd IO functionsAlan Modra1-2/+3
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-4/+4
2023-07-26[gdb/build] Fix Wstringop-truncation in coff_getfilenameTom de Vries1-2/+3
2023-06-05Use "unrelocated" terminology in linetable_entryTom Tromey1-2/+3
2023-05-07Rename objfile::sectionsTom Tromey1-1/+2
2023-05-02xcoffread.c: Fix -Werror=dangling-pointer= issue with main_subfile.Mark Wielaard1-11/+13
2023-03-28Rename "raw" to "unrelocated"Tom Tromey1-2/+3
2023-03-28Use unrelocated_addr in minimal symbolsTom Tromey1-8/+8
2023-03-28Use unrelocated_addr in psymbolsTom Tromey1-9/+14
2023-03-28Use unrelocated_addr in partial symbol tablesTom Tromey1-6/+9
2023-03-27Use stdint types in coff internal_auxentAlan Modra1-2/+2
2023-03-18Rename objfile_type to builtin_typeTom Tromey1-2/+2
2023-03-17Fix line table regressionTom Tromey1-2/+3
2023-03-11Change linetable_entry::is_stmt to boolTom Tromey1-2/+2
2023-03-11Change linetables to be objfile-independentTom Tromey1-5/+6
2023-03-11Add operator< and operator== to linetable_entryTom Tromey1-3/+1
2023-03-08Remove OBJF_REORDEREDTom Tromey1-5/+0
2023-02-27Remove old GNU indent directivesTom Tromey1-2/+1
2023-02-08Do not pass section index to end_compunit_symtabTom Tromey1-7/+5
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