aboutsummaryrefslogtreecommitdiff
path: root/gdb/ctfread.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-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-27Make symbol_set_names a member functionChristian Biesinger1-4/+4
2019-12-20Address Tom Tromey's comments on the CTF reader.Weimin Pan1-75/+70
2019-12-16Use a member function to set a symbol's languageChristian Biesinger1-2/+2
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-1/+1
2019-10-29Change some arguments to gdb::string_view instead of name+lenChristian Biesinger1-7/+7
2019-10-07gdb: Rename structures within ctfread.cAndrew Burgess1-14/+14
2019-10-07gdb: CTF supportWeimin Pan1-0/+1486