GCC Middle and Back End API Reference
gdbhooks.GCCDotCmd Class Reference
Inheritance diagram for gdbhooks.GCCDotCmd:
Collaboration diagram for gdbhooks.GCCDotCmd:

Public Member Functions

 __init__ (self)
 

Data Fields

str value = "dot -Tx11"
 

Detailed Description

This parameter controls the command used to render dot files within
GCC's dot-fn command.  It will be invoked as gcc-dot-cmd <dot-file>.

Constructor & Destructor Documentation

◆ __init__()

gdbhooks.GCCDotCmd.__init__ ( self)

References __init__().

Referenced by __init__().

Field Documentation

◆ value

str gdbhooks.GCCDotCmd.value = "dot -Tx11"

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