IDA SDK
|
Passed as 'flags' parameter to qflow_chart_t.
Macros | |
#define | FC_PRINT 0x0001 |
print names (used only by display_flow_chart()) | |
#define | FC_NOEXT 0x0002 |
do not compute external blocks. More... | |
#define | FC_PREDS 0x0004 |
compute predecessor lists | |
#define | FC_APPND 0x0008 |
multirange flowchart (set by append_to_flowchart) | |
#define | FC_CHKBREAK 0x0010 |
build_qflow_chart() may be aborted by user | |
#define FC_NOEXT 0x0002 |
do not compute external blocks.
Use this to prevent jumps leaving the function from appearing in the flow chart. Unless specified, the targets of those outgoing jumps will be present in the flow chart under the form of one-instruction blocks