gas: remove use of PTR
[binutils-gdb.git] / gdb / valops.c
2022-04-20 Tom TromeyReplace symbol_objfile with symbol::objfile
2022-04-18 Tom TromeyFix C++ cast of derived class to base class
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-04-08 Bernhard Heckelgdb/fortran: add support for accessing fields of extend...
2022-03-29 Tom TromeyUnify gdb printf functions
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-03 Simon Marchigdb: trivial changes to use array_view
2021-12-03 Simon Marchigdb: make extract_integer take an array_view
2021-12-03 Simon Marchigdbsupport: add array_view copy function
2021-11-25 Bruno LarsenPR gdb/28480: Improve ambiguous member detection
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_ENUMVAL
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_LOC_KIND
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-10-05 Tom TromeyAllow lazy 'zero' value
2021-10-01 Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-09-23 Tom TromeyChange pointer_type to a method of struct type
2021-07-27 Andrew Burgessgdb: remove VALUE_FRAME_ID and fix another frame debug...
2021-06-25 Andrew Burgessgdb: use gdb::optional instead of passing a pointer...
2021-06-25 Andrew Burgessgdb: replace NULL terminated array with array_view
2021-06-25 Andrew Burgessgdb: fix regression in evaluate_funcall for non C+...
2021-04-07 Andrew Burgessgdb: allow casting to rvalue reference in more cases
2021-04-02 Simon Marchigdb: remove TYPE_DECLARED_CLASS
2021-03-24 Simon Marchigdb: remove current_top_target function
2021-01-28 Simon Marchigdb: rename get_type_arch to type::arch
2021-01-21 Luis MachadoFix build errors for armhf
2021-01-19 Luis MachadoConvert some frame functions to use gdb::array_view.
2021-01-06 Tom TromeyFix fixed-point binary operation type handling
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-09 Simon Marchigdb: make get_discrete_bounds return bool
2020-11-24 Joel BrobeckerMake function fixed_point_scaling_factor a method of...
2020-11-24 Joel Brobeckergmp-utils: Convert the read/write methods to using...
2020-11-15 Joel BrobeckerAdd support for fixed-point type arithmetic
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-12 Pedro AlvesReject ambiguous C++ field accesses (PR exp/26602)
2020-09-29 Tom TromeyRemove target_has_execution macro
2020-09-16 Andrew Burgessgdb: Convert language_data::string_lower_bound to a...
2020-09-16 Andrew Burgessgdb: Fix an incorrect comment
2020-09-16 Andrew Burgessgdb: Convert language_data::c_style_arrays to a method
2020-09-16 Andrew Burgessgdb: Convert la_name_of_this to a method
2020-09-14 Simon Marchigdb: remove TYPE_VECTOR
2020-09-14 Simon Marchigdb: remove TYPE_VARARGS
2020-09-14 Simon Marchigdb: remove TYPE_UNSIGNED
2020-07-25 Andrew Burgessgdb/fortran: resolve dynamic types when readjusting...
2020-07-13 Simon Marchigdb: make type::bounds work for array and string types
2020-07-13 Simon Marchigdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINED
2020-06-08 Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-06-08 Simon Marchigdb: add field::type / field::set_type
2020-06-08 Simon Marchigdb: remove TYPE_INDEX_TYPE macro
2020-05-23 Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22 Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-16 Simon Marchigdb: remove TYPE_NAME macro
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-05-14 Simon Marchigdb: add type::code / type::set_code
2020-04-24 Tom TromeyRewrite the existing variant part code
2020-04-18 Tom TromeyChange get_objfile_arch to a method on objfile
2020-04-01 Tom TromeyFix value_literal_complex comment
2020-04-01 Tom TromeyAdd accessors for members of complex numbers
2020-03-07 Tom TromeyRemove some obsolete comments
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-29 Tankut Baris Aktemurgdb: improve debug output of function overload resolution
2019-11-29 Tankut Baris Aktemurgdb: fix segfault in overload resolution debug output
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-21 Peeter JootAdjust byte order variable display/change if DW_AT_endi...
2019-10-26 Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-08 Christian BiesingerMove declaration of overload_debug to header
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-07-11 Simon MarchiMake value_must_coerce_to_target return a bool
2019-07-10 Tom TromeySpecialize value_cast error message for Ada
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-16 Tom TromeyRemove unnecessary casts of NULL
2019-06-10 Andrew Burgessgdb: Check for not allocated/associated values during...
2019-04-08 Tom TromeyReplace throw_exception with throw in some cases
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-09 Simon Marchigdb: Remove support for old mangling schemes
2019-01-03 Andrew Burgessgdb: Remove final cleanup from find_overload_match
2019-01-03 Andrew Burgessgdb: Remove a cleanup from find_overload_match
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-21 Pedro Alvesvalops.c: Overload resolution code: Rename parameters...
2018-11-21 Pedro Alvesvalops.c: Some more gdb::array_view
2018-11-21 Pedro AlvesC++ify badness_vector, fix leaks
2018-11-21 Pedro AlvesEliminate make_symbol_overload_list-related globals...
2018-11-21 Pedro Alvesinvoke_xmethod & array_view
2018-11-21 Pedro AlvesUse gdb:array_view in call_function_by_hand & friends
2018-10-08 Weimin PanFix the [-Werror=shadow=local] warning
2018-10-08 Weimin PanFinding data member in virtual base class
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-09-26 Tom TromeyRemove dead definition from valops.c
2018-07-30 Tom TromeyRemove old lint code
2018-06-18 Weimin PanFix failure to find member of a typedef base class
2018-06-07 Pedro Alvestarget_stack -> current_top_target() throughout
2018-06-01 Tom TromeyRemove type_name_no_tag and rename type_name_no_tag_or_...
2018-06-01 Tom TromeyRemove TYPE_TAG_NAME
2018-05-02 Pedro AlvesConvert struct target_ops to C++
next