aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-13gdb/testsuite: allow_hipcc_tests tests the hipcc compilerLancelot SIX2-1/+72
2023-02-13gdb/testsuite: require amd-dbgapi support to run rocm testsLancelot SIX1-0/+7
2023-02-13gdb/testsuite: Rename skip_hipcc_tests to allow_hipcc_testsLancelot SIX2-7/+4
2023-02-13gdb: 'show config' shows --with[out]-amd-dbgapiLancelot SIX4-0/+17
2023-02-12Move some code from dwarf2/read.c to die.cTom Tromey5-230/+264
2023-02-12gdb: fix describe_other_breakpoints for default task being -1Andrew Burgess1-1/+1
2023-02-12gdb/c++: fix handling of breakpoints on @plt symbolsAndrew Burgess4-1/+154
2023-02-12gdb: use -1 for breakpoint::task default valueAndrew Burgess4-29/+29
2023-02-12gdb: only allow one of thread or task on breakpoints or watchpointsAndrew Burgess6-5/+153
2023-02-11gdb: show task number in describe_other_breakpointsAndrew Burgess2-6/+13