Module type_info

Module type_info 

Source
Expand description

Type information system for GhostScope

This module defines a comprehensive type system for representing type information from DWARF. These types preserve the full richness of debugging information needed for accurate memory reading and data formatting.

Structs§

EnumVariant
Enum variant information
StructMember
Struct/union member information

Enums§

TypeInfo
Type information with full fidelity from DWARF debugging data
TypeQualifier
Type qualifiers

Type Aliases§

TypeCache
Type cache for performance optimization