summaryrefslogtreecommitdiff
path: root/gdb/valarith.c
Commit message (Expand)AuthorAgeFilesLines
* Use scoped_value_mark in more placesTom Tromey2022-10-141-2/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-30/+30
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-20/+18
* [gdb/exp] Fix UB in scalar_binopTom de Vries2022-05-231-1/+4
* gdb: Avoid undefined shifts, fix Go shiftsPedro Alves2022-04-081-4/+99
* Reimplement array concatenation for Ada and DTom Tromey2022-03-161-128/+41
* Remove eval_op_concatTom Tromey2022-03-161-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: improve reuse of value contents when fetching array elementsAndrew Burgess2021-12-131-9/+9
* gdb: trivial changes to use array_viewSimon Marchi2021-12-031-6/+3
* gdbsupport: add array_view copy functionSimon Marchi2021-12-031-22/+27
* gdb: make value_subscripted_rvalue staticAndrew Burgess2021-12-031-2/+8
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-35/+36
* Move value_true to value.hTom Tromey2021-09-241-2/+2
* gdb: use gdb::optional instead of passing a pointer to gdb::array_viewAndrew Burgess2021-06-251-1/+1
* gdb: replace NULL terminated array with array_viewAndrew Burgess2021-06-251-1/+1
* [gdb/exp] Fix assert when adding ptr to imaginary unitTom de Vries2021-02-051-0/+3
* gdb: rename get_type_arch to type::archSimon Marchi2021-01-281-4/+4
* Fix fixed-point binary operation type handlingTom Tromey2021-01-061-16/+30
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Handle fixed-point division by zeroTom Tromey2020-12-141-0/+2
* gdb: fix value_subscript when array upper bound is not knownSimon Marchi2020-12-091-7/+15
* gdb: make get_discrete_bounds return boolSimon Marchi2020-12-091-1/+1
* valarith.c: Replace INIT_VAL_WITH_FIXED_POINT_VAL macro by lambdaJoel Brobecker2020-11-231-15/+19
* Make function fixed_point_scaling_factor a method of struct typeJoel Brobecker2020-11-231-3/+3
* gmp-utils: Convert the read/write methods to using gdb::array_viewJoel Brobecker2020-11-231-3/+6
* Add support for fixed-point type comparison operatorsJoel Brobecker2020-11-151-1/+14
* Add support for fixed-point type arithmeticJoel Brobecker2020-11-151-2/+89
* Move uinteger_pow gdb/valarith.c to gdb/utils.c and make it publicJoel Brobecker2020-11-151-31/+0
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-40/+40
* gdb: Convert language_data::c_style_arrays to a methodAndrew Burgess2020-09-161-3/+3
* gdb: remove TYPE_VECTORSimon Marchi2020-09-141-8/+8
* gdb: remove TYPE_UNSIGNEDSimon Marchi2020-09-141-6/+6
* gdb: make type::bounds work for array and string typesSimon Marchi2020-07-121-2/+2
* gdb: remove TYPE_ARRAY_BIT_STRIDESimon Marchi2020-07-121-1/+1
* gdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINEDSimon Marchi2020-07-121-4/+5
* gdb: remove TYPE_INDEX_TYPE macroSimon Marchi2020-06-081-2/+2
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-5/+5
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-60/+60
* Prefer existing data when evaluating DWARF expressionTom Tromey2020-04-241-1/+1
* Implement complex arithmeticTom Tromey2020-04-011-21/+178
* gdb/fortran: Support negative array stride in one limited caseAndrew Burgess2020-02-251-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove gdbarch_bits_big_endianTom Tromey2019-12-041-1/+1
* gdb/fortran: array stride supportAndrew Burgess2019-12-011-0/+11
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-6/+4
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* gdb: Update type of lower bound in value_subscripted_rvalueAndrew Burgess2019-07-121-1/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1