IDA SDK
|
Functions | |
bool idaapi | load_trace_file (qstring *buf, const char *filename) |
Load a recorded trace file in the trace window. More... | |
bool idaapi | save_trace_file (const char *filename, const char *description) |
Save the current trace in the specified file. | |
bool idaapi | is_valid_trace_file (const char *filename) |
Is the specified file a valid trace file for the current database? | |
bool idaapi | set_trace_file_desc (const char *filename, const char *description) |
Change the description of the specified trace file. | |
bool idaapi | get_trace_file_desc (qstring *buf, const char *filename) |
Get the file header of the specified trace file. | |
bool idaapi | choose_trace_file (qstring *buf) |
Show the choose trace dialog. | |
bool idaapi | diff_trace_file (const char *filename) |
Show difference between the current trace and the one from 'filename'. | |
bool idaapi | graph_trace (void) |
Show the trace callgraph. | |
void idaapi | set_highlight_trace_options (bool highlight, bgcolor_t color, bgcolor_t diff) |
Set highlight trace parameters. | |
void idaapi | set_trace_platform (const char *platform) |
Set platform name of current trace. | |
const char *idaapi | get_trace_platform () |
Get platform name of current trace. | |