Age | Commit message (Expand) | Author | Files | Lines |
2022-05-23 | [gdb/exp] Fix UB in scalar_binop | Tom de Vries | 1 | -1/+4 |
2022-04-08 | gdb: Avoid undefined shifts, fix Go shifts | Pedro Alves | 1 | -4/+99 |
2022-03-16 | Reimplement array concatenation for Ada and D | Tom Tromey | 1 | -128/+41 |
2022-03-16 | Remove eval_op_concat | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-13 | gdb: improve reuse of value contents when fetching array elements | Andrew Burgess | 1 | -9/+9 |
2021-12-03 | gdb: trivial changes to use array_view | Simon Marchi | 1 | -6/+3 |
2021-12-03 | gdbsupport: add array_view copy function | Simon Marchi | 1 | -22/+27 |
2021-12-03 | gdb: make value_subscripted_rvalue static | Andrew Burgess | 1 | -2/+8 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -35/+36 |
2021-09-24 | Move value_true to value.h | Tom Tromey | 1 | -2/+2 |
2021-06-25 | gdb: use gdb::optional instead of passing a pointer to gdb::array_view | Andrew Burgess | 1 | -1/+1 |
2021-06-25 | gdb: replace NULL terminated array with array_view | Andrew Burgess | 1 | -1/+1 |
2021-02-05 | [gdb/exp] Fix assert when adding ptr to imaginary unit | Tom de Vries | 1 | -0/+3 |
2021-01-28 | gdb: rename get_type_arch to type::arch | Simon Marchi | 1 | -4/+4 |
2021-01-06 | Fix fixed-point binary operation type handling | Tom Tromey | 1 | -16/+30 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-14 | Handle fixed-point division by zero | Tom Tromey | 1 | -0/+2 |
2020-12-09 | gdb: fix value_subscript when array upper bound is not known | Simon Marchi | 1 | -7/+15 |
2020-12-09 | gdb: make get_discrete_bounds return bool | Simon Marchi | 1 | -1/+1 |
2020-11-23 | valarith.c: Replace INIT_VAL_WITH_FIXED_POINT_VAL macro by lambda | Joel Brobecker | 1 | -15/+19 |
2020-11-23 | Make function fixed_point_scaling_factor a method of struct type | Joel Brobecker | 1 | -3/+3 |
2020-11-23 | gmp-utils: Convert the read/write methods to using gdb::array_view | Joel Brobecker | 1 | -3/+6 |
2020-11-15 | Add support for fixed-point type comparison operators | Joel Brobecker | 1 | -1/+14 |
2020-11-15 | Add support for fixed-point type arithmetic | Joel Brobecker | 1 | -2/+89 |
2020-11-15 | Move uinteger_pow gdb/valarith.c to gdb/utils.c and make it public | Joel Brobecker | 1 | -31/+0 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -40/+40 |
2020-09-16 | gdb: Convert language_data::c_style_arrays to a method | Andrew Burgess | 1 | -3/+3 |
2020-09-14 | gdb: remove TYPE_VECTOR | Simon Marchi | 1 | -8/+8 |
2020-09-14 | gdb: remove TYPE_UNSIGNED | Simon Marchi | 1 | -6/+6 |
2020-07-12 | gdb: make type::bounds work for array and string types | Simon Marchi | 1 | -2/+2 |
2020-07-12 | gdb: remove TYPE_ARRAY_BIT_STRIDE | Simon Marchi | 1 | -1/+1 |
2020-07-12 | gdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINED | Simon Marchi | 1 | -4/+5 |
2020-06-08 | gdb: remove TYPE_INDEX_TYPE macro | Simon Marchi | 1 | -2/+2 |
2020-05-16 | gdb: remove TYPE_NAME macro | Simon Marchi | 1 | -5/+5 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -60/+60 |
2020-04-24 | Prefer existing data when evaluating DWARF expression | Tom Tromey | 1 | -1/+1 |
2020-04-01 | Implement complex arithmetic | Tom Tromey | 1 | -21/+178 |
2020-02-25 | gdb/fortran: Support negative array stride in one limited case | Andrew Burgess | 1 | -2/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-04 | Remove gdbarch_bits_big_endian | Tom Tromey | 1 | -1/+1 |
2019-12-01 | gdb/fortran: array stride support | Andrew Burgess | 1 | -0/+11 |
2019-11-21 | Adjust byte order variable display/change if DW_AT_endianity is present. | Peeter Joot | 1 | -6/+4 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-07-12 | gdb: Update type of lower bound in value_subscripted_rvalue | Andrew Burgess | 1 | -1/+1 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-05-02 | Remove _initialize_valarith | Tom Tromey | 1 | -5/+0 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-29 | Avoid buffer overflow in value_x_unop | Tom Tromey | 1 | -2/+0 |