aboutsummaryrefslogtreecommitdiff
path: root/gdb/valarith.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-21invoke_xmethod & array_viewPedro Alves1-25/+25
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves1-3/+4
2018-08-09gdb: Check element of optimised out vla existsAndrew Burgess1-2/+5
2018-07-30Remove old lint codeTom Tromey1-17/+3
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-2/+0
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-11-06Target FP: Add binop and compare routines to target-float.{c,h}Ulrich Weigand1-208/+69
2017-11-06Target FP: Introduce target-float.{c,h}Ulrich Weigand1-5/+3
2017-10-05Clean up some DFP interfacesUlrich Weigand1-2/+8
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-2/+2
2017-08-03Use containers to avoid cleanupsTom Tromey1-18/+10
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-3/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-21Create subobject value in pretty printerYao Qi1-16/+1
2016-11-16Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner1-1/+1
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-2/+2
2016-04-26fort_dyn_array: Support evaluation of dynamic elements inside arrays.Bernhard Heckel1-0/+8
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-21fort_dyn_array: add basic fortran dyn array supportKeven Boell1-1/+8
2015-07-28Consider addressable memory unit size in various value functionsSimon Marchi1-4/+4
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-1/+1
2015-04-29PR python/18285Doug Evans1-18/+33
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-3/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0