|
IDA C++ SDK 9.2
|
Each call to a function or return from a function is stored in the tracing buffer. More...
Functions | |
| bool idaapi | is_func_trace_enabled (void) |
| Get current state of functions tracing. | |
| int idaapi | get_func_trace_options (void) |
| Get current function tracing options. | |
| void idaapi | set_func_trace_options (int options) |
| Modify function tracing options. | |
| void idaapi | request_set_func_trace_options (int options) |
| Post a set_func_trace_options() request. | |
Enable/Disable functions tracing | |||||
| |||||
| bool idaapi | enable_func_trace (bool enable=true) | ||||
| bool | disable_func_trace (void) | ||||
| bool idaapi | request_enable_func_trace (bool enable=true) | ||||
| bool | request_disable_func_trace (void) | ||||
Each call to a function or return from a function is stored in the tracing buffer.
Get current state of functions tracing.
| Type | Synchronous function |
| Notification | none (synchronous function) |
Get current function tracing options.
Also see #FT_LOG_RET
| Type | Synchronous function |
| Notification | none (synchronous function) |
Modify function tracing options.
| Type | Synchronous function - available as request |
| Notification | none (synchronous function) |
Post a set_func_trace_options() request.