OpenOCD
|
Data Fields | |
uint64_t | address |
bool | execute |
uint32_t | length |
uint64_t | mask |
bool | read |
int | unique_id |
uint64_t | value |
bool | write |
Definition at line 164 of file riscv-011.c.
uint64_t trigger::address |
Definition at line 165 of file riscv-011.c.
Referenced by maybe_add_trigger_t1(), maybe_add_trigger_t2(), maybe_add_trigger_t6(), trigger_from_breakpoint(), and trigger_from_watchpoint().
bool trigger::execute |
Definition at line 169 of file riscv-011.c.
Referenced by maybe_add_trigger_t1(), maybe_add_trigger_t2(), maybe_add_trigger_t6(), trigger_from_breakpoint(), and trigger_from_watchpoint().
uint32_t trigger::length |
Definition at line 166 of file riscv-011.c.
Referenced by trigger_from_breakpoint(), and trigger_from_watchpoint().
uint64_t trigger::mask |
Definition at line 167 of file riscv-011.c.
Referenced by trigger_from_breakpoint(), and trigger_from_watchpoint().
bool trigger::read |
Definition at line 169 of file riscv-011.c.
Referenced by maybe_add_trigger_t1(), maybe_add_trigger_t2(), maybe_add_trigger_t6(), trigger_from_breakpoint(), and trigger_from_watchpoint().
int trigger::unique_id |
Definition at line 170 of file riscv-011.c.
Referenced by add_trigger(), remove_trigger(), trigger_from_breakpoint(), and trigger_from_watchpoint().
uint64_t trigger::value |
Definition at line 168 of file riscv-011.c.
Referenced by trigger_from_watchpoint().
bool trigger::write |
Definition at line 169 of file riscv-011.c.
Referenced by maybe_add_trigger_t1(), maybe_add_trigger_t2(), maybe_add_trigger_t6(), trigger_from_breakpoint(), and trigger_from_watchpoint().