Remove path name from test case
[binutils-gdb.git] / gdb / value.h
2023-09-20 Tom TromeyRemove explanatory comments from includes
2023-09-05 Tom TromeyIntroduce type::is_array_like and value_to_array
2023-08-29 Tom TromeyRemove "highbound" parameter from value_array
2023-08-29 Tom TromeyUse gdb::array_view for value_array
2023-07-07 Andrew Burgessgdb: check max-value-size when reading strings for...
2023-06-05 Andrew Burgessgdb: building inferior strings from within GDB
2023-05-25 Ciaran WoodwardFix scoped_value_mark not working with empty value...
2023-05-23 Tom TromeyAdd flags to parse_and_eval
2023-05-01 Tom TromeyRemove evaluate_type
2023-05-01 Tom TromeyRemove evaluate_expression
2023-03-29 Tom TromeyPass a frame to value_at_lazy and value_from_contents_a...
2023-03-27 Tom TromeyAdd value_as_mpz and value_from_mpz
2023-03-02 Tom TromeyFix some value comments
2023-02-28 Tom TromeyRemove value_in
2023-02-15 Tom TromeyReturn bool from more value methods
2023-02-15 Tom TromeyHave value::bits_synthetic_pointer return bool
2023-02-15 Tom TromeyChange value::m_stack to bool
2023-02-15 Tom TromeyChange value::m_initialized to bool
2023-02-15 Tom TromeyChange value::m_lazy to bool
2023-02-15 Tom TromeyChange value::m_modifiable to bool
2023-02-13 Tom TromeyRemove deprecated_lval_hack
2023-02-13 Tom TromeyIntroduce set_lval method on value
2023-02-13 Tom TromeyMake ~value private
2023-02-13 Tom TromeyMake struct value data members private
2023-02-13 Tom TromeyTurn record_latest_value into a method
2023-02-13 Tom TromeyAdd value::set_modifiable
2023-02-13 Tom TromeyTurn various value copying-related functions into methods
2023-02-13 Tom TromeyTurn preserve_one_value into method
2023-02-13 Tom TromeyTurn some xmethod functions into methods
2023-02-13 Tom TromeyTurn set_value_component_location into method
2023-02-13 Tom TromeyTurn value_non_lval and value_force_lval into methods
2023-02-13 Tom TromeyTurn many optimized-out value functions into methods
2023-02-13 Tom TromeyTurn value_copy into a method
2023-02-13 Tom TromeyTurn remaining value_contents functions into methods
2023-02-13 Tom TromeyTurn value_incref and value_decref into methods
2023-02-13 Tom TromeyMove value_ref_policy methods out-of-line
2023-02-13 Tom TromeyTurn value_bits_synthetic_pointer into a method
2023-02-13 Tom TromeyTurn value_contents_eq into a method
2023-02-13 Tom TromeyTurn allocate_value_contents into a method
2023-02-13 Tom TromeyTurn value_fetch_lazy into a method
2023-02-13 Tom TromeyTurn some value_contents functions into methods
2023-02-13 Tom TromeyTurn value_zero into static "constructor"
2023-02-13 Tom TromeyTurn allocate_optimized_out_value into static "constructor"
2023-02-13 Tom TromeyTurn allocate_computed_value into static "constructor"
2023-02-13 Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13 Tom TromeyTurn allocate_value_lazy into a static "constructor"
2023-02-13 Tom TromeyTurn more deprecated_* functions into methods
2023-02-13 Tom TromeyTurn value_address and set_value_address functions...
2023-02-13 Tom TromeyTurn value_initialized and set_value_initialized functi...
2023-02-13 Tom TromeyConvert value_lval_const and deprecated_lval_hack to...
2023-02-13 Tom TromeyTurn value_computed_closure and value_computed_funcs...
2023-02-13 Tom TromeyTurn value_stack and set_value_stack functions into...
2023-02-13 Tom TromeyTurn value_lazy and set_value_lazy functions into methods
2023-02-13 Tom TromeyTurn some value offset functions into method
2023-02-13 Tom TromeyTurn value_enclosing_type into method
2023-02-13 Tom TromeyTurn deprecated_value_modifiable into method
2023-02-13 Tom TromeyTurn value_offset into method
2023-02-13 Tom TromeyTurn value_parent into method
2023-02-13 Tom TromeyTurn value_bitpos into method
2023-02-13 Tom TromeyTurn value_bitsize into method
2023-02-13 Tom TromeyTurn value_arch into method
2023-02-13 Tom TromeyTurn deprecated_set_value_type into a method
2023-02-13 Tom TromeyTurn value_type into method
2023-02-13 Tom TromeyMove struct value to value.h
2023-02-10 Andrew BurgessGDB: Introduce limited array lengths while printing...
2023-02-10 Maciej W. RozyckiGDB: Fix the mess with value byte/bit range types
2023-01-30 Tom TromeyRemove value_next declaration
2023-01-03 Tom TromeyIntroduce value_at_non_lval
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-21 Tom TromeyFix crash in value_print_array_elements
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-03-26 Tom TromeyRemove an unused declaration from value.h
2022-03-06 Simon Marchigdb: constify parameter of value_copy
2022-03-06 Simon Marchigdb: remove internalvar_funcs::destroy
2022-01-26 Andrew Burgessgdb/python: add gdb.history_count function
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-03 Andrew Burgessgdb: make value_subscripted_rvalue static
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-10-05 Tom TromeyAdd lval_funcs::is_optimized_out
2021-09-24 Tom TromeyMove value_true to value.h
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-03-08 Tom TromeyRemove EVAL_SKIP
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-06 Tom TromeyFix fixed-point binary operation type handling
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-16 Tom TromeyAdd expected type parameter to evaluate_expression
2020-12-13 Tom TromeyConstify parse_and_eval_type
2020-12-04 Tom TromeyConstify value_internal_function_name
2020-11-19 Andrew Burgessgdb: convert some function arguments from int to bool
2020-11-10 Tom TromeyMake internalvar_name return a const char *
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-08-25 Simon Marchigdb: move declaration of valprint_check_validity to...
2020-07-25 Andrew Burgessgdb/fortran: resolve dynamic types when readjusting...
2020-06-02 Andrew Burgessgdb: Convert language la_read_var_value field to a...
2020-04-24 Tom TromeyRewrite the existing variant part code
next