summaryrefslogtreecommitdiff
path: root/gdb/value.h
Commit message (Expand)AuthorAgeFilesLines
* Remove evaluate_typeTom Tromey2023-05-011-2/+0
* Remove evaluate_expressionTom Tromey2023-05-011-9/+0
* Pass a frame to value_at_lazy and value_from_contents_and_addressTom Tromey2023-03-291-4/+10
* Add value_as_mpz and value_from_mpzTom Tromey2023-03-271-0/+7
* Fix some value commentsTom Tromey2023-03-021-0/+5
* Remove value_inTom Tromey2023-02-281-2/+0
* Return bool from more value methodsTom Tromey2023-02-151-11/+11
* Have value::bits_synthetic_pointer return boolTom Tromey2023-02-151-3/+3
* Change value::m_stack to boolTom Tromey2023-02-151-5/+5
* Change value::m_initialized to boolTom Tromey2023-02-151-5/+5
* Change value::m_lazy to boolTom Tromey2023-02-151-8/+8
* Change value::m_modifiable to boolTom Tromey2023-02-151-4/+4
* Remove deprecated_lval_hackTom Tromey2023-02-131-10/+0
* Introduce set_lval method on valueTom Tromey2023-02-131-0/+4
* Make ~value privateTom Tromey2023-02-131-4/+6
* Make struct value data members privateTom Tromey2023-02-131-6/+2
* Turn record_latest_value into a methodTom Tromey2023-02-131-2/+3
* Add value::set_modifiableTom Tromey2023-02-131-0/+4
* Turn various value copying-related functions into methodsTom Tromey2023-02-131-29/+66
* Turn preserve_one_value into methodTom Tromey2023-02-131-2/+4
* Turn some xmethod functions into methodsTom Tromey2023-02-131-11/+11
* Turn set_value_component_location into methodTom Tromey2023-02-131-5/+4
* Turn value_non_lval and value_force_lval into methodsTom Tromey2023-02-131-4/+7
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-65/+59
* Turn value_copy into a methodTom Tromey2023-02-131-2/+5
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-27/+28
* Turn value_incref and value_decref into methodsTom Tromey2023-02-131-11/+10
* Move value_ref_policy methods out-of-lineTom Tromey2023-02-131-9/+14
* Turn value_bits_synthetic_pointer into a methodTom Tromey2023-02-131-6/+5
* Turn value_contents_eq into a methodTom Tromey2023-02-131-63/+71
* Turn allocate_value_contents into a methodTom Tromey2023-02-131-0/+13
* Turn value_fetch_lazy into a methodTom Tromey2023-02-131-2/+18
* Turn some value_contents functions into methodsTom Tromey2023-02-131-18/+16
* Turn value_zero into static "constructor"Tom Tromey2023-02-131-3/+4
* Turn allocate_optimized_out_value into static "constructor"Tom Tromey2023-02-131-2/+3
* Turn allocate_computed_value into static "constructor"Tom Tromey2023-02-131-7/+6
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-2/+9
* Turn allocate_value_lazy into a static "constructor"Tom Tromey2023-02-131-1/+11
* Turn more deprecated_* functions into methodsTom Tromey2023-02-131-6/+10
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-13/+13
* Turn value_initialized and set_value_initialized functions into methodsTom Tromey2023-02-131-6/+9
* Convert value_lval_const and deprecated_lval_hack to methodsTom Tromey2023-02-131-5/+7
* Turn value_computed_closure and value_computed_funcs functions into methodsTom Tromey2023-02-131-9/+9
* Turn value_stack and set_value_stack functions into methodsTom Tromey2023-02-131-3/+6
* Turn value_lazy and set_value_lazy functions into methodsTom Tromey2023-02-131-18/+21
* Turn some value offset functions into methodTom Tromey2023-02-131-5/+13
* Turn value_enclosing_type into methodTom Tromey2023-02-131-46/+47
* Turn deprecated_value_modifiable into methodTom Tromey2023-02-131-6/+6
* Turn value_offset into methodTom Tromey2023-02-131-9/+11
* Turn value_parent into methodTom Tromey2023-02-131-7/+9