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