Gate the displaying of non-debug sections in separate debuginfo files.
[deliverable/binutils-gdb.git] / gdb / eval.c
2021-02-24  Andrew Burgessgdb: call value_ind for pointers to dynamic types in...
2021-02-18  Tom TromeyIntroduce expression::evaluate
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-27  Tom TromeySimplify MULTI_SUBSCRIPT implementation
2020-12-24  Andrew Burgessgdb: avoid resolving dynamic properties for non-allocat...
2020-12-16  Tom TromeyAdd expected type parameter to evaluate_expression
2020-12-16  Tom TromeyIntroduce expression::first_opcode
2020-12-16  Tom TromeyClean up arguments to evaluate_subexp_do_call
2020-12-13  Tom TromeyConstify parse_and_eval_type
2020-12-09  Simon Marchigdb: make get_discrete_bounds return bool
2020-11-30  Tom TromeyRemove some dead code from evaluate_subexp_standard
2020-11-25  Tom TromeyRemove two unnecessary variables from evaluate_subexp_s...
2020-11-19  Andrew Burgessgdb: convert some function arguments from int to bool
2020-11-15  Joel BrobeckerAdd support for fixed-point type arithmetic
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-29  Tom TromeyRemove target_has_execution macro
2020-09-19  Andrew Burgessgdb/fortran: Move Fortran expression handling into...
2020-09-19  Andrew Burgessgdb/fortran: Clean up array/string expression evaluation
2020-09-16  Andrew Burgessgdb: Convert language_data::la_exp_desc to a method
2020-09-16  Andrew Burgessgdb: Convert language_data::c_style_arrays to a method
2020-09-14  Pedro AlvesUse type_instance_flags more throughout
2020-09-14  Simon Marchigdb: remove TYPE_GNU_IFUNC
2020-09-14  Simon Marchigdb: remove TYPE_VECTOR
2020-09-14  Simon Marchigdb: add type::has_varargs / type::set_has_varargs
2020-09-14  Simon Marchigdb: add type::is_prototyped / type::set_is_prototyped
2020-09-14  Simon Marchigdb: remove TYPE_UNSIGNED
2020-08-31  Simon Marchigdb: remove NULL_TYPE
2020-07-13  Simon Marchigdb: make type::bounds work for array and string types
2020-07-13  Simon Marchigdb: remove TYPE_LOW_BOUND_UNDEFINED and TYPE_HIGH_BOUN...
2020-07-13  Simon Marchigdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND
2020-07-13  Simon Marchigdb: remove TYPE_RANGE_DATA macro
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_FIELDS macro
2020-05-22  Simon Marchigdb: add type::fields / type::set_fields
2020-05-22  Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-22  Simon Marchigdb: add type::num_fields / type::set_num_fields
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-01  Hannes DomaniAllow pointer arithmetic with integer references
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-05  Simon MarchiRemove gdbarch parameter of lookup_typename
2019-12-04  Tom TromeyRemove gdbarch_bits_big_endian
2019-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22  Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-11-14  Tom TromeyAllow re-assigning to convenience variables
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-09-20  Christian BiesingerMove declaration of overload_resolution to value.h
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
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-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-04-01  Andrew Burgessgdb/fortran: Handle internal function calls
2019-03-25  Tom TromeyMore block constification
2019-03-06  Richard BuntFortran function calls with arguments
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-21  Pedro Alvesinvoke_xmethod & array_view
2018-11-21  Pedro AlvesUse gdb:array_view in call_function_by_hand & friends
2018-10-22  Simon MarchiIntroduce gdbarch_num_cooked_regs
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-09-19  Richard BuntLogical short circuiting with argument lists
2018-09-14  Andrew Burgessgdb: Don't leak memory with TYPE_ALLOC / TYPE_ZALLOC
2018-07-30  Andrew Burgessgdb: Fix sizeof for dynamic types other than arrays
2018-07-28  Tom de Vries[gdb/exp] Interpret size of vla with unknown size as...
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-07  Pedro Alvestarget_stack -> current_top_target() throughout
2018-06-01  Tom TromeyRemove TYPE_TAG_NAME
2018-05-05  Tom TromeyFix "obvious" fall-through warnings
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-04-30  Tom TromeyHandle alignof and _Alignof
2018-04-26  Pedro AlvesCalling ifunc functions when target has no debug info...
2018-04-06  Tom TromeyRemove free_value_chain
2018-03-25  Pedro Alveseval.c: reverse minsym and sym
2018-03-09  Tom TromeyChange enable_thread_stack_temporaries to an RAII class
2018-02-21  Tom TromeyRemove a cleanup from parse_expression_for_completion
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-17  Joel Brobecker(Ada) fix handling of minimal symbols (UNOP_CAST and...
2017-10-25  Ulrich WeigandTarget FP: Use target format throughout expression...
2017-09-20  Pedro Alveseval.c:evaluate_subexp_standard: Use RAII to avoid...
2017-09-05  Pedro Alveseval.c:evaluate_subexp_standard: Factor out function...
2017-09-04  Pedro AlvesMake "p S::method() const::static_var" work too
2017-09-04  Pedro AlvesHandle "p S::method()::static_var" in the C++ parser
2017-09-04  Pedro AlvesEliminate UNOP_MEMVAL_TLS
2017-09-04  Pedro AlvesStop assuming no-debug-info variables have type int
2017-09-04  Pedro Alvesevaluate_subexp_standard: Factor out OP_VAR_VALUE handling.
2017-09-04  Pedro Alvesevaluate_subexp_standard: Remove useless assignments
2017-09-04  Pedro Alvesevaluate_subexp_standard: Eliminate one goto
2017-09-04  Pedro AlvesMake ptype/whatis print function name of functions...
2017-09-04  Pedro AlvesIntroduce OP_VAR_MSYM_VALUE
2017-09-04  Pedro AlvesStop assuming no-debug-info functions return int
2017-08-21  Pedro AlvesFix type casts losing typedefs and reimplement "whatis...
2017-03-20  Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-03-20  Artemiy VolkovChange {lookup,make}_reference_type API
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
next
This page took 0.581006 seconds and 106 git commands to generate.