Viewing File: /usr/share/gdb/python/gdb/types.pyo
Rc @ st d Z d d l Z d Z d Z d Z d Z d e f d YZ d Z d
Z d Z
d Z d S(
s% Utilities for working with gdb.Types.iNc C sb xU | j t j k s' | j t j k rW | j t j k rH | j } q | j } q W| j S( s Return the "basic" type of a type.
Arguments:
type_: The type to reduce to its basic type.
Returns:
type_ with const/volatile is stripped away,
and typedefs/references converted to the underlying type.
( t codet gdbt
TYPE_CODE_REFt TYPE_CODE_TYPEDEFt targett strip_typedefst unqualified( t type_( ( s"