aboutsummaryrefslogtreecommitdiff
path: root/gdb/valarith.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-11Fix 64-bit shifts where long only has 32-bit sizeHannes Domani1-4/+4
2024-06-11Fix too-large or negative right shift of negative numbersHannes Domani1-1/+15
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-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-2/+2
2023-09-19Give a language to a typeTom Tromey1-4/+2
2023-09-05Introduce type::is_array_like and value_to_arrayTom Tromey1-0/+21
2023-03-27Use gdb_gmp for scalar arithmeticTom Tromey1-324/+141
2023-03-27Use value_true in value_equal and value_lessTom Tromey1-4/+2
2023-03-14Add operators and methods to gdb_mpqTom Tromey1-9/+9
2023-03-13Remove dead code from scalar_binopTom Tromey1-16/+0
2023-03-02Fix some value commentsTom Tromey1-1/+5
2023-03-01Fix type of check_valid_shift_count parameterTom Tromey1-1/+1
2023-02-28Remove value_inTom Tromey1-23/+0
2023-02-21Issue error on erroneous expressionTom Tromey1-1/+1
2023-02-13Remove deprecated_lval_hackTom Tromey1-7/+7
2023-02-13Introduce set_lval method on valueTom Tromey1-1/+1
2023-02-13Turn some xmethod functions into methodsTom Tromey1-4/+4
2023-02-13Turn set_value_component_location into methodTom Tromey1-1/+1
2023-02-13Turn many optimized-out value functions into methodsTom Tromey1-2/+2
2023-02-13Turn remaining value_contents functions into methodsTom Tromey1-20/+20
2023-02-13Turn some value_contents functions into methodsTom Tromey1-10/+10
2023-02-13Turn value_zero into static "constructor"Tom Tromey1-7/+7
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey1-11/+11
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey1-2/+2
2023-02-13Turn value_lazy and set_value_lazy functions into methodsTom Tromey1-1/+1
2023-02-13Turn value_type into methodTom Tromey1-48/+48
2023-02-10GDB: Only make data actually retrieved into value history availableMaciej W. Rozycki1-0/+15
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-14Use scoped_value_mark in more placesTom Tromey1-2/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-30/+30
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-20/+18
2022-05-23[gdb/exp] Fix UB in scalar_binopTom de Vries1-1/+4
2022-04-08gdb: Avoid undefined shifts, fix Go shiftsPedro Alves1-4/+99
2022-03-16Reimplement array concatenation for Ada and DTom Tromey1-128/+41
2022-03-16Remove eval_op_concatTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-13gdb: improve reuse of value contents when fetching array elementsAndrew Burgess1-9/+9
2021-12-03gdb: trivial changes to use array_viewSimon Marchi1-6/+3
2021-12-03gdbsupport: add array_view copy functionSimon Marchi1-22/+27
2021-12-03gdb: make value_subscripted_rvalue staticAndrew Burgess1-2/+8
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-35/+36
2021-09-24Move value_true to value.hTom Tromey1-2/+2
2021-06-25gdb: use gdb::optional instead of passing a pointer to gdb::array_viewAndrew Burgess1-1/+1
2021-06-25gdb: replace NULL terminated array with array_viewAndrew Burgess1-1/+1
2021-02-05[gdb/exp] Fix assert when adding ptr to imaginary unitTom de Vries1-0/+3
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi1-4/+4
2021-01-06Fix fixed-point binary operation type handlingTom Tromey1-16/+30
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1