aboutsummaryrefslogtreecommitdiff
path: root/gdb/valops.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-3/+3
2023-08-31gdb: remove TYPE_FIELD_PACKEDSimon Marchi1-1/+1
2023-08-31gdb: remove TYPE_FIELD_ARTIFICIALSimon Marchi1-2/+2
2023-08-29Remove "highbound" parameter from value_arrayTom Tromey1-16/+9
2023-08-29Use gdb::array_view for value_arrayTom Tromey1-1/+2
2023-06-05gdb: building inferior strings from within GDBAndrew Burgess1-12/+11
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-05-01Replace field_is_static with a methodTom Tromey1-3/+3
2023-03-29Pass a frame to value_at_lazy and value_from_contents_and_addressTom Tromey1-5/+6
2023-03-27Use gdb_gmp for scalar arithmeticTom Tromey1-6/+8
2023-03-18Use type allocator for array typesTom Tromey1-2/+2
2023-03-18Use type allocator for range typesTom Tromey1-2/+4
2023-03-14Add operators and methods to gdb_mpqTom Tromey1-9/+4
2023-03-14Add methods and operators to gdb_mpzTom Tromey1-1/+1
2023-02-15Change value::m_stack to boolTom Tromey1-1/+1
2023-02-15Change value::m_lazy to boolTom Tromey1-1/+1
2023-02-13Remove deprecated_lval_hackTom Tromey1-17/+17
2023-02-13Introduce set_lval method on valueTom Tromey1-2/+2
2023-02-13Turn various value copying-related functions into methodsTom Tromey1-8/+7
2023-02-13Turn some xmethod functions into methodsTom Tromey1-1/+1
2023-02-13Turn set_value_component_location into methodTom Tromey1-1/+1
2023-02-13Turn many optimized-out value functions into methodsTom Tromey1-3/+3
2023-02-13Turn value_copy into a methodTom Tromey1-7/+7
2023-02-13Turn remaining value_contents functions into methodsTom Tromey1-23/+23
2023-02-13Turn value_bits_synthetic_pointer into a methodTom Tromey1-2/+2
2023-02-13Turn value_fetch_lazy into a methodTom Tromey1-1/+1
2023-02-13Turn some value_contents functions into methodsTom Tromey1-16/+16
2023-02-13Turn value_zero into static "constructor"Tom Tromey1-5/+5
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey1-18/+18
2023-02-13Turn allocate_value_lazy into a static "constructor"Tom Tromey1-1/+1
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey1-22/+22
2023-02-13Turn value_computed_closure and value_computed_funcs functions into methodsTom Tromey1-2/+2
2023-02-13Turn value_stack and set_value_stack functions into methodsTom Tromey1-1/+1
2023-02-13Turn value_lazy and set_value_lazy functions into methodsTom Tromey1-3/+3
2023-02-13Turn some value offset functions into methodTom Tromey1-20/+20
2023-02-13Turn value_enclosing_type into methodTom Tromey1-17/+16
2023-02-13Turn deprecated_value_modifiable into methodTom Tromey1-1/+1
2023-02-13Turn value_offset into methodTom Tromey1-9/+9
2023-02-13Turn value_parent into methodTom Tromey1-5/+5
2023-02-13Turn value_bitpos into methodTom Tromey1-5/+5
2023-02-13Turn value_bitsize into methodTom Tromey1-12/+12
2023-02-13Turn value_arch into methodTom Tromey1-1/+1
2023-02-13Turn deprecated_set_value_type into a methodTom Tromey1-10/+9
2023-02-13Turn value_type into methodTom Tromey1-63/+63
2023-01-03Introduce value_at_non_lvalTom Tromey1-0/+10
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-10gdb: Fix regressions caused by 041de3d73aa121f2ff0c077213598963bfb34b79Bruno Larsen1-2/+2
2022-11-10gdb/c++: Improve error messages in overload resolutionBruno Larsen1-4/+49
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-3/+2
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-5/+5