summaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Turn start_psymtab_common into a constructorTom Tromey2020-01-261-5/+2
* Change allocate_psymtab to be a constructorTom Tromey2020-01-261-1/+1
* Change some psymtab fields to boolTom Tromey2020-01-261-1/+1
* gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi2020-01-231-6/+6
* Dwarf 5: Handle debug_str_offsets and indexed attributes that have base offsets.Ali Tamur2020-01-131-0/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Change section_offsets to a std::vectorTom Tromey2020-01-081-15/+9
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace SYMBOL_SET_LINKAGE_NAME with a member functionChristian Biesinger2019-11-271-1/+1
* Make struct symbol inherit from general_symbol_infoChristian Biesinger2019-11-121-1/+1
* Change some arguments to gdb::string_view instead of name+lenChristian Biesinger2019-10-291-17/+25
* Replace some more qsort calls with std::sortChristian Biesinger2019-10-191-16/+4
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-2/+2
* Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey2019-10-021-2/+4
* bfd_section_* macrosAlan Modra2019-09-191-7/+6
* Change the type of copy_names from int to boolChristian Biesinger2019-09-111-9/+9
* Use obstack_strdup moreTom Tromey2019-08-061-4/+3
* Remove unnecessary casts of NULLTom Tromey2019-06-161-6/+5
* Convert xcoffread.c to type-safe registry APITom Tromey2019-05-081-36/+21
* Add psymtab_storage::allocate_dependenciesTom Tromey2019-01-101-4/+3
* Simplify calls to init_psymbol_listTom Tromey2019-01-101-8/+5
* Change add_psymbol_to_list to use an enumTom Tromey2019-01-101-9/+9