gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setter
[binutils-gdb.git] / gdb / ada-lang.c
2022-02-06 Simon Marchigdb: remove COMPUNIT_BLOCKVECTOR macro, add getter...
2022-01-26 Simon Marchigdb: add string_file::release method
2022-01-18 Tom TromeySimplify Ada catchpoints
2022-01-18 Tom TromeyMove gdb_regex to gdbsupport
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-08 Tom TromeyUse for-each more in gdb
2021-12-07 Tom de Vries[gdb/ada] Fix assert in ada_is_unconstrained_packed_arr...
2021-12-04 Simon Marchigdb: revert one array_view copy change in ada-lang.c
2021-12-03 Simon Marchigdbsupport: add array_view copy function
2021-11-16 Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-11-08 Simon Marchigdb: remove bpstat typedef, rename bpstats to bpstat
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_ENUMVAL
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-28 Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-10-21 Tom TromeyFix latent Ada bug when accessing field offsets
2021-10-19 Tom TromeyCheck index in type::field
2021-10-07 Simon Marchigdb: add accessors for field (and call site) location
2021-10-05 Tom TromeyRemove 'varsize-limit'
2021-10-04 Tom TromeyUse unique_xmalloc_ptr<char> when demangling
2021-10-01 Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-10-01 Simon Marchigdb: add field::name / field::set_name
2021-09-24 Tom TromeyMove value_true to value.h
2021-09-18 Tom de Vries[gdb/ada] Handle artificial local symbols
2021-08-02 Tom TromeyHandle compiler-generated suffixes in Ada names
2021-08-02 Tom TromeyHandle type qualifier for enumeration name
2021-08-02 Tom TromeyDefer Ada character literal resolution
2021-08-02 Tom TromeyRefactor Ada resolution
2021-08-02 Tom TromeyRemove add_symbols_from_enclosing_procs
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
next