gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / gdbtypes.c
2020-05-26  Tom TromeyHandle indexing Ada arrays with enum indices
2020-05-26  Tom TromeyFix bugs in 'val and 'pos with range types
2020-05-23  Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22  Simon Marchigdb: remove TYPE_FIELDS macro
2020-05-22  Simon Marchigdb: add type::fields / type::set_fields
2020-05-22  Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-22  Simon Marchigdb: add type::num_fields / type::set_num_fields
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-16  Simon Marchigdb: add type::name / type::set_name
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-05-14  Simon Marchigdb: add type::code / type::set_code
2020-05-07  Simon Marchigdb: remove TYPE_DYN_PROP_LIST macro
2020-05-07  Simon Marchigdb: make remove_dyn_prop a method of struct type
2020-05-07  Simon Marchigdb: make add_dyn_prop a method of struct type
2020-05-07  Simon Marchigdb: make get_dyn_prop a method of struct type
2020-05-05  Simon Marchigdb: remove TYPE_INCOMPLETE
2020-05-01  Hannes DomaniFix size recalculation of fortran arrays
2020-04-30  Hannes DomaniCalculate size of array of stubbed type
2020-04-24  Tom TromeyAdd support for variable field offsets
2020-04-24  Tom TromeyAdd support for dynamic type lengths
2020-04-24  Tom TromeyPrefer existing data when evaluating DWARF expression
2020-04-24  Tom TromeyAdd new variant part 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-02-27  Andrew Burgessgdb: Use std::abs instead of abs on LONGEST types
2020-02-25  Andrew Burgessgdb/fortran: Support negative array stride in one limit...
2020-02-08  Tom TromeyMove DWARF code to dwarf2/ subdirectory
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-20  Tankut Baris Aktemurgdb: recognize new DWARF attributes: defaulted, deleted...
2019-12-09  Tankut Baris Aktemurgdb: rank an lvalue argument incompatible for an rvalue...
2019-12-06  Christian BiesingerPut bcache inside "namespace gdb"
2019-12-06  Tankut Baris Aktemurgdb: fix overload resolution for see-through references
2019-12-05  Simon MarchiRemove gdbarch parameter of lookup_typename
2019-12-04  Tom TromeyPropagate endianity to subrange types
2019-12-04  Tom TromeyMove type_byte_order earlier
2019-12-04  Tom TromeyAdd scalar_storage_order support for floating point
2019-12-01  Andrew Burgessgdb: Dynamic string length support
2019-12-01  Andrew Burgessgdb/fortran: array stride support
2019-11-21  Peeter JootAdjust byte order variable display/change if DW_AT_endi...
2019-10-17  Tom de Vries[gdb] Fix typos in comments
2019-10-08  Christian BiesingerMove declaration of overload_debug to header
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-09-03  Tom TromeyHandle biased types
2019-07-12  Andrew Burgessgdb/dwarf: Ensure the target type of ranges is not...
2019-07-12  Andrew Burgessgdb: Convert dwarf2_evaluate_property to return bool
2019-05-14  Alan HaywardAArch64: Add half float view to V registers
2019-05-08  Tom TromeyConvert gdbtypes.c to type-safe registry API
2019-04-19  Tom TromeyMake copy_name return std::string
2019-04-11  Andrew Burgessgdb: Fix alignment computation for structs with only...
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-03-29  Keith SeitzAllow really large fortran array bounds: TYPE_LENGTH...
2019-03-25  Tom TromeyMore block constification
2019-03-12  John BaldwinAdd a more general version of lookup_struct_elt_type.
2019-03-12  John BaldwinRemove code disabled since at least 1999 from lookup_st...
2019-03-09  Simon MarchiRemove unnecessary cases from rank_one_type's switch
2019-03-09  Simon MarchiSplit rank_one_type_parm_set from rank_one_type
2019-03-09  Simon MarchiSplit rank_one_type_parm_struct from rank_one_type
2019-03-09  Simon MarchiSplit rank_one_type_parm_complex from rank_one_type
2019-03-09  Simon MarchiSplit rank_one_type_parm_float from rank_one_type
2019-03-09  Simon MarchiSplit rank_one_type_parm_bool from rank_one_type
2019-03-09  Simon MarchiSplit rank_one_type_parm_range from rank_one_type
2019-03-09  Simon MarchiSplit rank_one_type_parm_char from rank_one_type
2019-03-09  Simon MarchiSplit rank_one_type_parm_enum from rank_one_type
2019-03-09  Simon MarchiSplit rank_one_type_parm_int from rank_one_type
2019-03-09  Simon MarchiSplit rank_one_type_parm_func from rank_one_type
2019-03-09  Simon MarchiSplit rank_one_type_parm_array from rank_one_type
2019-03-09  Simon MarchiSplit rank_one_type_parm_ptr from rank_one_type
2019-03-07  Tom TromeyC++-ify bcache
2019-02-27  Andrew Burgessgdb: Handle alignment for C++ structures with static...
2019-02-27  Andrew Burgessgdb: Restructure type_align and gdbarch_type_align
2019-02-18  Andrew Burgessgdb: Allow gdbarch to override alignment for method...
2019-02-17  Joel Brobeckertype_align: handle range types the same as ints and...
2019-01-09  Simon Marchigdb: Remove support for old mangling schemes
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-21  Pedro AlvesC++ify badness_vector, fix leaks
2018-11-21  Pedro Alvesinvoke_xmethod & array_view
2018-09-14  Andrew Burgessgdb: Don't leak memory with TYPE_ALLOC / TYPE_ZALLOC
2018-09-08  John Darringtongdb: Add builtin types for 24 bit integers.
2018-06-14  Simon Marchitype alignment: Use type_length_units
2018-06-01  Tom TromeyRemove type_name_no_tag and rename type_name_no_tag_or_...
2018-06-01  Tom TromeyRemove TYPE_TAG_NAME
2018-05-29  Tom TromeyRemove a VEC from type.c
2018-05-23  Tom TromeyRemove symfile_complaints
2018-05-05  Tom TromeyFix "fall through" comments
2018-04-30  Tom TromeyAdd initial type alignment support
2018-04-26  Pedro AlvesCalling ifunc functions when target has no debug info...
2018-02-16  Yao QiNew class allocate_on_obstack
2018-01-31  Joel Brobeckerinternal-error using '@' (repeat) operator on array...
2018-01-24  Pedro AlvesFix GCC PR83906 - [8 Regression] Random FAIL: libstdc...
2018-01-17  Tom TromeyRemove objfile argument from add_dyn_prop
2018-01-02  Joel BrobeckerAdd support for dynamic DW_AT_byte_stride.
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-06  Ulrich WeigandTarget FP: Introduce target-float.{c,h}
2017-10-05  Ulrich WeigandClean up includes of doublest.h and floatformat.h
2017-09-27  Ulrich WeigandSimplify floatformat_from_type
2017-09-27  Ulrich WeigandMake init_type/arch_type take a size in bits
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-04  Pedro AlvesStop assuming no-debug-info variables have type int
next
This page took 0.513318 seconds and 106 git commands to generate.