#include <drfuzz.h>
Data Fields | |
uint | thread_count |
drfuzz_fault_thread_state_t ** | thread_states |
Records the state of all application threads at the time of a crash.
uint _drfuzz_crash_state_t::thread_count |
The number of states in the thread_states
array.
drfuzz_fault_thread_state_t** _drfuzz_crash_state_t::thread_states |
An array of thread states.