mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-23 18:26:47 +08:00
* python/py-type.c (typy_strip_typedefs): Don't call check_typedef
outside of TRY_CATCH.
This commit is contained in:
@ -423,7 +423,7 @@ typy_strip_typedefs (PyObject *self, PyObject *args)
|
||||
}
|
||||
GDB_PY_HANDLE_EXCEPTION (except);
|
||||
|
||||
return type_to_type_object (check_typedef (type));
|
||||
return type_to_type_object (type);
|
||||
}
|
||||
|
||||
/* Strip typedefs and pointers/reference from a type. Then check that
|
||||
|
Reference in New Issue
Block a user