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

#include <winkd.h>

Public Attributes

WindCtx windctx
 
io_desc_tdesc
 
ut32 seq_id
 
ut32 last_received_id
 
int syncd
 
int cpu_count
 
int cpu
 
RzListplist_cache
 
RzListtlist_cache
 
RzThreadLockdontmix
 
WindModule kernel_module
 
ut8context_cache
 
int context_cache_size
 
bool context_cache_valid
 
bool breaked
 

Detailed Description

Definition at line 95 of file winkd.h.

Member Data Documentation

◆ breaked

bool _KdCtx::breaked

Definition at line 110 of file winkd.h.

◆ context_cache

ut8* _KdCtx::context_cache

Definition at line 107 of file winkd.h.

◆ context_cache_size

int _KdCtx::context_cache_size

Definition at line 108 of file winkd.h.

◆ context_cache_valid

bool _KdCtx::context_cache_valid

Definition at line 109 of file winkd.h.

Referenced by rz_debug_winkd_select().

◆ cpu

int _KdCtx::cpu

Definition at line 102 of file winkd.h.

Referenced by rz_debug_winkd_wait().

◆ cpu_count

int _KdCtx::cpu_count

Definition at line 101 of file winkd.h.

◆ desc

◆ dontmix

RzThreadLock* _KdCtx::dontmix

Definition at line 105 of file winkd.h.

◆ kernel_module

WindModule _KdCtx::kernel_module

Definition at line 106 of file winkd.h.

Referenced by rz_debug_winkd_attach().

◆ last_received_id

ut32 _KdCtx::last_received_id

Definition at line 99 of file winkd.h.

◆ plist_cache

RzList* _KdCtx::plist_cache

Definition at line 103 of file winkd.h.

Referenced by rz_debug_winkd_pids().

◆ seq_id

ut32 _KdCtx::seq_id

Definition at line 98 of file winkd.h.

◆ syncd

◆ tlist_cache

RzList* _KdCtx::tlist_cache

Definition at line 104 of file winkd.h.

Referenced by rz_debug_winkd_select(), and rz_debug_winkd_threads().

◆ windctx


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