summaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
Commit message (Expand)AuthorAgeFilesLines
* Rename objfile::sectionsTom Tromey2023-05-071-1/+2
* xcoffread.c: Fix -Werror=dangling-pointer= issue with main_subfile.Mark Wielaard2023-05-021-11/+13
* Rename "raw" to "unrelocated"Tom Tromey2023-03-281-2/+3
* Use unrelocated_addr in minimal symbolsTom Tromey2023-03-281-8/+8
* Use unrelocated_addr in psymbolsTom Tromey2023-03-281-9/+14
* Use unrelocated_addr in partial symbol tablesTom Tromey2023-03-281-6/+9
* Use stdint types in coff internal_auxentAlan Modra2023-03-271-2/+2
* Rename objfile_type to builtin_typeTom Tromey2023-03-181-2/+2
* Fix line table regressionTom Tromey2023-03-171-2/+3
* Change linetable_entry::is_stmt to boolTom Tromey2023-03-111-2/+2
* Change linetables to be objfile-independentTom Tromey2023-03-111-5/+6
* Add operator< and operator== to linetable_entryTom Tromey2023-03-111-3/+1
* Remove OBJF_REORDEREDTom Tromey2023-03-081-5/+0
* Remove old GNU indent directivesTom Tromey2023-02-271-2/+1
* Do not pass section index to end_compunit_symtabTom Tromey2023-02-081-7/+5
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: Remove unused extra_lines variableTsukasa OI2022-09-301-8/+0
* Use gdb_bfd_ref_ptr in objfileTom Tromey2022-08-031-11/+11
* gdb: add "id" fields to identify symtabs and subfilesSimon Marchi2022-07-291-0/+1
* Rewrite registry.hTom Tromey2022-07-281-1/+1
* Fix warning-avoidance initialization in xcoffread.cTom Tromey2022-06-101-1/+1
* ODR warnings for "struct coff_symbol"Tom Tromey2022-06-021-10/+10
* ODR warning for "struct find_targ_sec_arg"Tom Tromey2022-06-021-3/+4
* ODR warnings for struct symlocTom Tromey2022-06-021-14/+14
* Always use dwarf2_initialize_objfileTom Tromey2022-04-211-3/+1
* gdb: change subfile::line_vector to an std::vectorSimon Marchi2022-04-121-87/+31
* gdb: use std::vector for temporary linetable_entry array in arrange_linetableSimon Marchi2022-04-121-47/+31
* gdb: change subfile::name and buildsym_compunit::m_comp_dir to stringsSimon Marchi2022-04-121-2/+1
* gdb: allocate subfile with newSimon Marchi2022-04-121-8/+2
* gdb: remove symbol value macrosSimon Marchi2022-04-111-4/+3
* gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtabSimon Marchi2022-04-041-13/+15
* gdb: make use of std::string in dbxread.c and xcoffread.cAndrew Burgess2022-02-211-14/+4
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-2/+2
* gdb: remove SYMBOL_DOMAIN macroSimon Marchi2022-02-061-1/+1
* gdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setterSimon Marchi2022-02-061-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: adjust x_file fields on COFF readersClément Chigot2021-11-101-3/+3
* gdb: fix some indentation issuesSimon Marchi2021-05-271-12/+13
* gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtabSimon Marchi2021-04-021-2/+2
* Allow multiple partial symbol readers per objfileTom Tromey2021-03-201-1/+3
* Add partial_symtabs parameter to psymtab construction functionsTom Tromey2021-03-201-14/+25
* Remove sym_fns::sym_read_psymbolsTom Tromey2021-03-201-1/+0
* Change how some psymbol readers access the psymtab storageTom Tromey2021-03-201-8/+14
* Move sym_fns::qf to objfileTom Tromey2021-03-201-1/+0
* Introduce dwarf2/public.hTom Tromey2021-03-201-0/+1
* Create new file dwarf2/sect-names.hTom Tromey2021-03-061-0/+1
* gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macrosAndrew Burgess2021-02-101-4/+4
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-41/+41
* Change end_psymtab_common to a methodTom Tromey2020-11-011-1/+1