aboutsummaryrefslogtreecommitdiff
path: root/gdb/valops.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-03Improve GDB's baseclass detection with typedefsBruno Larsen1-3/+1
2022-10-02gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess1-1/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-26/+26
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-33/+33
2022-04-20Replace symbol_objfile with symbol::objfileTom Tromey1-1/+1
2022-04-18Fix C++ cast of derived class to base classTom Tromey1-1/+1
2022-04-11gdb: remove symbol value macrosSimon Marchi1-1/+1
2022-04-08gdb/fortran: add support for accessing fields of extended typesBernhard Heckel1-0/+9
2022-03-29Unify gdb printf functionsTom Tromey1-23/+23