OpenOCD
|
Data Fields | |
target_addr_t | address |
bool | is_set |
unsigned int | length |
uint64_t | mask |
struct watchpoint * | next |
unsigned int | number |
enum watchpoint_rw | rw |
int | unique_id |
uint64_t | value |
Definition at line 41 of file breakpoints.h.
target_addr_t watchpoint::address |
Definition at line 42 of file breakpoints.h.
Referenced by aarch64_hit_watchpoint(), aarch64_set_watchpoint(), arc_hit_watchpoint(), arc_set_watchpoint(), arc_unset_watchpoint(), arm7_9_set_watchpoint(), COMMAND_HANDLER(), cortex_a_set_watchpoint(), cortex_m_add_watchpoint(), cortex_m_set_watchpoint(), cortex_m_unset_watchpoint(), dpm_watchpoint_setup(), dpmv8_watchpoint_setup(), esirisc_add_watchpoint(), esp_xtensa_smp_watchpoint_add(), esp_xtensa_smp_watchpoint_remove(), mips_m4k_set_watchpoint(), mips_mips64_set_watchpoint(), resume_prep(), riscv_hit_watchpoint(), riscv_remove_watchpoint(), set_watchpoint(), step(), stm8_set_watchpoint(), trigger_from_watchpoint(), unset_watchpoint(), watchpoint_add_internal(), watchpoint_hit(), watchpoint_remove_internal(), xscale_add_watchpoint(), xscale_set_watchpoint(), xtensa_watchpoint_add(), and xtensa_watchpoint_remove().
bool watchpoint::is_set |
Definition at line 47 of file breakpoints.h.
Referenced by aarch64_remove_watchpoint(), aarch64_set_watchpoint(), aarch64_unset_watchpoint(), arc_enable_watchpoints(), arc_remove_watchpoint(), arc_set_watchpoint(), arc_unset_watchpoint(), arm7_9_enable_watchpoints(), arm7_9_remove_watchpoint(), arm7_9_unset_watchpoint(), arm_dpm_write_dirty_registers(), armv8_dpm_write_dirty_registers(), cortex_a_remove_watchpoint(), cortex_a_set_watchpoint(), cortex_a_unset_watchpoint(), cortex_m_enable_watchpoints(), cortex_m_remove_watchpoint(), cortex_m_unset_watchpoint(), disable_triggers(), esirisc_add_watchpoints(), esirisc_remove_watchpoint(), lakemont_resume(), mips_m4k_enable_watchpoints(), mips_m4k_remove_watchpoint(), mips_m4k_set_watchpoint(), mips_m4k_unset_watchpoint(), mips_mips64_enable_watchpoints(), mips_mips64_remove_watchpoint(), mips_mips64_set_watchpoint(), mips_mips64_unset_watchpoint(), riscv_add_watchpoint(), riscv_remove_watchpoint(), set_watchpoint(), stm8_enable_watchpoints(), stm8_remove_watchpoint(), stm8_set_watchpoint(), stm8_unset_watchpoint(), unset_watchpoint(), watchpoint_set(), x86_32_common_remove_watchpoint(), xscale_enable_watchpoints(), xscale_remove_watchpoint(), and xscale_unset_watchpoint().
unsigned int watchpoint::length |
Definition at line 43 of file breakpoints.h.
Referenced by aarch64_hit_watchpoint(), aarch64_set_watchpoint(), arc_set_watchpoint(), arm7_9_add_watchpoint(), arm7_9_set_watchpoint(), COMMAND_HANDLER(), cortex_a_set_watchpoint(), cortex_m_add_watchpoint(), cortex_m_set_watchpoint(), dpm_watchpoint_setup(), dpmv8_watchpoint_setup(), esirisc_add_watchpoint(), esp_xtensa_smp_watchpoint_add(), mips_m4k_set_watchpoint(), mips_mips64_set_watchpoint(), set_watchpoint(), stm8_set_watchpoint(), trigger_from_watchpoint(), unset_watchpoint(), watchpoint_add_internal(), xscale_add_watchpoint(), xscale_remove_watchpoint(), xscale_set_watchpoint(), xscale_unset_watchpoint(), and xtensa_watchpoint_add().
uint64_t watchpoint::mask |
Definition at line 44 of file breakpoints.h.
Referenced by arm7_9_set_watchpoint(), COMMAND_HANDLER(), cortex_m_add_watchpoint(), dpm_watchpoint_setup(), dpmv8_watchpoint_setup(), esp_xtensa_smp_watchpoint_add(), trigger_from_watchpoint(), watchpoint_add_internal(), xscale_add_watchpoint(), and xtensa_watchpoint_add().
struct watchpoint* watchpoint::next |
Definition at line 49 of file breakpoints.h.
Referenced by aarch64_hit_watchpoint(), arc_enable_watchpoints(), arc_hit_watchpoint(), arc_reset_actionpoints(), arm7_9_enable_watchpoints(), COMMAND_HANDLER(), cortex_m_enable_watchpoints(), cortex_m_hit_watchpoint(), disable_triggers(), enable_triggers(), esirisc_add_watchpoints(), lakemont_resume(), mips_m4k_enable_watchpoints(), mips_mips64_enable_watchpoints(), riscv_hit_watchpoint(), stm8_enable_watchpoints(), strict_step(), watchpoint_add_internal(), watchpoint_clear_target(), watchpoint_free(), watchpoint_remove_all_internal(), watchpoint_remove_internal(), x86_32_common_reset_breakpoints_watchpoints(), and xscale_enable_watchpoints().
unsigned int watchpoint::number |
Definition at line 48 of file breakpoints.h.
Referenced by aarch64_unset_watchpoint(), arc_hit_watchpoint(), arc_unset_watchpoint(), arm7_9_unset_watchpoint(), cortex_a_unset_watchpoint(), cortex_m_unset_watchpoint(), esirisc_remove_watchpoint(), mips_m4k_unset_watchpoint(), mips_mips64_unset_watchpoint(), stm8_unset_watchpoint(), unset_watchpoint(), watchpoint_free(), watchpoint_set(), and xscale_unset_watchpoint().
enum watchpoint_rw watchpoint::rw |
Definition at line 45 of file breakpoints.h.
Referenced by aarch64_set_watchpoint(), arc_set_watchpoint(), arm7_9_set_watchpoint(), COMMAND_HANDLER(), cortex_m_set_watchpoint(), dpm_watchpoint_setup(), dpmv8_watchpoint_setup(), esirisc_add_watchpoint(), esp_xtensa_smp_watchpoint_add(), mips_m4k_set_watchpoint(), mips_mips64_set_watchpoint(), set_watchpoint(), stm8_set_watchpoint(), trigger_from_watchpoint(), unset_watchpoint(), watchpoint_add_internal(), watchpoint_hit(), xscale_set_watchpoint(), and xtensa_watchpoint_add().
int watchpoint::unique_id |
Definition at line 50 of file breakpoints.h.
Referenced by arc_hit_watchpoint(), arc_set_watchpoint(), arc_unset_watchpoint(), cortex_m_set_watchpoint(), cortex_m_unset_watchpoint(), set_watchpoint(), trigger_from_watchpoint(), unset_watchpoint(), watchpoint_add_internal(), watchpoint_free(), and watchpoint_hit().
uint64_t watchpoint::value |
Definition at line 45 of file breakpoints.h.
Referenced by arm7_9_set_watchpoint(), COMMAND_HANDLER(), esp_xtensa_smp_watchpoint_add(), trigger_from_watchpoint(), and watchpoint_add_internal().