Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-11-21 | invoke_xmethod & array_view | Pedro Alves | 1 | -25/+25 |
2018-11-21 | Use gdb:array_view in call_function_by_hand & friends | Pedro Alves | 1 | -3/+4 |
2018-08-09 | gdb: Check element of optimised out vla exists | Andrew Burgess | 1 | -2/+5 |
2018-07-30 | Remove old lint code | Tom Tromey | 1 | -17/+3 |
2018-06-01 | Remove TYPE_TAG_NAME | Tom Tromey | 1 | -2/+0 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -1/+0 |
2017-11-06 | Target FP: Add binop and compare routines to target-float.{c,h} | Ulrich Weigand | 1 | -208/+69 |
2017-11-06 | Target FP: Introduce target-float.{c,h} | Ulrich Weigand | 1 | -5/+3 |