gdb/mi: add new --group-by-objfile flag for -file-list-exec-source-files
[deliverable/binutils-gdb.git] / gdb / eval.c
2021-06-25  Andrew Burgessgdb: use gdb::optional instead of passing a pointer...
2021-06-25  Andrew Burgessgdb: replace NULL terminated array with array_view
2021-06-25  Andrew Burgessgdb: fix regression in evaluate_funcall for non C+...
2021-06-03  Magne Hovgdb: fix eval.c assert during inferior exit event
2021-04-15  Tom TromeyUse block_symbol in var_value_operation
2021-03-24  Simon Marchigdb: remove current_top_target function
2021-03-09  Tom TromeyFix function call regression in new evaluator
2021-03-08  Tom TromeyUse bound_minimal_symbol in var_msym_value_operation
2021-03-08  Tom TromeyRemove EVAL_SKIP
2021-03-08  Tom TromeyMerge namespace scopes in eval.c
2021-03-08  Tom TromeyRemove union exp_element
2021-03-08  Tom TromeyAdd an expr::operation_up to struct expression
2021-03-08  Tom TromeyImplement function call operations
2021-03-08  Tom TromeyIntroduce array_operation
2021-03-08  Tom TromeyIntroduce class adl_func_operation
2021-03-08  Tom TromeyImplement the "&&" and "||" operators
2021-03-08  Tom TromeyIntroduce multi_subscript_operation
2021-03-08  Tom TromeyIntroduce objc_msgcall_operation
2021-03-08  Tom TromeyIntroduce var_value_operation
2021-03-08  Tom TromeyIntroduce assign_modify_operation
2021-03-08  Tom TromeyIntroduce type_instance_operation
2021-03-08  Tom TromeyImplement UNOP_MEMVAL and UNOP_MEMVAL_TYPE
2021-03-08  Tom TromeyIntroduce unop_alignof_operation
2021-03-08  Tom TromeyIntroduce type_operation
2021-03-08  Tom TromeyIntroduce unop_ind_operation
2021-03-08  Tom TromeyImplement unary increment and decrement operations
2021-03-08  Tom TromeyImplement some unary operations
2021-03-08  Tom TromeyIntroduce repeat_operation
2021-03-08  Tom TromeyImplement binary comparison operations
2021-03-08  Tom TromeyIntroduce subscript_operation
2021-03-08  Tom TromeyIntroduce binop_operation
2021-03-08  Tom TromeyIntroduce sub_operation
2021-03-08  Tom TromeyIntroduce add_operation
2021-03-08  Tom TromeyIntroduce concat_operation
2021-03-08  Tom TromeyIntroduce structop_member_operation and structop_mptr_o...
2021-03-08  Tom TromeyIntroduce structop_ptr_operation
2021-03-08  Tom TromeyIntroduce structop_operation
2021-03-08  Tom TromeyIntroduce objc_selector_operation
2021-03-08  Tom TromeyIntroduce objc_nsstring_operation
2021-03-08  Tom TromeyIntroduce ternop_slice_operation
2021-03-08  Tom TromeyIntroduce string_operation
2021-03-08  Tom TromeyIntroduce register_operation
2021-03-08  Tom TromeyIntroduce func_static_var_operation
2021-03-08  Tom TromeyIntroduce var_entry_value_operation
2021-03-08  Tom TromeyIntroduce var_msym_value_operation
2021-03-08  Tom TromeyIntroduce scope_operation
2021-03-08  Tom TromeyIntroduce class operation
2021-03-08  Tom TromeySplit out eval_multi_subscript
2021-03-08  Tom TromeySplit out eval_op_objc_msgcall
2021-03-08  Tom TromeySplit out eval_binop_assign_modify
2021-03-08  Tom TromeySplit helper functions
2021-03-08  Tom TromeySplit out eval_op_type
2021-03-08  Tom TromeySplit out eval_op_postdec
2021-03-08  Tom TromeySplit out eval_op_postinc
2021-03-08  Tom TromeySplit out eval_op_predec
2021-03-08  Tom TromeySplit out eval_op_preinc
2021-03-08  Tom TromeySplit out eval_op_memval
2021-03-08  Tom TromeySplit out eval_op_alignof
2021-03-08  Tom TromeySplit out eval_op_ind
2021-03-08  Tom TromeySplit out eval_op_lognot
2021-03-08  Tom TromeySplit out eval_op_complement
2021-03-08  Tom TromeySplit out eval_op_neg
2021-03-08  Tom TromeySplit out eval_op_plus
2021-03-08  Tom TromeySplit out eval_op_repeat
2021-03-08  Tom TromeySplit out eval_op_leq
2021-03-08  Tom TromeySplit out eval_op_geq
2021-03-08  Tom TromeySplit out eval_op_gtr
2021-03-08  Tom TromeySplit out eval_op_less
2021-03-08  Tom TromeySplit out eval_op_notequal
2021-03-08  Tom TromeySplit out eval_op_equal
2021-03-08  Tom TromeySplit out eval_op_subscript
2021-03-08  Tom TromeySplit out eval_op_binary
2021-03-08  Tom TromeySplit out eval_op_sub
2021-03-08  Tom TromeySplit out eval_op_add
2021-03-08  Tom TromeySplit out eval_op_member
2021-03-08  Tom TromeySplit out eval_op_structop_ptr
2021-03-08  Tom TromeySplit out eval_op_structop_struct
2021-03-08  Tom TromeySplit out eval_op_ternop
2021-03-08  Tom TromeySplit out eval_op_concat
2021-03-08  Tom TromeySplit out eval_op_objc_selector
2021-03-08  Tom TromeySplit out eval_op_string
2021-03-08  Tom TromeySplit out eval_op_register
2021-03-08  Tom TromeySplit out eval_op_func_static_var
2021-03-08  Tom TromeySplit out eval_op_var_msym_value
2021-03-08  Tom TromeySplit out eval_op_var_entry_value
2021-03-08  Tom TromeySplit out eval_op_scope
2021-02-24  Andrew Burgessgdb: call value_ind for pointers to dynamic types in...
2021-02-18  Tom TromeyIntroduce expression::evaluate
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-27  Tom TromeySimplify MULTI_SUBSCRIPT implementation
2020-12-24  Andrew Burgessgdb: avoid resolving dynamic properties for non-allocat...
2020-12-16  Tom TromeyAdd expected type parameter to evaluate_expression
2020-12-16  Tom TromeyIntroduce expression::first_opcode
2020-12-16  Tom TromeyClean up arguments to evaluate_subexp_do_call
2020-12-13  Tom TromeyConstify parse_and_eval_type
2020-12-09  Simon Marchigdb: make get_discrete_bounds return bool
2020-11-30  Tom TromeyRemove some dead code from evaluate_subexp_standard
2020-11-25  Tom TromeyRemove two unnecessary variables from evaluate_subexp_s...
2020-11-19  Andrew Burgessgdb: convert some function arguments from int to bool
2020-11-15  Joel BrobeckerAdd support for fixed-point type arithmetic
next
This page took 0.275975 seconds and 106 git commands to generate.