aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-20Introduce buildsym-legacy.hTom Tromey1-1/+1
2018-07-20Remove buildsym_initTom Tromey1-2/+0
2018-07-20Move the symbol lists to buildsym_compunitTom Tromey1-4/+4
2018-07-20Remove the "listhead" argument from finish_blockTom Tromey1-2/+2
2018-07-20Move current_subfile to buildsym_compunitTom Tromey1-1/+3
2018-07-20Move the context stack to buildsym_compunitTom Tromey1-10/+10
2018-07-16Use outermost_context_p in more placesTom Tromey1-4/+4
2018-07-16Make free_pending_blocks staticTom Tromey1-2/+0
2018-07-16Remove buildsym_new_initTom Tromey1-1/+1
2018-07-16Move last_source_start_addr to buildsym_compunitTom Tromey1-2/+2
2018-06-28Make dwarf2_free_objfile staticTom Tromey1-2/+0
2018-05-23Remove symfile_complaintsTom Tromey1-22/+14
2018-05-20Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi1-2/+1
2018-05-04Fix "fall through" commentsTom Tromey1-1/+1
2018-03-16Remove make_cleanup_free_section_addr_infoTom Tromey1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-08DWARF-5: .debug_names index consumerJan Kratochvil1-0/+2
2017-12-01Add support for the readnever conceptSergio Durigan Junior1-23/+25
2017-12-01Revert "Add support for the readnever concept"Sergio Durigan Junior1-25/+23
2017-12-01Add support for the readnever conceptSergio Durigan Junior1-23/+25
2017-11-08Per-language symbol name hashing algorithmPedro Alves1-4/+7
2017-11-04Replace really_free_pendings with a scoped_ classTom Tromey1-8/+2
2017-10-14Replace psymbol_allocation_list with std::vectorSimon Marchi1-8/+9
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-04-27Read corrrect auxiliary entry in AIXUlrich Weigand1-25/+43