struct Thread
Defined at line 61 of file ../../third_party/crashpad/src/snapshot/fuchsia/process_reader_fuchsia.h
Contains information about a thread that belongs to a process.
Public Members
zx_koid_t id
uint32_t state
basic_string name
zx_x86_64_thread_state_general_regs general_registers
zx_x86_64_thread_state_fp_regs fp_registers
zx_x86_64_thread_state_vector_regs vector_registers
vector stack_regions
Public Methods
void Thread ()
void ~Thread ()