aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-06Create new file dwarf2/sect-names.hTom Tromey1-0/+1
2021-02-10gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macrosAndrew Burgess1-4/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-41/+41
2020-11-01Change end_psymtab_common to a methodTom Tromey1-1/+1
2020-11-01Remove parameter from end_psymtab_commonTom Tromey1-1/+1
2020-11-01Remove init_psymbol_listTom Tromey1-6/+0
2020-10-17Have partial symbol tables own psymbol vectorsTom Tromey1-54/+53
2020-08-28Fix two out-of-date commentsTom Tromey1-2/+1
2020-06-25Remove obsolete gdbarch_static_transform_nameRainer Orth1-5/+0
2020-05-15Remove allocate_symbol et alTom Tromey1-8/+1
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-2/+2
2020-03-29gdb: rename partial symtab expand functions of debug info readers using legac...Simon Marchi1-2/+2
2020-03-29gdb: rename partial_symtab::read_dependencies to expand_dependenciesSimon Marchi1-1/+1
2020-03-29gdb: remove discard_psymtab functionSimon Marchi1-1/+1
2020-03-10gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess1-0/+4
2020-01-26Consolidate partial symtab dependency readingTom Tromey1-28/+2
2020-01-26Introduce partial_symtab::expand_psymtab methodTom Tromey1-4/+5
2020-01-26Consolidate psymtab "Reading" messagesTom Tromey1-19/+1
2020-01-26Introduce partial_symtab::read_symtab methodTom Tromey1-21/+22
2020-01-26Turn start_psymtab_common into a constructorTom Tromey1-5/+2
2020-01-26Change allocate_psymtab to be a constructorTom Tromey1-1/+1
2020-01-26Change some psymtab fields to boolTom Tromey1-1/+1
2020-01-23gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi1-6/+6
2020-01-13Dwarf 5: Handle debug_str_offsets and indexed attributes that have base offsets.Ali Tamur1-0/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-08Change section_offsets to a std::vectorTom Tromey1-15/+9
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-27Replace SYMBOL_SET_LINKAGE_NAME with a member functionChristian Biesinger1-1/+1
2019-11-12Make struct symbol inherit from general_symbol_infoChristian Biesinger1-1/+1
2019-10-29Change some arguments to gdb::string_view instead of name+lenChristian Biesinger1-17/+25
2019-10-19Replace some more qsort calls with std::sortChristian Biesinger1-16/+4
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-2/+2
2019-10-02Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey1-2/+4
2019-09-19bfd_section_* macrosAlan Modra1-7/+6
2019-09-11Change the type of copy_names from int to boolChristian Biesinger1-9/+9
2019-08-06Use obstack_strdup moreTom Tromey1-4/+3
2019-06-16Remove unnecessary casts of NULLTom Tromey1-6/+5
2019-05-08Convert xcoffread.c to type-safe registry APITom Tromey1-36/+21
2019-01-10Add psymtab_storage::allocate_dependenciesTom Tromey1-4/+3
2019-01-10Simplify calls to init_psymbol_listTom Tromey1-8/+5
2019-01-10Change add_psymbol_to_list to use an enumTom Tromey1-9/+9
2019-01-10Remove parameters from start_psymtab_commonTom Tromey1-11/+4
2019-01-10Remove some unneeded psymtab initializationsTom Tromey1-7/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-26Fix SYMBOL_LANGUAGE assertion failure on AIX.Sangamesh Mallayya1-5/+7
2018-10-04Simple -Wshadow=local fixesTom Tromey1-4/+4
2018-07-26Make psymbols and psymtabs independent of the program spaceTom Tromey1-16/+11
2018-07-26Add validity bits for psymtab high and low fieldsTom Tromey1-1/+1
2018-07-26Introduce accessors for psymtab high and low fieldsTom Tromey1-6/+5