aboutsummaryrefslogtreecommitdiff
path: root/gdb/gmp-utils.c
AgeCommit message (Expand)AuthorFilesLines
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-06-03[gdb] Fix typosTom de Vries1-2/+2
2023-04-17Additions to gdb_mpzTom Tromey1-4/+6
2023-03-27Add truncation mode to gdb_mpzTom Tromey1-39/+54
2023-03-27Avoid a copy in gdb_mpz::safe_exportTom Tromey1-9/+9
2023-03-14Rename gdb_mpq::val and make contents privateTom Tromey1-9/+9
2023-03-14Rename gdb_mpz::val and make contents privateTom Tromey1-23/+23
2023-03-14Clean up gmp-utils.h includesTom Tromey1-0/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-05gmp-utils: protect gdb_mpz exports against out-of-range valuesJoel Brobecker1-8/+71
2020-12-05Fix TARGET_CHAR_BIT/HOST_CHAR_BIT confusion in gmp-utils.cJoel Brobecker1-2/+2
2020-11-23gmp-utils: Convert the read/write methods to using gdb::array_viewJoel Brobecker1-12/+13
2020-11-23change and rename gmp_string_asprintf to return an std::stringJoel Brobecker1-5/+12
2020-11-15gmp-utils: New API to simply use of GMP's integer/rational/float objectsJoel Brobecker1-0/+172