gdb/remote: Use true/false instead of 1/0
[deliverable/binutils-gdb.git] / gdb / ada-lang.c
2021-06-26  Simon Marchigdb: add context getter/setter to cmd_list_element
2021-06-25  Andrew Burgessgdb: use gdb::optional instead of passing a pointer...
2021-06-25  Tom TromeyAdd non-wrapping mode to ada_decode
2021-05-27  Simon Marchigdb: fix tab after space indentation issues
2021-05-27  Simon Marchigdb: add breakpoint::locations method
2021-05-19  Marco Barisionegdb: Add an overloaded ui_out::text accepting a const...
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-07  Tom TromeyRemove streq_hash in favor of htab_eq_string
2021-04-30  Tom TromeyFix crash with GNAT minimal encodings
2021-04-28  Tom TromeyFix Ada overloading with 'null'
2021-04-24  Simon Marchigdbsupport, gdb: give names to observers
2021-04-17  Tom TromeySimplify quick_symbol_functions::map_matching_symbols
2021-04-17  Tom TromeyAdd search_flags to expand_symtabs_matching
2021-04-15  Tom TromeyUse block_symbol in var_value_operation
2021-03-26  Tom TromeySimplify use of map_matching_symbols in ada-lang.c
2021-03-20  Tom TromeyIntroduce method wrappers for quick_symbol_functions
2021-03-15  Tom TromeyCall ada_ensure_varsize_limit in indirection
2021-03-15  Tom TromeyImplement Ada operator overloading
2021-03-15  Tom TromeyFix regression in Ada ptype
2021-03-15  Tom TromeyFix bug in Ada aggregate assignment
2021-03-10  Tom TromeyUse bool for "parse_completion"
2021-03-08  Tom TromeyUse bound_minimal_symbol in var_msym_value_operation
2021-03-08  Tom TromeyRemove EVAL_SKIP
2021-03-08  Tom TromeyRemove two Ada opcodes
2021-03-08  Tom TromeyRemove union exp_element
2021-03-08  Tom TromeyRemove now-unused Ada evaluator code
2021-03-08  Tom TromeyConvert ada-exp.y to use operations
2021-03-08  Tom TromeyRemove use of op_string
2021-03-08  Tom TromeyImplement Ada assignment
2021-03-08  Tom TromeyImplement Ada resolution
2021-03-08  Tom TromeyImplement function calls for Ada
2021-03-08  Tom TromeyIntroduce ada_structop_operation
2021-03-08  Tom TromeyIntroduce ada_unop_ind_operation
2021-03-08  Tom TromeyIntroduce ada_binop_exp_operation
2021-03-08  Tom TromeyIntroduce ada_atr_val_operation
2021-03-08  Tom TromeyIntroduce ada_pos_operation
2021-03-08  Tom TromeyRefactor value_pos_atr
2021-03-08  Tom TromeyImplement Ada min and max operations
2021-03-08  Tom TromeyIntroduce ada_var_msym_value_operation
2021-03-08  Tom TromeyIntroduce ada_var_value_operation
2021-03-08  Tom TromeyImplement some Ada OP_ATR_ operations
2021-03-08  Tom TromeyIntroduce ada_binop_in_bounds
2021-03-08  Tom TromeyIntroduce ada_ternop_slice
2021-03-08  Tom TromeyImplement Ada equality operators
2021-03-08  Tom TromeyImplement Ada multiplicative operators
2021-03-08  Tom TromeyIntroduce ada_binop_addsub_operation
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
next
This page took 0.27171 seconds and 106 git commands to generate.