|
OpenOCD
|
Data Fields | |
| uint64_t | address |
| bool | is_execute |
| bool | is_read |
| bool | is_write |
| uint32_t | length |
| uint64_t | mask |
| int | unique_id |
| uint64_t | value |
| uint64_t trigger::address |
Definition at line 125 of file riscv.c.
Referenced by can_use_napot_match(), maybe_add_trigger_t1(), maybe_add_trigger_t2_t6_for_bp(), maybe_add_trigger_t2_t6_for_wp(), trigger_from_breakpoint(), and trigger_from_watchpoint().
| bool trigger::is_execute |
Definition at line 129 of file riscv.c.
Referenced by maybe_add_trigger_t1(), maybe_add_trigger_t2_t6(), trigger_from_breakpoint(), and trigger_from_watchpoint().
| bool trigger::is_read |
Definition at line 129 of file riscv.c.
Referenced by maybe_add_trigger_t1(), maybe_add_trigger_t2_t6(), trigger_from_breakpoint(), trigger_from_watchpoint(), and verify_loadstore().
| bool trigger::is_write |
Definition at line 129 of file riscv.c.
Referenced by maybe_add_trigger_t1(), maybe_add_trigger_t2_t6(), trigger_from_breakpoint(), and trigger_from_watchpoint().
| uint32_t trigger::length |
Definition at line 126 of file riscv.c.
Referenced by can_use_napot_match(), maybe_add_trigger_t2_t6_for_wp(), trigger_from_breakpoint(), and trigger_from_watchpoint().
| uint64_t trigger::mask |
Definition at line 127 of file riscv.c.
Referenced by trigger_from_breakpoint(), and trigger_from_watchpoint().
| int trigger::unique_id |
Definition at line 130 of file riscv.c.
Referenced by check_mcontrol6_hit_status(), fill_match_triggers_tdata1_fields_t2(), maybe_add_trigger_t1(), remove_trigger(), riscv_remove_breakpoint(), riscv_trigger_detect_hit_bits(), trigger_from_breakpoint(), trigger_from_watchpoint(), and try_setup_single_match_trigger().
| uint64_t trigger::value |
Definition at line 128 of file riscv.c.
Referenced by trigger_from_watchpoint().