aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-02-13Add value::set_modifiableTom Tromey2-2/+6
2023-02-13Turn various value copying-related functions into methodsTom Tromey16-197/+193
2023-02-13Turn preserve_one_value into methodTom Tromey4-17/+14
2023-02-13Turn some xmethod functions into methodsTom Tromey5-29/+29
2023-02-13Change some code to use value methodsTom Tromey1-14/+14
2023-02-13Turn set_value_component_location into methodTom Tromey5-24/+22
2023-02-13Turn value_non_lval and value_force_lval into methodsTom Tromey4-23/+26
2023-02-13Turn many optimized-out value functions into methodsTom Tromey37-272/+237
2023-02-13Turn value_copy into a methodTom Tromey10-49/+51
2023-02-13Fully qualify calls to copy in value.cTom Tromey1-3/+3
2023-02-13Turn remaining value_contents functions into methodsTom Tromey84-329/+330
2023-02-13Turn value_incref and value_decref into methodsTom Tromey7-39/+27
2023-02-13Move value_ref_policy methods out-of-lineTom Tromey1-9/+14
2023-02-13Turn value_bits_synthetic_pointer into a methodTom Tromey8-31/+26
2023-02-13Turn value_contents_eq into a methodTom Tromey7-93/+102
2023-02-13Turn allocate_value_contents into a methodTom Tromey2-28/+37
2023-02-13Turn value_fetch_lazy into a methodTom Tromey16-88/+98
2023-02-13Turn some value_contents functions into methodsTom Tromey32-145/+142
2023-02-13Turn value_zero into static "constructor"Tom Tromey15-77/+77
2023-02-13Turn allocate_optimized_out_value into static "constructor"Tom Tromey11-20/+21
2023-02-13Turn allocate_computed_value into static "constructor"Tom Tromey7-15/+14
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey37-128/+135
2023-02-13Turn allocate_value_lazy into a static "constructor"Tom Tromey6-21/+29
2023-02-13Turn more deprecated_* functions into methodsTom Tromey2-18/+16
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey45-167/+166
2023-02-13Turn value_initialized and set_value_initialized functions into methodsTom Tromey4-24/+11
2023-02-13Convert value_lval_const and deprecated_lval_hack to methodsTom Tromey5-24/+14
2023-02-13Turn value_computed_closure and value_computed_funcs functions into methodsTom Tromey6-34/+34
2023-02-13Turn value_stack and set_value_stack functions into methodsTom Tromey5-19/+10
2023-02-13Turn value_lazy and set_value_lazy functions into methodsTom Tromey22-96/+87
2023-02-13Turn some value offset functions into methodTom Tromey13-88/+72
2023-02-13Turn value_enclosing_type into methodTom Tromey15-119/+111
2023-02-13Turn deprecated_value_modifiable into methodTom Tromey7-17/+12
2023-02-13Turn value_offset into methodTom Tromey12-53/+44
2023-02-13Turn value_parent into methodTom Tromey5-30/+18
2023-02-13Turn value_bitpos into methodTom Tromey6-39/+30
2023-02-13Turn value_bitsize into methodTom Tromey6-46/+37
2023-02-13Turn value_arch into methodTom Tromey3-11/+10
2023-02-13Turn deprecated_set_value_type into a methodTom Tromey9-35/+25
2023-02-13Turn value_type into methodTom Tromey107-884/+880
2023-02-13Move struct value to value.hTom Tromey2-230/+223
2023-02-13Move ~value body out-of-lineTom Tromey1-12/+14
2023-02-13Rename all fields of struct valueTom Tromey2-202/+202
2023-02-13Remove unused imports from gdb's Python codeTom Tromey4-5/+0
2023-02-13gdb/tui: don't leak the known_window_types mapAndrew Burgess1-24/+17
2023-02-13gdb/python: deallocate tui window factories at Python shut downAndrew Burgess4-2/+84
2023-02-13gdb/python: allow Python TUI windows to be replacedAndrew Burgess3-0/+129
2023-02-13Fix doc build dependencies for --with-system-readlineKeith Seitz3-4/+15
2023-02-13gdb/testsuite: handle differences in guile error string outputAndrew Burgess1-2/+4
2023-02-13gdb/testsuite: look for hipcc in env(ROCM_PATH)Lancelot SIX1-2/+5