GCC Middle and Back End API Reference
gdbhooks.Tree Class Reference

Public Member Functions

 __init__ (self, gdbval)
 
 is_nonnull (self)
 
 TREE_CODE (self)
 
 DECL_NAME (self)
 
 TYPE_NAME (self)
 
 IDENTIFIER_POINTER (self)
 

Data Fields

 gdbval
 

Detailed Description

Wrapper around a gdb.Value for a tree, with various methods
corresponding to macros in gcc/tree.h

Constructor & Destructor Documentation

◆ __init__()

gdbhooks.Tree.__init__ ( self,
gdbval )

Member Function Documentation

◆ DECL_NAME()

◆ IDENTIFIER_POINTER()

◆ is_nonnull()

◆ TREE_CODE()

◆ TYPE_NAME()

Field Documentation

◆ gdbval


The documentation for this class was generated from the following file: