summaryrefslogtreecommitdiff
path: root/gdb/valarith.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* Remove _initialize_valarithTom Tromey2019-05-021-5/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Avoid buffer overflow in value_x_unopTom Tromey2018-11-291-2/+0
* invoke_xmethod & array_viewPedro Alves2018-11-211-25/+25
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-3/+4
* gdb: Check element of optimised out vla existsAndrew Burgess2018-08-091-2/+5
* Remove old lint codeTom Tromey2018-07-301-17/+3
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-2/+0
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Target FP: Add binop and compare routines to target-float.{c,h}Ulrich Weigand2017-11-061-208/+69
* Target FP: Introduce target-float.{c,h}Ulrich Weigand2017-11-061-5/+3
* Clean up some DFP interfacesUlrich Weigand2017-10-051-2/+8
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-2/+2
* Use containers to avoid cleanupsTom Tromey2017-08-031-18/+10