aboutsummaryrefslogtreecommitdiff
path: root/gdb/valops.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-28Remove target_has_execution macroTom Tromey1-2/+2
2020-09-16gdb: Convert language_data::string_lower_bound to a methodAndrew Burgess1-2/+2
2020-09-16gdb: Fix an incorrect commentAndrew Burgess1-1/+1
2020-09-16gdb: Convert language_data::c_style_arrays to a methodAndrew Burgess1-2/+2
2020-09-16gdb: Convert la_name_of_this to a methodAndrew Burgess1-2/+2
2020-09-14gdb: remove TYPE_VECTORSimon Marchi1-6/+6
2020-09-14gdb: remove TYPE_VARARGSSimon Marchi1-1/+1
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-2/+2
2020-07-25gdb/fortran: resolve dynamic types when readjusting after an indirectionAndrew Burgess1-10/+14
2020-07-12gdb: make type::bounds work for array and string typesSimon Marchi1-2/+1
2020-07-12gdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINEDSimon Marchi1-1/+2
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-10/+9
2020-06-08gdb: add field::type / field::set_typeSimon Marchi1-4/+4
2020-06-08gdb: remove TYPE_INDEX_TYPE macroSimon Marchi1-2/+2
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-3/+3
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-13/+13
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-16/+16
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-92/+92
2020-05-14gdb: add type::code / type::set_codeSimon Marchi1-1/+1
2020-04-24Rewrite the existing variant part codeTom Tromey1-44/+0
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-2/+2
2020-04-01Fix value_literal_complex commentTom Tromey1-4/+2
2020-04-01Add accessors for members of complex numbersTom Tromey1-0/+25
2020-03-07Remove some obsolete commentsTom Tromey1-3/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-29gdb: improve debug output of function overload resolutionTankut Baris Aktemur1-3/+8
2019-11-29gdb: fix segfault in overload resolution debug outputTankut Baris Aktemur1-23/+25
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-4/+4
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-1/+1
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-10-08Move declaration of overload_debug to headerChristian Biesinger1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-07-10Make value_must_coerce_to_target return a boolSimon Marchi1-6/+5
2019-07-10Specialize value_cast error message for AdaTom Tromey1-1/+2
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-16Remove unnecessary casts of NULLTom Tromey1-4/+4
2019-06-10gdb: Check for not allocated/associated values during array slicingAndrew Burgess1-0/+5
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Rewrite TRY/CATCHTom Tromey1-6/+4
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-09gdb: Remove support for old mangling schemesSimon Marchi1-23/+0
2019-01-03gdb: Remove final cleanup from find_overload_matchAndrew Burgess1-6/+0
2019-01-03gdb: Remove a cleanup from find_overload_matchAndrew Burgess1-6/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21valops.c: Overload resolution code: Rename parameters/localsPedro Alves1-71/+71
2018-11-21valops.c: Some more gdb::array_viewPedro Alves1-54/+47
2018-11-21C++ify badness_vector, fix leaksPedro Alves1-51/+27