]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/ctfread.c
CTF: handle forward reference type
[thirdparty/binutils-gdb.git] / gdb / ctfread.c
2021-04-07  Weimin PanCTF: handle forward reference type
2021-04-02  Simon Marchigdb: pass objfile_per_bfd_storage instead of objfile...
2021-03-20  Tom TromeyAllow multiple partial symbol readers per objfile
2021-03-20  Tom TromeyAdd partial_symtabs parameter to psymtab construction...
2021-03-06  Weimin PanCTF: add all members of an enum type to psymtab
2021-03-06  Weimin PanCTF: set up debug info for function arguments
2021-02-10  Andrew Burgessgdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-20  Nick Alcocklibctf, include, binutils, gdb: rename CTF-opening...
2020-11-20  Nick Alcocklibctf, include, binutils, gdb, ld: rename ctf_file_t...
2020-11-01  Tom TromeyChange end_psymtab_common to a method
2020-11-01  Tom TromeyRemove parameter from end_psymtab_common
2020-10-17  Tom TromeyHave partial symbol tables own psymbol vectors
2020-09-14  Simon Marchigdb: add type::has_varargs / type::set_has_varargs
2020-09-14  Simon Marchigdb: add type::target_is_stub / type::set_target_is_stub
2020-09-14  Simon Marchigdb: add type::has_no_signedness / type::set_has_no_sig...
2020-07-13  Simon Marchigdb: add accessors to struct dynamic_prop
2020-06-26  Nick AlcockFix --enable-libctf and --disable-static
2020-06-08  Simon Marchigdb: add field::type / field::set_type
2020-05-23  Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22  Simon Marchigdb: add type::fields / type::set_fields
2020-05-22  Simon Marchigdb: add type::num_fields / type::set_num_fields
2020-05-16  Simon Marchigdb: add type::name / type::set_name
2020-05-15  Tom TromeyRemove allocate_symbol et al
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-05-14  Simon Marchigdb: add type::code / type::set_code
2020-04-18  Tom TromeyChange get_objfile_arch to a method on objfile
2020-04-01  Tom TromeyChange how complex types are created
2020-03-06  Tom de Vries[gdb,testsuite,doc,NEWS] Fix "the the".
2020-01-27  Tom TromeyTwo minor changes in ctfread.c
2020-01-26  Tom TromeyVirtualize "readin" and "compunit_symtab"
2020-01-26  Tom TromeyIntroduce partial_symtab::expand_psymtab method
2020-01-26  Tom TromeyIntroduce partial_symtab::read_symtab method
2020-01-26  Tom TromeyTurn start_psymtab_common into a constructor
2020-01-26  Tom TromeyChange some psymtab fields to bool
2020-01-23  Simon Marchigdb: introduce objfile text_section_offset and data_sec...
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-08  Tom TromeyChange section_offsets to a std::vector
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-27  Christian BiesingerMake symbol_set_names a member function
2019-12-20  Weimin PanAddress Tom Tromey's comments on the CTF reader.
2019-12-16  Christian BiesingerUse a member function to set a symbol's language
2019-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-10-29  Christian BiesingerChange some arguments to gdb::string_view instead of...
2019-10-07  Andrew Burgessgdb: Rename structures within ctfread.c
2019-10-07  Weimin Pangdb: CTF support