aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-13Turn value_copy into a methodTom Tromey1-29/+28
2023-02-13Fully qualify calls to copy in value.cTom Tromey1-3/+3
2023-02-13Turn remaining value_contents functions into methodsTom Tromey1-34/+34
2023-02-13Turn value_incref and value_decref into methodsTom Tromey1-17/+6
2023-02-13Turn value_bits_synthetic_pointer into a methodTom Tromey1-7/+5
2023-02-13Turn value_contents_eq into a methodTom Tromey1-18/+19
2023-02-13Turn allocate_value_contents into a methodTom Tromey1-28/+24
2023-02-13Turn value_fetch_lazy into a methodTom Tromey1-65/+59
2023-02-13Turn some value_contents functions into methodsTom Tromey1-33/+32
2023-02-13Turn value_zero into static "constructor"Tom Tromey1-3/+2
2023-02-13Turn allocate_optimized_out_value into static "constructor"Tom Tromey1-5/+5
2023-02-13Turn allocate_computed_value into static "constructor"Tom Tromey1-3/+3
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey1-21/+21
2023-02-13Turn allocate_value_lazy into a static "constructor"Tom Tromey1-16/+14
2023-02-13Turn more deprecated_* functions into methodsTom Tromey1-12/+6
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey1-28/+27
2023-02-13Turn value_initialized and set_value_initialized functions into methodsTom Tromey1-16/+0
2023-02-13Convert value_lval_const and deprecated_lval_hack to methodsTom Tromey1-13/+1
2023-02-13Turn value_computed_closure and value_computed_funcs functions into methodsTom Tromey1-9/+9
2023-02-13Turn value_stack and set_value_stack functions into methodsTom Tromey1-13/+1
2023-02-13Turn value_lazy and set_value_lazy functions into methodsTom Tromey1-32/+20
2023-02-13Turn some value offset functions into methodTom Tromey1-41/+17
2023-02-13Turn value_enclosing_type into methodTom Tromey1-34/+26
2023-02-13Turn deprecated_value_modifiable into methodTom Tromey1-5/+0
2023-02-13Turn value_offset into methodTom Tromey1-17/+6
2023-02-13Turn value_parent into methodTom Tromey1-16/+2
2023-02-13Turn value_bitpos into methodTom Tromey1-12/+1
2023-02-13Turn value_bitsize into methodTom Tromey1-14/+3
2023-02-13Turn value_arch into methodTom Tromey1-6/+6
2023-02-13Turn deprecated_set_value_type into a methodTom Tromey1-9/+2
2023-02-13Turn value_type into methodTom Tromey1-51/+46
2023-02-13Move struct value to value.hTom Tromey1-225/+0
2023-02-13Move ~value body out-of-lineTom Tromey1-12/+14
2023-02-13Rename all fields of struct valueTom Tromey1-199/+199
2023-02-10GDB: Introduce limited array lengths while printing valuesAndrew Burgess1-16/+171
2023-02-10GDB: Only make data actually retrieved into value history availableMaciej W. Rozycki1-1/+16
2023-02-10GDB: Fix the mess with value byte/bit range typesMaciej W. Rozycki1-17/+26
2023-02-10GDB: Ignore `max-value-size' setting with value history accessesMaciej W. Rozycki1-14/+24
2023-01-03Add new overload of gdbarch_return_valueTom Tromey1-2/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-21Fix crash in value_print_array_elementsTom Tromey1-0/+79
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-5/+4
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-2/+2
2022-10-10Remove frame_id_eqTom Tromey1-1/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-27/+27
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-3/+3
2022-07-28Change allocation of type-copying hash tableTom Tromey1-6/+5
2022-07-26gdb/varobj: Fix use after free in varobjLancelot SIX1-0/+27
2022-07-20gdb/value.c: add several headers to the include listChristopher Di Bella1-0/+3
2022-04-27gdb: remove BLOCK_ENTRY_PC macroSimon Marchi1-1/+1