Age | Commit message (Expand) | Author | Files | Lines |
2022-01-03 | Small indentation fix in eval.c | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-29 | gdb: remove TYPE_FIELD_BITPOS | Simon Marchi | 1 | -1/+1 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -7/+7 |
2021-09-30 | gdb: remove TYPE_FIELD_NAME and FIELD_NAME macros | Simon Marchi | 1 | -1/+1 |
2021-09-24 | Move value_true to value.h | Tom Tromey | 1 | -2/+2 |
2021-09-23 | Change pointer_type to a method of struct type | Tom Tromey | 1 | -6/+3 |
2021-06-25 | gdb: use gdb::optional instead of passing a pointer to gdb::array_view | Andrew Burgess | 1 | -3/+3 |
2021-06-25 | gdb: replace NULL terminated array with array_view | Andrew Burgess | 1 | -11/+8 |
2021-06-25 | gdb: fix regression in evaluate_funcall for non C++ like cases | Andrew Burgess | 1 | -3/+12 |
2021-06-03 | gdb: fix eval.c assert during inferior exit event | Magne Hov | 1 | -1/+1 |
2021-04-15 | Use block_symbol in var_value_operation | Tom Tromey | 1 | -11/+13 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -2/+3 |
2021-03-09 | Fix function call regression in new evaluator | Tom Tromey | 1 | -1/+9 |
2021-03-08 | Use bound_minimal_symbol in var_msym_value_operation | Tom Tromey | 1 | -14/+11 |
2021-03-08 | Remove EVAL_SKIP | Tom Tromey | 1 | -94/+9 |
2021-03-08 | Merge namespace scopes in eval.c | Tom Tromey | 1 | -10/+0 |
2021-03-08 | Remove union exp_element | Tom Tromey | 1 | -1617/+7 |
2021-03-08 | Add an expr::operation_up to struct expression | Tom Tromey | 1 | -5/+25 |
2021-03-08 | Implement function call operations | Tom Tromey | 1 | -0/+280 |
2021-03-08 | Introduce array_operation | Tom Tromey | 1 | -0/+200 |
2021-03-08 | Introduce class adl_func_operation | Tom Tromey | 1 | -0/+23 |
2021-03-08 | Implement the "&&" and "||" operators | Tom Tromey | 1 | -0/+63 |
2021-03-08 | Introduce multi_subscript_operation | Tom Tromey | 1 | -0/+13 |
2021-03-08 | Introduce objc_msgcall_operation | Tom Tromey | 1 | -0/+39 |
2021-03-08 | Introduce var_value_operation | Tom Tromey | 1 | -0/+112 |
2021-03-08 | Introduce assign_modify_operation | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Introduce type_instance_operation | Tom Tromey | 1 | -0/+18 |
2021-03-08 | Implement UNOP_MEMVAL and UNOP_MEMVAL_TYPE | Tom Tromey | 1 | -1/+36 |
2021-03-08 | Introduce unop_alignof_operation | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Introduce type_operation | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Introduce unop_ind_operation | Tom Tromey | 1 | -5/+40 |
2021-03-08 | Implement unary increment and decrement operations | Tom Tromey | 1 | -4/+4 |
2021-03-08 | Implement some unary operations | Tom Tromey | 1 | -4/+4 |
2021-03-08 | Introduce repeat_operation | Tom Tromey | 1 | -3/+3 |
2021-03-08 | Implement binary comparison operations | Tom Tromey | 1 | -6/+6 |
2021-03-08 | Introduce subscript_operation | Tom Tromey | 1 | -1/+34 |
2021-03-08 | Introduce binop_operation | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Introduce sub_operation | Tom Tromey | 1 | -5/+5 |
2021-03-08 | Introduce add_operation | Tom Tromey | 1 | -5/+5 |
2021-03-08 | Introduce concat_operation | Tom Tromey | 1 | -6/+5 |
2021-03-08 | Introduce structop_member_operation and structop_mptr_operation | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Introduce structop_ptr_operation | Tom Tromey | 1 | -5/+5 |
2021-03-08 | Introduce structop_operation | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Introduce objc_selector_operation | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Introduce objc_nsstring_operation | Tom Tromey | 1 | -0/+1 |
2021-03-08 | Introduce ternop_slice_operation | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Introduce string_operation | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Introduce register_operation | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Introduce func_static_var_operation | Tom Tromey | 1 | -1/+1 |