aboutsummaryrefslogtreecommitdiff
path: root/gdb/eval.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-28Remove target_has_execution macroTom Tromey1-1/+1
2020-09-19gdb/fortran: Move Fortran expression handling into f-lang.cAndrew Burgess1-215/+8
2020-09-19gdb/fortran: Clean up array/string expression evaluationAndrew Burgess1-69/+67
2020-09-16gdb: Convert language_data::la_exp_desc to a methodAndrew Burgess1-1/+1
2020-09-16gdb: Convert language_data::c_style_arrays to a methodAndrew Burgess1-1/+1
2020-09-14Use type_instance_flags more throughoutPedro Alves1-1/+1
2020-09-14gdb: remove TYPE_GNU_IFUNCSimon Marchi1-2/+2
2020-09-14gdb: remove TYPE_VECTORSimon Marchi1-2/+2
2020-09-14gdb: add type::has_varargs / type::set_has_varargsSimon Marchi1-1/+1
2020-09-14gdb: add type::is_prototyped / type::set_is_prototypedSimon Marchi1-1/+1
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-2/+2
2020-08-31gdb: remove NULL_TYPESimon Marchi1-85/+83
2020-07-12gdb: make type::bounds work for array and string typesSimon Marchi1-2/+1
2020-07-12gdb: remove TYPE_LOW_BOUND_UNDEFINED and TYPE_HIGH_BOUND_UNDEFINEDSimon Marchi1-1/+2
2020-07-12gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUNDSimon Marchi1-2/+2
2020-07-12gdb: remove TYPE_RANGE_DATA macroSimon Marchi1-1/+1
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-4/+3
2020-06-08gdb: add field::type / field::set_typeSimon Marchi1-1/+1
2020-06-08gdb: remove TYPE_INDEX_TYPE macroSimon Marchi1-6/+6
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-2/+1
2020-05-22gdb: remove TYPE_FIELDS macroSimon Marchi1-1/+1
2020-05-22gdb: add type::fields / type::set_fieldsSimon Marchi1-2/+2
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-3/+3
2020-05-22gdb: add type::num_fields / type::set_num_fieldsSimon Marchi1-1/+1
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-7/+7
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-74/+74
2020-05-14gdb: add type::code / type::set_codeSimon Marchi1-1/+1
2020-04-01Allow pointer arithmetic with integer referencesHannes Domani1-3/+17
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-05Remove gdbarch parameter of lookup_typenameSimon Marchi1-6/+6
2019-12-04Remove gdbarch_bits_big_endianTom Tromey1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-3/+3
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-3/+3
2019-11-14Allow re-assigning to convenience variablesTom Tromey1-1/+8
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-2/+2
2019-09-20Move declaration of overload_resolution to value.hChristian Biesinger1-3/+0
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-4/+4
2019-04-08Rename gdb exception typesTom Tromey1-5/+5
2019-04-08Rewrite TRY/CATCHTom Tromey1-15/+10
2019-04-06Revert the header-sorting patchTom Tromey1-18/+14
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-14/+18
2019-04-01gdb/fortran: Handle internal function callsAndrew Burgess1-4/+8
2019-03-24More block constificationTom Tromey1-1/+1
2019-03-06Fortran function calls with argumentsRichard Bunt1-1/+14
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21invoke_xmethod & array_viewPedro Alves1-5/+9
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves1-9/+9
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-2/+1