Rizin
unix-like reverse engineering framework and cli tools
rz_test_state_t Struct Reference

Public Attributes

RzTestRunConfig run_config
 
bool verbose
 
RzTestDatabasedb
 
PJtest_results
 
RzThreadCondcond
 
RzThreadLocklock
 
HtPP * path_left
 
RzPVector completed_paths
 
ut64 ok_count
 
ut64 xx_count
 
ut64 br_count
 
ut64 fx_count
 
RzPVector queue
 
RzPVector results
 

Detailed Description

Definition at line 36 of file rz-test.c.

Member Data Documentation

◆ br_count

ut64 rz_test_state_t::br_count

Definition at line 48 of file rz-test.c.

◆ completed_paths

RzPVector rz_test_state_t::completed_paths

Definition at line 45 of file rz-test.c.

◆ cond

RzThreadCond* rz_test_state_t::cond

Definition at line 42 of file rz-test.c.

◆ db

RzTestDatabase* rz_test_state_t::db

Definition at line 39 of file rz-test.c.

◆ fx_count

ut64 rz_test_state_t::fx_count

Definition at line 49 of file rz-test.c.

◆ lock

RzThreadLock* rz_test_state_t::lock

Definition at line 43 of file rz-test.c.

◆ ok_count

ut64 rz_test_state_t::ok_count

Definition at line 46 of file rz-test.c.

◆ path_left

HtPP* rz_test_state_t::path_left

Definition at line 44 of file rz-test.c.

◆ queue

RzPVector rz_test_state_t::queue

Definition at line 50 of file rz-test.c.

◆ results

RzPVector rz_test_state_t::results

Definition at line 51 of file rz-test.c.

◆ run_config

RzTestRunConfig rz_test_state_t::run_config

Definition at line 37 of file rz-test.c.

◆ test_results

PJ* rz_test_state_t::test_results

Definition at line 40 of file rz-test.c.

◆ verbose

bool rz_test_state_t::verbose

Definition at line 38 of file rz-test.c.

◆ xx_count

ut64 rz_test_state_t::xx_count

Definition at line 47 of file rz-test.c.


The documentation for this struct was generated from the following file: