summaryrefslogtreecommitdiff
path: root/gdb/valops.c
Commit message (Expand)AuthorAgeFilesLines
* Replace field_is_static with a methodTom Tromey2023-05-011-3/+3
* Pass a frame to value_at_lazy and value_from_contents_and_addressTom Tromey2023-03-291-5/+6
* Use gdb_gmp for scalar arithmeticTom Tromey2023-03-271-6/+8
* Use type allocator for array typesTom Tromey2023-03-181-2/+2
* Use type allocator for range typesTom Tromey2023-03-181-2/+4
* Add operators and methods to gdb_mpqTom Tromey2023-03-141-9/+4
* Add methods and operators to gdb_mpzTom Tromey2023-03-141-1/+1
* Change value::m_stack to boolTom Tromey2023-02-151-1/+1
* Change value::m_lazy to boolTom Tromey2023-02-151-1/+1
* Remove deprecated_lval_hackTom Tromey2023-02-131-17/+17
* Introduce set_lval method on valueTom Tromey2023-02-131-2/+2
* Turn various value copying-related functions into methodsTom Tromey2023-02-131-8/+7
* Turn some xmethod functions into methodsTom Tromey2023-02-131-1/+1
* Turn set_value_component_location into methodTom Tromey2023-02-131-1/+1
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-3/+3
* Turn value_copy into a methodTom Tromey2023-02-131-7/+7
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-23/+23
* Turn value_bits_synthetic_pointer into a methodTom Tromey2023-02-131-2/+2
* Turn value_fetch_lazy into a methodTom Tromey2023-02-131-1/+1
* Turn some value_contents functions into methodsTom Tromey2023-02-131-16/+16
* Turn value_zero into static "constructor"Tom Tromey2023-02-131-5/+5
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-18/+18
* Turn allocate_value_lazy into a static "constructor"Tom Tromey2023-02-131-1/+1
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-22/+22
* Turn value_computed_closure and value_computed_funcs functions into methodsTom Tromey2023-02-131-2/+2
* Turn value_stack and set_value_stack functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_lazy and set_value_lazy functions into methodsTom Tromey2023-02-131-3/+3
* Turn some value offset functions into methodTom Tromey2023-02-131-20/+20
* Turn value_enclosing_type into methodTom Tromey2023-02-131-17/+16
* Turn deprecated_value_modifiable into methodTom Tromey2023-02-131-1/+1
* Turn value_offset into methodTom Tromey2023-02-131-9/+9
* Turn value_parent into methodTom Tromey2023-02-131-5/+5
* Turn value_bitpos into methodTom Tromey2023-02-131-5/+5
* Turn value_bitsize into methodTom Tromey2023-02-131-12/+12
* Turn value_arch into methodTom Tromey2023-02-131-1/+1
* Turn deprecated_set_value_type into a methodTom Tromey2023-02-131-10/+9
* Turn value_type into methodTom Tromey2023-02-131-63/+63
* Introduce value_at_non_lvalTom Tromey2023-01-031-0/+10
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: Fix regressions caused by 041de3d73aa121f2ff0c077213598963bfb34b79Bruno Larsen2022-11-101-2/+2
* gdb/c++: Improve error messages in overload resolutionBruno Larsen2022-11-101-4/+49
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-3/+2
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-5/+5
* Improve GDB's baseclass detection with typedefsBruno Larsen2022-10-031-3/+1
* gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess2022-10-021-1/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-26/+26
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-33/+33
* Replace symbol_objfile with symbol::objfileTom Tromey2022-04-201-1/+1
* Fix C++ cast of derived class to base classTom Tromey2022-04-181-1/+1
* gdb: remove symbol value macrosSimon Marchi2022-04-111-1/+1