|
IDA C++ SDK 9.2
|
Functions | |
| int idaapi | get_bblk_trace_options (void) |
| Get current basic block tracing options. | |
| void idaapi | set_bblk_trace_options (int options) |
| Modify basic block tracing options (see #BT_LOG_INSTS) | |
| void idaapi | request_set_bblk_trace_options (int options) |
| Post a set_bblk_trace_options() request. | |
Enable/Disable basic blocks tracing | |||||
| |||||
| bool idaapi | enable_bblk_trace (bool enable=true) | ||||
| bool | disable_bblk_trace (void) | ||||
| bool idaapi | request_enable_bblk_trace (bool enable=true) | ||||
| bool | request_disable_bblk_trace (void) | ||||
| bool idaapi | is_bblk_trace_enabled (void) | ||||
|
inline |
Get current basic block tracing options.
Also see #BT_LOG_INSTS
| Type | Synchronous function |
| Notification | none (synchronous function) |
|
inline |
Modify basic block tracing options (see #BT_LOG_INSTS)
|
inline |
Post a set_bblk_trace_options() request.