summaryrefslogtreecommitdiff
path: root/gdb/valarith.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-3/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Create subobject value in pretty printerYao Qi2016-11-211-16/+1
* Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner2016-11-161-1/+1
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-2/+2
* fort_dyn_array: Support evaluation of dynamic elements inside arrays.Bernhard Heckel2016-04-261-0/+8
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* fort_dyn_array: add basic fortran dyn array supportKeven Boell2015-10-211-1/+8
* Consider addressable memory unit size in various value functionsSimon Marchi2015-07-281-4/+4
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-1/+1
* PR python/18285Doug Evans2015-04-291-18/+33
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-3/+3