DynamoRIO
|
_drcovlib_options_t Struct Reference
#include <drcovlib.h>
Data Fields | |
size_t | struct_size |
drcovlib_flags_t | flags |
const char * | logdir |
const char * | logprefix |
int | native_until_thread |
Detailed Description
Specifies the options when initializing drcovlib.
Field Documentation
◆ flags
drcovlib_flags_t _drcovlib_options_t::flags |
Sets options specified by the bitmask values described in drcovlib_flags_t.
◆ logdir
const char* _drcovlib_options_t::logdir |
By default, log files are stored in the current directory. This option overrides that default.
◆ logprefix
const char* _drcovlib_options_t::logprefix |
By default, log file names are prefixed with "drcov". This option overrides that default.
◆ native_until_thread
int _drcovlib_options_t::native_until_thread |
This is an experimental option for running natively (i.e., not under DynamoRIO control) until the nth thread, where n is the value of this option, is created. This option only works under Windows.
◆ struct_size
size_t _drcovlib_options_t::struct_size |
Set this to the size of this structure.
The documentation for this struct was generated from the following file:
- /home/runner/work/dynamorio/dynamorio/ext/drcovlib/drcovlib.h