summaryrefslogtreecommitdiff
path: root/gdb/valarith.c
AgeCommit message (Expand)Author
2022-05-23[gdb/exp] Fix UB in scalar_binopTom de Vries
2022-04-08gdb: Avoid undefined shifts, fix Go shiftsPedro Alves
2022-03-16Reimplement array concatenation for Ada and DTom Tromey
2022-03-16Remove eval_op_concatTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-13gdb: improve reuse of value contents when fetching array elementsAndrew Burgess
2021-12-03gdb: trivial changes to use array_viewSimon Marchi
2021-12-03gdbsupport: add array_view copy functionSimon Marchi
2021-12-03gdb: make value_subscripted_rvalue staticAndrew Burgess
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi
2021-09-24Move value_true to value.hTom Tromey
2021-06-25gdb: use gdb::optional instead of passing a pointer to gdb::array_viewAndrew Burgess
2021-06-25gdb: replace NULL terminated array with array_viewAndrew Burgess
2021-02-05[gdb/exp] Fix assert when adding ptr to imaginary unitTom de Vries
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi
2021-01-06Fix fixed-point binary operation type handlingTom Tromey
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-14Handle fixed-point division by zeroTom Tromey
2020-12-09gdb: fix value_subscript when array upper bound is not knownSimon Marchi
2020-12-09gdb: make get_discrete_bounds return boolSimon Marchi
2020-11-23valarith.c: Replace INIT_VAL_WITH_FIXED_POINT_VAL macro by lambdaJoel Brobecker
2020-11-23Make function fixed_point_scaling_factor a method of struct typeJoel Brobecker
2020-11-23gmp-utils: Convert the read/write methods to using gdb::array_viewJoel Brobecker
2020-11-15Add support for fixed-point type comparison operatorsJoel Brobecker
2020-11-15Add support for fixed-point type arithmeticJoel Brobecker
2020-11-15Move uinteger_pow gdb/valarith.c to gdb/utils.c and make it publicJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-09-16gdb: Convert language_data::c_style_arrays to a methodAndrew Burgess
2020-09-14gdb: remove TYPE_VECTORSimon Marchi
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi
2020-07-12gdb: make type::bounds work for array and string typesSimon Marchi
2020-07-12gdb: remove TYPE_ARRAY_BIT_STRIDESimon Marchi
2020-07-12gdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINEDSimon Marchi
2020-06-08gdb: remove TYPE_INDEX_TYPE macroSimon Marchi
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi
2020-04-24Prefer existing data when evaluating DWARF expressionTom Tromey
2020-04-01Implement complex arithmeticTom Tromey
2020-02-25gdb/fortran: Support negative array stride in one limited caseAndrew Burgess
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-04Remove gdbarch_bits_big_endianTom Tromey
2019-12-01gdb/fortran: array stride supportAndrew Burgess
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries
2019-07-12gdb: Update type of lower bound in value_subscripted_rvalueAndrew Burgess
2019-07-10Don't include gdbarch.h from defs.hTom Tromey
2019-07-09Rename common to gdbsupportTom Tromey
2019-05-02Remove _initialize_valarithTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-11-29Avoid buffer overflow in value_x_unopTom Tromey