aboutsummaryrefslogtreecommitdiff
path: root/gdb/valops.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi1-0/+1
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-20Fix casting in-memory values of primitive types to const referenceHannes Domani1-1/+2
2024-03-20Fix reinterpret_cast for classes with multiple inheritanceHannes Domani1-2/+9
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-2/+2
2024-02-09Allow value repeat operator on referencesHannes Domani1-0/+2
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey1-10/+4
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-11gdb: fix frame passed to gdbarch_value_to_register in value_assignSimon Marchi1-1/+2
2023-12-24gdb: remove VALUE_REGNUM, add value::regnumSimon Marchi1-9/+6
2023-12-24gdb: remove VALUE_NEXT_FRAME_ID, add value::next_frame_idSimon Marchi1-4/+3
2023-12-19gdb: remove stale comment in value_assignSimon Marchi1-7/+0
2023-12-14gdb: make get_frame_register_bytes take the next frameSimon Marchi1-2/+1
2023-12-14gdb: make put_frame_register_bytes take the next frameSimon Marchi1-17/+15
2023-12-14Allow calling of variadic C++ functionsHannes Domani1-2/+8
2023-12-11Fix dynamic_castHannes Domani1-4/+8
2023-12-08Allow cast of 128-bit integer to pointerTom Tromey1-8/+6
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-3/+3
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