]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/ctfread.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / ctfread.c
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-29  Tom TromeyUse C++17 [[fallthrough]] attribute
2023-09-19  Tom TromeyGive a language to a type
2023-08-31  Simon Marchigdb: introduce field::bitsize / field::set_bitsize
2023-08-31  Tom de Vries[gdb/symtab] Factor out type::{alloc_fields,copy_fields}
2023-08-18  Tom TromeyMerge psympriv.h into psymtab.h
2023-03-28  Tom TromeyUse unrelocated_addr in psymbols
2023-03-28  Tom TromeyUse unrelocated_addr in partial symbol tables
2023-03-18  Tom TromeyRename objfile_type to builtin_type
2023-03-18  Tom TromeyUse type allocator for array types
2023-03-18  Tom TromeyUse type allocator for range types
2023-03-18  Tom TromeyUnify arch_float_type and init_float_type
2023-03-18  Tom TromeyUnify arch_boolean_type and init_boolean_type
2023-03-18  Tom TromeyUnify arch_character_type and init_character_type
2023-03-18  Tom TromeyUnify arch_integer_type and init_integer_type
2023-03-18  Tom TromeyRemove init_type
2023-03-18  Tom TromeyRemove alloc_type
2023-02-08  Tom TromeyDo not pass section index to end_compunit_symtab
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-09-21  Simon Marchigdb: add type::length / type::set_length
2022-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-09-21  Simon Marchigdb: add type::target_type / type::set_target_type
2022-08-03  Tom TromeyUse gdb_bfd_ref_ptr in objfile
2022-07-28  Tom TromeyRewrite registry.h
2022-04-11  Simon Marchigdb: remove symbol value macros
2022-04-04  Simon Marchigdb: rename start_symtab/end_symtab to start_compunit_s...
2022-04-01  Simon Marchigdb/ctf: pass partial symtab's filename to buildsym_com...
2022-04-01  Simon Marchigdb/ctf: don't create a buildsym_compunit when building...
2022-03-31  Simon Marchigdb: initialize ctf_context::builder in create_partial_...
2022-03-29  Tom TromeyUnify gdb printf functions
2022-02-06  Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06  Simon Marchigdb: remove SYMBOL_DOMAIN macro
2022-02-06  Simon Marchigdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setter
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-10-18  Weimin PanCTF: incorrect underlying type setting for enumeration...
2021-10-07  Simon Marchigdb: add accessors for field (and call site) location
2021-10-01  Simon Marchigdb: add field::name / field::set_name
2021-09-19  Weimin PanCTF: multi-CU and archive support
2021-05-27  Simon Marchigdb: fix some indentation issues
2021-05-16  Weimin PanCTF: handle forward reference type
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