Split out some Ada type resolution code
[deliverable/binutils-gdb.git] / gdb / ada-lang.c
2021-03-08  Tom TromeySplit out some Ada type resolution code
2021-03-08  Tom TromeyIntroduce ada_unop_range_operation
2021-03-08  Tom TromeyImplement some Ada unary operations
2021-03-08  Tom TromeyIntroduce ada_ternop_range_operation
2021-03-08  Tom TromeyIntroduce ada_qual_operation
2021-03-08  Tom TromeyIntroduce ada_string_operation
2021-03-08  Tom TromeyIntroduce ada_wrapped_operation
2021-03-08  Tom TromeySplit out ada_binop_exp
2021-03-08  Tom TromeyChange value_val_atr to ada_val_atr
2021-03-08  Tom TromeySplit out ada_binop_minmax
2021-03-08  Tom TromeySplit out ada_unop_atr
2021-03-08  Tom TromeySplit out ada_binop_in_bounds
2021-03-08  Tom TromeySplit out ada_ternop_slice
2021-03-08  Tom TromeySplit out ada_equal_binop
2021-03-08  Tom TromeySplit out ada_mult_binop
2021-03-08  Tom TromeySplit out ada_abs
2021-03-08  Tom TromeySplit out ada_atr_size
2021-03-08  Tom TromeySplit out ada_atr_tag
2021-03-08  Tom TromeySplit out ada_unop_in_range
2021-03-08  Tom TromeySplit out ada_unop_neg
2021-03-08  Tom TromeySplit out eval_ternop_in_range
2021-03-06  Tom TromeyFix build bug in ada-lang.c
2021-03-04  Tom TromeyUse "bool" in ada-lang.c
2021-03-03  Tom TromeyMinor Ada-related cleanups
2021-03-02  Tom TromeyRewrite GNAT-encoded fixed point types in DWARF reader
2021-03-02  Tom TromeyUse std::string rather than grow_vect
2021-03-02  Tom TromeyReturn a vector from ada_lookup_symbol_list
2021-03-02  Tom TromeySimplify resolve_subexp by using C++ algorithms
2021-03-02  Tom TromeyUse new for ada_symbol_cache
2021-03-02  Tom TromeyCheck objfile->sf in ada-lang.c
2021-02-18  Kevin BuettnerFix completion related libstdc++ assert when using...
2021-02-09  Tom TromeyAvoid crash from coerce_unspec_val_to_type
2021-01-28  Simon Marchigdb: rename get_type_arch to type::arch
2021-01-28  Simon Marchigdb: rename type::{arch,objfile} -> type::{arch_owner...
2021-01-25  Tom TromeySpecially handle array contexts in Ada expression resol...
2021-01-22  Simon Marchigdb: remove TYPE_OBJFILE macro
2021-01-07  Tom TromeyFix regression in Ada do_full_match
2021-01-07  Tom TromeyFix regression in Ada aggregate assignment
2021-01-06  Tom TromeyFix fixed-point binary operation type handling
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-17  Tom TromeyChange parameters to language_defn::post_parser
2020-12-16  Tom TromeyChange void_context_p to bool
2020-12-16  Tom TromeyC++-ify Ada component interval handling
2020-12-14  Tom TromeyHandle block-local names for Ada
2020-12-14  Tom TromeyUse exact match in get_var_value
2020-12-11  Tom TromeyMake bp_location derive from refcounted_object
2020-12-10  Kevin BuettnerFix off-by-one error in ada_fold_name
2020-12-09  Tom TromeyUse add_angle_brackets in ada_lookup_encoded_symbol
2020-12-09  Simon Marchigdb: make get_discrete_bounds return bool
2020-12-09  Simon Marchigdb: make discrete_position return optional
2020-12-07  Tom de Vries[gdb/ada] Handle shrink resize in replace_operator_with...
2020-12-07  Tom TromeyFix struct expression regression
2020-11-30  Tom TromeyRemove per-language op_name functions
2020-11-12  Andrew Burgessgdb: rewrite how per language primitive types are managed
2020-11-04  Tom TromeyUse bit stride when taking slice of array
2020-11-04  Tom TromeyResolve dynamic type in ada_value_struct_elt
2020-11-04  Tom TromeyReject slicing a packed array
2020-11-04  Tom TromeySynthesize array descriptors with -fgnat-encodings...
2020-11-04  Tom TromeyFix decoding of multi-dimensional constrained packed...
2020-11-04  Tom TromeyAvoid crash in ada-lang.c:to_fixed_array_type
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-11-01  Joel Brobeckerada-lang.c: Rename gnat_encoded_fixed_type_info
2020-11-01  Joel Brobeckerada-lang.c: fix line too long in cast_from_gnat_encoded...
2020-11-01  Joel Brobeckerada-lang.c: Renaming some fixed-point-related routines
2020-10-27  Tankut Baris Aktemurgdb/breakpoint: add flags to 'condition' and 'break...
2020-10-23  Andrew Burgessgdb: Rename language_defn::demangle
2020-10-23  Andrew Burgessgdb: remove LA_VALUE_PRINT macro
2020-10-09  Joel Brobeckerada-lang.c::advance_wild_match improve doc and paramete...
2020-10-09  Tom TromeyReturn std::string from ada_encode
2020-09-16  Andrew Burgessgdb: Remove language_data struct
2020-09-16  Andrew Burgessgdb: Convert language_data::la_op_print_tab to a method
2020-09-16  Andrew Burgessgdb: Convert language_data::la_exp_desc to a method
2020-09-16  Andrew Burgessgdb: Convert language_data::la_varobj_ops to a method
2020-09-16  Andrew Burgessgdb: Convert language_data::la_macro_expansion to a...
2020-09-16  Andrew Burgessgdb: Convert language_data::la_array_ordering to a...
2020-09-16  Andrew Burgessgdb: Convert language_data::la_case_sensitivity to...
2020-09-16  Andrew Burgessgdb: Convert language_data::la_range_check to a method
2020-09-16  Andrew Burgessgdb: Convert la_store_sym_names_in_linkage_form_p to...
2020-09-16  Andrew Burgessgdb: Convert language_data::string_lower_bound to a...
2020-09-16  Andrew Burgessgdb: Convert language_data::c_style_arrays to a method
2020-09-16  Andrew Burgessgdb: Move la_language into the language_defn class
2020-09-16  Andrew Burgessgdb: Convert la_filename_extensions to a method
2020-09-16  Andrew Burgessgdb: Convert la_name and la_natural_name to methods
2020-09-16  Andrew Burgessgdb: Convert la_name_of_this to a method
2020-09-16  Andrew Burgessgdb: Convert la_struct_too_deep_ellipsis to a method
2020-09-14  Tom TromeyApply 'const' in more places
2020-09-14  Simon Marchigdb: remove TYPE_FIXED_INSTANCE
2020-09-14  Simon Marchigdb: add type::is_fixed_instance / type::set_is_fixed_i...
2020-09-14  Simon Marchigdb: remove TYPE_STUB
2020-09-14  Simon Marchigdb: add type::is_stub / type::set_is_stub
2020-09-14  Simon Marchigdb: remove TYPE_UNSIGNED
2020-09-09  Tom TromeyFix latent bug in ada-lang.c:remove_extra_symbols
2020-08-31  Simon Marchigdb: remove NULL_TYPE
2020-07-30  Simon Marchigdb: handle non-const property types in ada_modulus...
2020-07-21  Simon Marchigdb: handle undefined properties in ada_discrete_type_...
2020-07-13  Simon Marchigdb: make type::bounds work for array and string types
2020-07-13  Simon Marchigdb: remove TYPE_ARRAY_{LOWER,UPPER}_BOUND_VALUE
2020-07-13  Simon Marchigdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND
2020-07-13  Simon Marchigdb: remove TYPE_RANGE_DATA macro
2020-07-08  Tom TromeyUse read_memory in ada_exception_message_1
next
This page took 0.280174 seconds and 107 git commands to generate.