GCC Middle and Back End API Reference
|
Public Member Functions | |
__init__ (self) | |
invoke (self, arg, from_tty) | |
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
gdbhooks.DotFn.__init__ | ( | self | ) |
gdbhooks.DotFn.invoke | ( | self, | |
arg, | |||
from_tty ) |