Skip to main content

Module types

Module types 

Modules§

array
base
enum_ty
function
pointer
struct_ty
typedef

Structs§

Array
This structure represents an array type (DW_TAG_array_type).
Base
This structure represents a primitive type like int, char.
Enum
This structure represents an editable enum type (DW_TAG_enumeration_type)
Function
This structure represents a function type (DW_TAG_subroutine_type)
Generic
This structure represents a generic type (like DW_TAG_unspecified_type)
Pointer
This structure represents a DW_TAG_pointer_type DWARF type.
Struct
This structure represents a struct-like type which can be:
Typedef
This structure represents a typedef (DW_TAG_typedef).

Enums§

Type
The different types supported by the editor interface

Traits§

EditorType
Generic trait shared by all DWARF editor types