gdb/mi: handle no condition argument case for -break-condition
[deliverable/binutils-gdb.git] / gdb / value.c
2021-06-29  Simon Marchigdb: introduce frame_debug_printf
2021-05-27  Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-03-24  Simon Marchigdb: remove current_top_target function
2021-03-08  Tom TromeyRemove some null checks
2021-03-08  Tom TromeyRemove union exp_element
2021-03-08  Tom TromeyAdd an expr::operation_up to struct expression
2021-02-09  Tom TromeyAvoid crash from coerce_unspec_val_to_type
2021-01-28  Simon Marchigdb: rename get_type_arch to type::arch
2021-01-28  Simon Marchigdb: rename type::{arch,objfile} -> type::{arch_owner...
2021-01-22  Simon Marchigdb: remove TYPE_OBJFILE macro
2021-01-08  Andrew Burgessgdb: user variables with components of dynamic type
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-16  Tom TromeyIntroduce expression::first_opcode
2020-12-04  Tom TromeyConstify value_internal_function_name
2020-11-24  Joel BrobeckerMake function fixed_point_scaling_factor a method of...
2020-11-24  Joel BrobeckerMake fixed_point_type_base_type a method of struct...
2020-11-24  Joel Brobeckergmp-utils: Convert the read/write methods to using...
2020-11-15  Joel BrobeckerAdd support for printing value of DWARF-based fixed...
2020-11-10  Tom TromeyMake internalvar_name return a const char *
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-23  Tom TromeyHandle bit offset and bit size in base types
2020-09-17  Tom TromeyUse htab_up in type copying
2020-09-16  Andrew Burgessgdb: Convert language_data::string_lower_bound to a...
2020-09-16  Andrew Burgessgdb: Convert language_data::c_style_arrays to a method
2020-09-14  Simon Marchigdb: remove TYPE_VECTOR
2020-09-14  Simon Marchigdb: remove TYPE_UNSIGNED
2020-08-12  Luis MachadoFix malloc allocation size sanity check
2020-07-25  Andrew Burgessgdb/fortran: resolve dynamic types when readjusting...
2020-07-13  Simon Marchigdb: remove TYPE_RANGE_DATA macro
2020-07-10  Pedro AlvesFix crash if connection drops in scoped_restore_current...
2020-06-08  Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-05-07  Simon Marchigdb: make remove_dyn_prop a method of struct type
2020-04-24  Tom TromeyPrefer existing data when evaluating DWARF expression
2020-04-24  Tom TromeyAdd new variant part code
2020-04-18  Tom TromeyChange get_objfile_arch to a method on objfile
2020-04-01  Tom TromeyAdd accessors for members of complex numbers
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-04  Tom TromeyRemove gdbarch_bits_big_endian
2019-11-28  Tom TromeyFix creal_internal_fn comment
2019-11-26  Tom TromeyLet commands free "name"
2019-11-26  Tom TromeyAdd add_internal_function overload
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-01  Tom TromeyIntroduce metadata style
2019-09-03  Tom TromeyHandle biased types
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-16  Tom TromeyReplace uses of concat with xstrdup
2019-06-04  Pedro AlvesIntroduce and use make_unique_xstrdup
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-08  Tom TromeyMake exceptions use std::string and be self-managing
2019-04-01  Andrew Burgessgdb: Add $_cimag and $_creal internal functions
2019-04-01  Sergio Durigan JuniorDestroy allocated values when exiting GDB
2019-03-07  Andrew Burgessgdb: Move value_from_host_double into value.c and make...
2019-03-05  Tom TromeyAdd ATTRIBUTE_UNUSED_RESULT to ref_ptr::release
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-21  Pedro Alvesinvoke_xmethod & array_view
2018-08-23  Kevin BuettnerUse BLOCK_ENTRY_PC in place of most uses of BLOCK_START
2018-07-30  Tom TromeyRemove old lint code
2018-07-22  Tom TromeyRemove unused declaration from value.c
2018-06-07  Pedro Alvestarget_stack -> current_top_target() throughout
2018-06-02  Simon MarchiSplit value_fetch_lazy
2018-05-25  Tom TromeyClear entire "location" in value constructor
2018-05-17  Simon Marchivalue.c: Remove unused variables
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-04-30  Tom TromeyUse new_reference for struct value
2018-04-09  Simon MarchiAdd selftests for range_contains and insert_into_bit_ra...
2018-04-06  Tom TromeyChange value::contents to be a unique_xmalloc_ptr
2018-04-06  Tom TromeyRemove range_s VEC
2018-04-06  Tom TromeyChange value::parent to a value_ref_ptr
2018-04-06  Tom TromeyUse new and delete for values
2018-04-06  Tom TromeyRemove value::next and value::released
2018-04-06  Tom TromeyRemove free_value_chain
2018-04-06  Tom TromeyRemove free_all_values
2018-04-06  Tom TromeyChange value history to use value_ref_ptr
2018-04-06  Tom TromeyChange breakpoints to use value_ref_ptr
2018-04-06  Tom TromeyIntroduce a gdb_ref_ptr specialization for struct value
2018-02-26  Tom TromeySign-extend non-bit-fields in unpack_bits_as_long
2018-02-07  Simon MarchiFix type of values representing optimized out static...
2018-01-07  Simon MarchiC++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-24  Yao QiChange value_contents_eq return bool
2017-11-07  Tom TromeyConstify add_setshow_*
2017-11-07  Tom TromeyRemove cmd_cfunc_ftype
2017-11-07  Tom TromeyConstify add_com
2017-11-07  Tom TromeyAdd set_repeat_arguments function
2017-11-06  Ulrich WeigandTarget FP: Remove unused floating-point routines
2017-11-06  Ulrich WeigandTarget FP: Add conversion routines to target-float...
2017-11-06  Ulrich WeigandTarget FP: Introduce target-float.{c,h}
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-10-05  Ulrich WeigandClean up some DFP interfaces
2017-10-05  Ulrich WeigandClean up includes of doublest.h and floatformat.h
2017-09-27  Tom TromeyConstify show_convenience
2017-09-09  John BaldwinRemove unnecessary function prototypes.
next
This page took 0.874128 seconds and 106 git commands to generate.