aboutsummaryrefslogtreecommitdiff
path: root/gdb/ctfread.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-27gdb: fix some indentation issuesSimon Marchi1-4/+4
2021-05-16CTF: handle forward reference typeWeimin Pan1-27/+22
2021-04-07CTF: handle forward reference typeWeimin Pan1-13/+65
2021-04-02gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtabSimon Marchi1-3/+3
2021-03-20Allow multiple partial symbol readers per objfileTom Tromey1-1/+3
2021-03-20Add partial_symtabs parameter to psymtab construction functionsTom Tromey1-10/+18
2021-03-05CTF: add all members of an enum type to psymtabWeimin Pan1-3/+27
2021-03-05CTF: set up debug info for function argumentsWeimin Pan1-58/+85
2021-02-10gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macrosAndrew Burgess1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-20libctf, include, binutils, gdb: rename CTF-opening functionsNick Alcock1-2/+2
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock1-19/+19
2020-11-01Change end_psymtab_common to a methodTom Tromey1-1/+1
2020-11-01Remove parameter from end_psymtab_commonTom Tromey1-1/+1
2020-10-17Have partial symbol tables own psymbol vectorsTom Tromey1-14/+15
2020-09-14gdb: add type::has_varargs / type::set_has_varargsSimon Marchi1-1/+1
2020-09-14gdb: add type::target_is_stub / type::set_target_is_stubSimon Marchi1-2/+3
2020-09-14gdb: add type::has_no_signedness / type::set_has_no_signednessSimon Marchi1-1/+1
2020-07-12gdb: add accessors to struct dynamic_propSimon Marchi1-1/+1
2020-06-26Fix --enable-libctf and --disable-staticNick Alcock1-0/+13
2020-06-08gdb: add field::type / field::set_typeSimon Marchi1-4/+4
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-1/+1
2020-05-22gdb: add type::fields / type::set_fieldsSimon Marchi1-4/+4
2020-05-22gdb: add type::num_fields / type::set_num_fieldsSimon Marchi1-2/+2
2020-05-16gdb: add type::name / type::set_nameSimon Marchi1-3/+3
2020-05-15Remove allocate_symbol et alTom Tromey1-3/+3
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-2/+2
2020-05-14gdb: add type::code / type::set_codeSimon Marchi1-4/+4
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-2/+2
2020-04-01Change how complex types are createdTom Tromey1-1/+1
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