IDA C++ SDK 9.2
|
Work with debugger trace buffer. More...
Functions | |
bool idaapi | set_trace_size (int size) |
Specify the new size of the circular buffer. | |
void idaapi | clear_trace (void) |
Clear all events in the trace buffer. | |
void idaapi | request_clear_trace (void) |
Post a clear_trace() request. |
Work with debugger trace buffer.
IDA memorizes various types of trace events in a circular buffer: instruction tracing, function call and return, breakpoint access ...
|
inline |
Specify the new size of the circular buffer.
Type | Synchronous function |
Notification | none (synchronous function) |
size | if 0, buffer isn't circular and events are never removed. If the new size is smaller than the existing number of trace events, a corresponding number of trace events are removed. |
Clear all events in the trace buffer.
Type | Synchronous function - available as request |
Notification | none (synchronous function) |
Post a clear_trace() request.