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

Public Member Functions

 __init__ (self)
 
 invoke (self, arg, from_tty)
 

Detailed Description

A custom command to show a gimple/rtl function control flow graph.
By default, it show the current function, but the function can also be
specified.

Examples of use:
  (gdb) dot-fn
  (gdb) dot-fn cfun
  (gdb) dot-fn cfun 0
  (gdb) dot-fn cfun dump_flags

Constructor & Destructor Documentation

◆ __init__()

gdbhooks.DotFn.__init__ ( self)

References ggc_alloc().

Member Function Documentation

◆ invoke()

gdbhooks.DotFn.invoke ( self,
arg,
from_tty )

References ggc_alloc().


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