aboutsummaryrefslogtreecommitdiff
path: root/gdb/ctfread.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-06[gdb,testsuite,doc,NEWS] Fix "the the".Tom de Vries1-1/+1
2020-01-26Two minor changes in ctfread.cTom Tromey1-9/+3
2020-01-26Virtualize "readin" and "compunit_symtab"Tom Tromey1-2/+2
2020-01-26Introduce partial_symtab::expand_psymtab methodTom Tromey1-8/+7
2020-01-26Introduce partial_symtab::read_symtab methodTom Tromey1-26/+38
2020-01-26Turn start_psymtab_common into 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-1/+1
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