OpenOCD
|
Go to the source code of this file.
Data Structures | |
struct | esp_xtensa_smp_chip_ops |
struct | esp_xtensa_smp_common |
Variables | |
const struct command_registration | esp_xtensa_smp_command_handlers [] |
const struct command_registration | esp_xtensa_smp_esp_command_handlers [] |
const struct command_registration | esp_xtensa_smp_xtensa_command_handlers [] |
int esp_xtensa_smp_assert_reset | ( | struct target * | target | ) |
Definition at line 67 of file esp_xtensa_smp.c.
References ERROR_OK.
int esp_xtensa_smp_deassert_reset | ( | struct target * | target | ) |
Definition at line 72 of file esp_xtensa_smp.c.
References ERROR_OK, LOG_TARGET_DEBUG, target::smp, target_was_examined(), xtensa_deassert_reset(), and xtensa_examine().
int esp_xtensa_smp_handle_target_event | ( | struct target * | target, |
enum target_event | event, | ||
void * | priv | ||
) |
int esp_xtensa_smp_init_arch_info | ( | struct target * | target, |
struct esp_xtensa_smp_common * | esp_xtensa_smp, | ||
struct xtensa_debug_module_config * | dm_cfg, | ||
const struct esp_xtensa_smp_chip_ops * | chip_ops, | ||
const struct esp_semihost_ops * | semihost_ops | ||
) |
Definition at line 472 of file esp_xtensa_smp.c.
References esp_xtensa_smp_common::chip_ops, ERROR_OK, esp_xtensa_smp_common::esp_xtensa, esp_xtensa_init_arch_info(), ESP_XTENSA_SMP_EXAMINE_OTHER_CORES, and esp_xtensa_smp_common::examine_other_cores.
Referenced by esp32_target_create().
int esp_xtensa_smp_poll | ( | struct target * | target | ) |
Definition at line 129 of file esp_xtensa_smp.c.
References esp_xtensa_smp_common::chip_ops, gdb_service::core, ERROR_OK, esp_xtensa_poll(), esp_xtensa_semihosting(), ESP_XTENSA_SMP_EXAMINE_OTHER_CORES, esp_xtensa_smp_update_halt_gdb(), esp_xtensa_smp_common::examine_other_cores, foreach_smp_target, target::gdb_service, get_halted_esp_xtensa_smp(), LOG_DEBUG, LOG_ERROR, LOG_INFO, LOG_TARGET_DEBUG, esp_semihost_data::need_resume, esp_xtensa_smp_chip_ops::on_halt, esp_xtensa_smp_common::other_core_does_resume, esp_xtensa_common::semihost, SEMIHOSTING_HANDLED, target::smp, target::smp_targets, target::state, gdb_service::target, target_list::target, target_call_event_callbacks(), TARGET_DEBUG_RUNNING, TARGET_EVENT_DEBUG_HALTED, TARGET_EVENT_HALTED, target_examine_one(), TARGET_HALTED, target_name(), TARGET_RESET, target_resume(), TARGET_RUNNING, target_to_esp_xtensa(), target_to_esp_xtensa_smp(), and target_was_examined().
Referenced by esp_xtensa_smp_update_halt_gdb().
int esp_xtensa_smp_resume | ( | struct target * | target, |
int | current, | ||
target_addr_t | address, | ||
int | handle_breakpoints, | ||
int | debug_execution | ||
) |
Definition at line 330 of file esp_xtensa_smp.c.
References gdb_service::core, DBG_REASON_NOTHALTED, target::debug_reason, ERROR_OK, esp_xtensa_smp_resume_cores(), esp_xtensa_smp_smpbreak_disable(), esp_xtensa_smp_smpbreak_restore(), target::gdb_service, LOG_TARGET_DEBUG, LOG_TARGET_ERROR, NULL, target::smp, target::state, gdb_service::target, target_call_event_callbacks(), TARGET_DEBUG_RUNNING, TARGET_EVENT_RESUMED, TARGET_RUNNING, xtensa_do_resume(), xtensa_prepare_resume(), and xtensa_smpbreak_get().
Referenced by esp_xtensa_smp_resume_cores().
int esp_xtensa_smp_soft_reset_halt | ( | struct target * | target | ) |
Definition at line 87 of file esp_xtensa_smp.c.
References esp_xtensa_smp_common::chip_ops, target::coreid, ERROR_OK, foreach_smp_target, LOG_TARGET_DEBUG, esp_xtensa_smp_chip_ops::reset, target::smp, target::smp_targets, target_list::target, target_to_esp_xtensa_smp(), and xtensa_assert_reset().
int esp_xtensa_smp_step | ( | struct target * | target, |
int | current, | ||
target_addr_t | address, | ||
int | handle_breakpoints | ||
) |
Definition at line 392 of file esp_xtensa_smp.c.
References esp_xtensa_smp_common::chip_ops, ERROR_OK, esp_xtensa_smp_smpbreak_disable(), esp_xtensa_smp_smpbreak_restore(), esp_xtensa_smp_chip_ops::on_halt, target::smp, target_call_event_callbacks(), TARGET_EVENT_HALTED, target_to_esp_xtensa_smp(), and xtensa_step().
int esp_xtensa_smp_target_init | ( | struct command_context * | cmd_ctx, |
struct target * | target | ||
) |
Definition at line 486 of file esp_xtensa_smp.c.
References ERROR_OK, esp_xtensa_semihosting_init(), esp_xtensa_target_init(), foreach_smp_target, target::smp, target::smp_targets, and target_list::target.
int esp_xtensa_smp_watchpoint_add | ( | struct target * | target, |
struct watchpoint * | watchpoint | ||
) |
Definition at line 423 of file esp_xtensa_smp.c.
References watchpoint::address, ERROR_OK, foreach_smp_target, watchpoint::length, watchpoint::mask, watchpoint::rw, target::smp, target::smp_targets, target_list::target, target_was_examined(), watchpoint::value, watchpoint_add(), and xtensa_watchpoint_add().
int esp_xtensa_smp_watchpoint_remove | ( | struct target * | target, |
struct watchpoint * | watchpoint | ||
) |
Definition at line 450 of file esp_xtensa_smp.c.
References watchpoint::address, ERROR_OK, foreach_smp_target, target::smp, target::smp_targets, target_list::target, watchpoint_remove(), and xtensa_watchpoint_remove().
|
extern |
Definition at line 773 of file esp_xtensa_smp.c.
|
extern |
|
extern |
Definition at line 773 of file esp_xtensa_smp.c.