Dr. Memory
|
_drfuzz_crash_state_t Struct Reference
#include <drfuzz.h>
Data Fields | |
uint | thread_count |
drfuzz_fault_thread_state_t ** | thread_states |
Detailed Description
Records the state of all application threads at the time of a crash.
Field Documentation
◆ thread_count
uint _drfuzz_crash_state_t::thread_count |
The number of states in the thread_states
array.
◆ thread_states
drfuzz_fault_thread_state_t** _drfuzz_crash_state_t::thread_states |
An array of thread states.
The documentation for this struct was generated from the following file: