summaryrefslogtreecommitdiff
path: root/gdb/valops.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: rename get_type_arch to type::archSimon Marchi2021-01-281-2/+2
* Fix build errors for armhfLuis Machado2021-01-211-2/+4
* Convert some frame functions to use gdb::array_view.Luis Machado2021-01-191-6/+6
* Fix fixed-point binary operation type handlingTom Tromey2021-01-061-25/+38
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: make get_discrete_bounds return boolSimon Marchi2020-12-091-2/+2
* 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-4/+6
* Add support for fixed-point type arithmeticJoel Brobecker2020-11-151-1/+73
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-73/+73
* Reject ambiguous C++ field accesses (PR exp/26602)Pedro Alves2020-10-121-63/+164
* Remove target_has_execution macroTom Tromey2020-09-281-2/+2
* gdb: Convert language_data::string_lower_bound to a methodAndrew Burgess2020-09-161-2/+2
* gdb: Fix an incorrect commentAndrew Burgess2020-09-161-1/+1
* gdb: Convert language_data::c_style_arrays to a methodAndrew Burgess2020-09-161-2/+2
* gdb: Convert la_name_of_this to a methodAndrew Burgess2020-09-161-2/+2
* gdb: remove TYPE_VECTORSimon Marchi2020-09-141-6/+6
* gdb: remove TYPE_VARARGSSimon Marchi2020-09-141-1/+1
* gdb: remove TYPE_UNSIGNEDSimon Marchi2020-09-141-2/+2
* gdb/fortran: resolve dynamic types when readjusting after an indirectionAndrew Burgess2020-07-251-10/+14
* gdb: make type::bounds work for array and string typesSimon Marchi2020-07-121-2/+1
* gdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINEDSimon Marchi2020-07-121-1/+2
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-10/+9
* gdb: add field::type / field::set_typeSimon Marchi2020-06-081-4/+4
* gdb: remove TYPE_INDEX_TYPE macroSimon Marchi2020-06-081-2/+2
* gdb: remove TYPE_FIELD macroSimon Marchi2020-05-231-3/+3
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-13/+13
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-16/+16
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-92/+92
* gdb: add type::code / type::set_codeSimon Marchi2020-05-141-1/+1
* Rewrite the existing variant part codeTom Tromey2020-04-241-44/+0
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-2/+2
* Fix value_literal_complex commentTom Tromey2020-04-011-4/+2
* Add accessors for members of complex numbersTom Tromey2020-04-011-0/+25
* Remove some obsolete commentsTom Tromey2020-03-071-3/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* gdb: improve debug output of function overload resolutionTankut Baris Aktemur2019-11-291-3/+8
* gdb: fix segfault in overload resolution debug outputTankut Baris Aktemur2019-11-291-23/+25
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-4/+4
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-2/+2
* Move declaration of overload_debug to headerChristian Biesinger2019-10-081-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Make value_must_coerce_to_target return a boolSimon Marchi2019-07-101-6/+5
* Specialize value_cast error message for AdaTom Tromey2019-07-101-1/+2
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Remove unnecessary casts of NULLTom Tromey2019-06-161-4/+4
* gdb: Check for not allocated/associated values during array slicingAndrew Burgess2019-06-101-0/+5