OpenOCD
riscv_program Struct Reference
Collaboration diagram for riscv_program:

Data Fields

uint32_t debug_buffer [RISCV_MAX_DEBUG_BUFFER_SIZE]
 
size_t instruction_count
 
struct targettarget
 
int target_xlen
 
bool writes_xreg [RISCV_REGISTER_COUNT]
 

Detailed Description

Definition at line 15 of file program.h.

Field Documentation

◆ debug_buffer

uint32_t riscv_program::debug_buffer[RISCV_MAX_DEBUG_BUFFER_SIZE]

◆ instruction_count

size_t riscv_program::instruction_count

◆ target

struct target* riscv_program::target

◆ target_xlen

int riscv_program::target_xlen

Definition at line 28 of file program.h.

Referenced by riscv_program_init().

◆ writes_xreg

bool riscv_program::writes_xreg[RISCV_REGISTER_COUNT]

Definition at line 25 of file program.h.

Referenced by riscv_program_exec(), and riscv_program_init().


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