Introduce binop_operation
[deliverable/binutils-gdb.git] / gdb / eval.c
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
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-29  Tom TromeyRemove target_has_execution macro
2020-09-19  Andrew Burgessgdb/fortran: Move Fortran expression handling into...
2020-09-19  Andrew Burgessgdb/fortran: Clean up array/string expression evaluation
2020-09-16  Andrew Burgessgdb: Convert language_data::la_exp_desc to a method
2020-09-16  Andrew Burgessgdb: Convert language_data::c_style_arrays to a method
2020-09-14  Pedro AlvesUse type_instance_flags more throughout
2020-09-14  Simon Marchigdb: remove TYPE_GNU_IFUNC
2020-09-14  Simon Marchigdb: remove TYPE_VECTOR
2020-09-14  Simon Marchigdb: add type::has_varargs / type::set_has_varargs
2020-09-14  Simon Marchigdb: add type::is_prototyped / type::set_is_prototyped
2020-09-14  Simon Marchigdb: remove TYPE_UNSIGNED
2020-08-31  Simon Marchigdb: remove NULL_TYPE
2020-07-13  Simon Marchigdb: make type::bounds work for array and string types
2020-07-13  Simon Marchigdb: remove TYPE_LOW_BOUND_UNDEFINED and TYPE_HIGH_BOUN...
2020-07-13  Simon Marchigdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND
2020-07-13  Simon Marchigdb: remove TYPE_RANGE_DATA macro
2020-06-08  Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-06-08  Simon Marchigdb: add field::type / field::set_type
2020-06-08  Simon Marchigdb: remove TYPE_INDEX_TYPE macro
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-14  Simon Marchigdb: remove TYPE_CODE macro
2020-05-14  Simon Marchigdb: add type::code / type::set_code
2020-04-01  Hannes DomaniAllow pointer arithmetic with integer references
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
next
This page took 0.387076 seconds and 107 git commands to generate.