From 4bde49dc81c5c16189af70b9a144dbb5651994f1 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 15 Sep 2020 11:08:56 -0600 Subject: Don't use gdb_py_long_from_longest Change the Python layer to avoid gdb_py_long_from_longest, and remove the defines. gdb/ChangeLog 2020-09-15 Tom Tromey * python/python-internal.h (gdb_py_long_from_longest): Remove defines. * python/py-value.c (valpy_long): Use gdb_py_object_from_longest. * python/py-type.c (convert_field, typy_get_sizeof): Use gdb_py_object_from_longest. * python/py-record-btrace.c (btpy_list_index): Use gdb_py_object_from_longest. --- gdb/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8a7ad2a..6df6633 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,15 @@ 2020-09-15 Tom Tromey + * python/python-internal.h (gdb_py_long_from_longest): Remove + defines. + * python/py-value.c (valpy_long): Use gdb_py_object_from_longest. + * python/py-type.c (convert_field, typy_get_sizeof): Use + gdb_py_object_from_longest. + * python/py-record-btrace.c (btpy_list_index): Use + gdb_py_object_from_longest. + +2020-09-15 Tom Tromey + * python/python-internal.h (PyInt_FromSsize_t): Remove define. * python/py-record.c (recpy_element_number): Use gdb_py_object_from_longest. -- cgit v1.1