Age | Commit message (Expand) | Author | Files | Lines |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -20/+10 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -1/+1 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -16/+16 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -7/+7 |
2022-09-12 | Use checked_static_cast in more places | Tom Tromey | 1 | -4/+2 |
2022-06-17 | event_location -> location_spec | Pedro Alves | 1 | -3/+3 |
2022-04-27 | gdb: remove BLOCK_ENTRY_PC macro | Simon Marchi | 1 | -1/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -6/+6 |
2022-03-21 | gdb/x86: handle stap probe arguments in xmm registers | Andrew Burgess | 1 | -0/+19 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMBOL_CLASS macro, add getter | Simon Marchi | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-07 | gdb: rename "maint agent" functions | Simon Marchi | 1 | -7/+7 |
2021-11-18 | gdbsupport: make gdb_assert_not_reached accept a format string | Simon Marchi | 1 | -1/+1 |
2021-10-29 | gdb: remove TYPE_FIELD_STATIC_PHYSADDR | Simon Marchi | 1 | -1/+1 |
2021-10-29 | gdb: remove TYPE_FIELD_STATIC_PHYSNAME | Simon Marchi | 1 | -1/+1 |
2021-10-29 | gdb: remove TYPE_FIELD_BITPOS | Simon Marchi | 1 | -3/+3 |
2021-10-29 | gdb: remove TYPE_FIELD_LOC_KIND | Simon Marchi | 1 | -1/+1 |
2021-09-30 | gdb: remove TYPE_FIELD_NAME and FIELD_NAME macros | Simon Marchi | 1 | -2/+2 |
2021-09-23 | Change pointer_type to a method of struct type | Tom Tromey | 1 | -14/+14 |
2021-04-15 | Use block_symbol in var_value_operation | Tom Tromey | 1 | -3/+3 |
2021-03-08 | Use bound_minimal_symbol in var_msym_value_operation | Tom Tromey | 1 | -3/+3 |
2021-03-08 | Remove union exp_element | Tom Tromey | 1 | -732/+3 |
2021-03-08 | Add an expr::operation_up to struct expression | Tom Tromey | 1 | -4/+15 |
2021-03-08 | Implement the "&&" and "||" operators | Tom Tromey | 1 | -0/+56 |
2021-03-08 | Introduce var_value_operation | Tom Tromey | 1 | -0/+20 |
2021-03-08 | Introduce unop_cast_type_operation | Tom Tromey | 1 | -0/+12 |
2021-03-08 | Introduce unop_cast_operation | Tom Tromey | 1 | -0/+10 |
2021-03-08 | Introduce assign_modify_operation | Tom Tromey | 1 | -0/+42 |
2021-03-08 | Introduce assign_operation | Tom Tromey | 1 | -0/+30 |
2021-03-08 | Introduce op_this_operation | Tom Tromey | 1 | -0/+25 |
2021-03-08 | Implement UNOP_MEMVAL and UNOP_MEMVAL_TYPE | Tom Tromey | 1 | -0/+40 |
2021-03-08 | Introduce unop_sizeof_operation | Tom Tromey | 1 | -0/+23 |
2021-03-08 | Introduce unop_addr_operation | Tom Tromey | 1 | -0/+5 |
2021-03-08 | Introduce unop_ind_operation | Tom Tromey | 1 | -0/+8 |
2021-03-08 | Implement some unary operations | Tom Tromey | 1 | -0/+47 |
2021-03-08 | Introduce comma_operation | Tom Tromey | 1 | -0/+22 |
2021-03-08 | Introduce repeat_operation | Tom Tromey | 1 | -0/+50 |
2021-03-08 | Introduce ternop_cond_operation | Tom Tromey | 1 | -0/+29 |
2021-03-08 | Introduce internalvar_operation | Tom Tromey | 1 | -0/+25 |
2021-03-08 | Introduce register_operation | Tom Tromey | 1 | -0/+24 |
2021-03-08 | Introduce var_msym_value_operation | Tom Tromey | 1 | -0/+17 |
2021-03-08 | Introduce long_const_operation | Tom Tromey | 1 | -0/+10 |
2021-03-08 | Introduce scope_operation | Tom Tromey | 1 | -0/+13 |
2021-03-08 | Add two agent expression helper functions | Tom Tromey | 1 | -0/+46 |
2021-03-08 | Introduce class operation | Tom Tromey | 1 | -0/+26 |
2021-03-08 | Split gen_expr_binop_rest | Tom Tromey | 1 | -2/+14 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-30 | Remove per-language op_name functions | Tom Tromey | 1 | -1/+1 |