summaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove parameter from end_psymtab_commonTom Tromey2020-11-011-1/+1
* Remove init_psymbol_listTom Tromey2020-11-011-6/+0
* Have partial symbol tables own psymbol vectorsTom Tromey2020-10-171-54/+53
* Fix two out-of-date commentsTom Tromey2020-08-281-2/+1
* Remove obsolete gdbarch_static_transform_nameRainer Orth2020-06-251-5/+0
* Remove allocate_symbol et alTom Tromey2020-05-151-8/+1
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-2/+2
* gdb: rename partial symtab expand functions of debug info readers using legac...Simon Marchi2020-03-291-2/+2
* gdb: rename partial_symtab::read_dependencies to expand_dependenciesSimon Marchi2020-03-291-1/+1
* gdb: remove discard_psymtab functionSimon Marchi2020-03-291-1/+1
* gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess2020-03-101-0/+4
* Consolidate partial symtab dependency readingTom Tromey2020-01-261-28/+2
* Introduce partial_symtab::expand_psymtab methodTom Tromey2020-01-261-4/+5
* Consolidate psymtab "Reading" messagesTom Tromey2020-01-261-19/+1
* Introduce partial_symtab::read_symtab methodTom Tromey2020-01-261-21/+22