summaryrefslogtreecommitdiff
path: root/gdb/ctfread.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Change section_offsets to a std::vectorTom Tromey2020-01-081-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make symbol_set_names a member functionChristian Biesinger2019-12-271-4/+4
* Address Tom Tromey's comments on the CTF reader.Weimin Pan2019-12-201-75/+70
* Use a member function to set a symbol's languageChristian Biesinger2019-12-161-2/+2
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-1/+1
* Change some arguments to gdb::string_view instead of name+lenChristian Biesinger2019-10-291-7/+7
* gdb: Rename structures within ctfread.cAndrew Burgess2019-10-071-14/+14
* gdb: CTF supportWeimin Pan2019-10-071-0/+1486