aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-02-14Remove a use of pagination_enabledTom Tromey1-6/+0
2023-02-14gdb/dwarf2: rename some things, index -> gdb_indexSimon Marchi1-34/+35
2023-02-14gdb: cast return value of std::unique_ptr::release to voidSimon Marchi1-2/+5
2023-02-14gdb: remove unnecessary tui directory check in configureSimon Marchi2-22/+18
2023-02-14Do not cast away const in agent_run_commandTom Tromey1-5/+2
2023-02-14[gdb/testsuite] Add xfail in gdb.python/py-record-btrace.expTom de Vries1-1/+42
2023-02-14[gdb/testsuite] Factor out proc linux_kernel_versionTom de Vries2-14/+29
2023-02-14Fix build bug in ppc-linux-nat.cTom Tromey1-1/+1
2023-02-13Rely on value_ref_ptr::operator->Tom Tromey6-21/+21
2023-02-13Remove deprecated_lval_hackTom Tromey28-122/+112
2023-02-13Introduce set_lval method on valueTom Tromey13-31/+35
2023-02-13Make ~value privateTom Tromey1-4/+6
2023-02-13Make struct value data members privateTom Tromey1-6/+2
2023-02-13Turn record_latest_value into a methodTom Tromey7-24/+21
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