aboutsummaryrefslogtreecommitdiff
path: root/gdb/gmp-utils.c
AgeCommit message (Expand)AuthorFilesLines
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