|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <libqnxr.h>
Public Attributes | |
| char * | read_buff |
| char * | send_buff |
| ssize_t | send_len |
| ssize_t | read_len |
| ssize_t | read_ptr |
| RzSocket * | sock |
| char | host [256] |
| int | port |
| int | connected |
| ut8 | mid |
| union { | |
| ut8 data [DS_DATA_MAX_SIZE] | |
| DSMsg_union_t pkt | |
| } | tran |
| union { | |
| ut8 data [DS_DATA_MAX_SIZE] | |
| DSMsg_union_t pkt | |
| } | recv |
| ssize_t | data_len |
| ut8 | architecture |
| registers_t * | registers |
| int | channelrd |
| int | channelwr |
| int | target_proto_minor |
| int | target_proto_major |
| int | stop_flags |
| ut8 | notify_type |
| ut32 | stop_pc |
| int | signal |
| ptid_t | inferior_ptid |
| int | waiting_for_stop |
| ut8 libqnxr_t::data[DS_DATA_MAX_SIZE] |
Definition at line 51 of file libqnxr.h.
Referenced by test_group_name.GroupTest::run(), and rz_debug_qnx_reg_read().
| ut8 libqnxr_t::notify_type |
Definition at line 62 of file libqnxr.h.
Referenced by rz_debug_qnx_wait().
| DSMsg_union_t libqnxr_t::pkt |
| union { ... } libqnxr_t::recv |
Referenced by rz_debug_qnx_reg_read().
| registers_t* libqnxr_t::registers |
| int libqnxr_t::signal |
Definition at line 64 of file libqnxr.h.
Referenced by rz_debug_qnx_wait().
| union { ... } libqnxr_t::tran |