SimAVR
AVR Simulator
|
This is only ever used if CONFIG_SIMAVR_TRACE is defined. More...
#include <sim_avr.h>
Data Fields | |
struct avr_symbol_t ** | codeline |
struct { | |
uint32_t pc | |
uint16_t sp | |
} | old [OLD_PC_SIZE] |
catches reset.. More... | |
int | old_pci |
uint32_t | touched [256/32] |
DEBUG ONLY keeps track of which registers gets touched by instructions reset before each new instructions. More... | |
This is only ever used if CONFIG_SIMAVR_TRACE is defined.
struct avr_symbol_t** codeline |
struct { ... } old[OLD_PC_SIZE] |
catches reset..
int old_pci |
uint32_t pc |
uint16_t sp |
uint32_t touched[256/32] |
DEBUG ONLY keeps track of which registers gets touched by instructions reset before each new instructions.
Allows meaningful traces debug