target_list::target is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

target_list::target field

Syntax

struct target *target;

References

LocationReferrerText
target.h:220
struct target *target;
aarch64.c:340aarch64_prepare_halt_smp()
struct target *curr = head->target;
aarch64.c:433aarch64_halt_smp()
curr = head->target;
aarch64.c:486update_halt_gdb()
curr = head->target;
aarch64.c:751aarch64_prep_restart_smp()
struct target *curr = head->target;
aarch64.c:809aarch64_step_restart_smp()
curr = head->target;
aarch64.c:899aarch64_resume()
curr = head->target;
armv7a.c:200armv7a_l2x_cache_init()
struct target *curr = head->target;
armv7a_cache.c:128armv7a_cache_flush_all_data()
struct target *curr = head->target;
armv7a_cache_l2x.c:203armv7a_l2x_cache_init()
struct target *curr = head->target;
armv8_cache.c:244armv8_flush_all_data()
struct target *curr = head->target;
breakpoints.c:218breakpoint_add()
return breakpoint_add_internal(head->target, address, length, type);
breakpoints.c:222breakpoint_add()
struct target *curr = head->target;
breakpoints.c:243context_breakpoint_add()
struct target *curr = head->target;
breakpoints.c:265hybrid_breakpoint_add()
struct target *curr = head->target;
breakpoints.c:352breakpoint_remove()
struct target *curr = head->target;
breakpoints.c:437breakpoint_watchpoint_remove_all()
struct target *curr = head->target;
breakpoints.c:476breakpoint_clear_target()
struct target *curr = head->target;
breakpoints.c:575watchpoint_add()
struct target *curr = head->target;
breakpoints.c:613watchpoint_remove()
struct target *curr = head->target;
cortex_a.c:668get_cortex_a()
struct target *curr = head->target;
cortex_a.c:682cortex_a_halt_smp()
struct target *curr = head->target;
cortex_a.c:707update_halt_gdb()
curr = head->target;
cortex_a.c:976cortex_a_restore_smp()
struct target *curr = head->target;
cortex_a.c:3346handle_cortex_a_freeze_core_command()
struct target *pThisTarget = head->target;
cortex_m.c:1098cortex_m_smp_halt_all()
struct target *curr = head->target;
cortex_m.c:1117cortex_m_smp_post_halt_poll()
struct target *curr = head->target;
cortex_m.c:1138cortex_m_poll_smp()
struct target *curr = head->target;
cortex_m.c:1153cortex_m_poll_smp()
struct target *curr = head->target;
cortex_m.c:1178cortex_m_poll()
if (target == last->target)
cortex_m.c:1425cortex_m_restore_smp()
struct target *curr = head->target;
esp32.c:142esp32_soc_reset()
xtensa = target_to_xtensa(head->target);
esp32.c:145esp32_soc_reset()
LOG_TARGET_DEBUG(head->target, "Unstall CPUs before SW reset!");
esp32.c:150esp32_soc_reset()
LOG_TARGET_ERROR(head->target, "Failed to unstall CPUs before SW reset!");
esp32.c:406esp32_cmd_flashbootstrap()
curr = head->target;
esp32_apptrace.c:420esp32_apptrace_cmd_ctx_init()
curr = head->target;
esp32_apptrace.c:1451esp32_cmd_apptrace_generic()
curr = head->target;
esp32s3.c:139esp32s3_soc_reset()
xtensa = target_to_xtensa(head->target);
esp32s3.c:142esp32s3_soc_reset()
LOG_TARGET_DEBUG(head->target, "Unstall CPUs before SW reset!");
esp32s3.c:147esp32s3_soc_reset()
LOG_TARGET_ERROR(head->target, "Failed to unstall CPUs before SW reset!");
esp_xtensa_smp.c:99esp_xtensa_smp_soft_reset_halt()
if (head->target != target)
esp_xtensa_smp.c:112esp_xtensa_smp_soft_reset_halt()
res = xtensa_assert_reset(head->target);
esp_xtensa_smp.c:127esp_xtensa_smp_on_halt()
int res = esp_xtensa_on_halt(head->target);
esp_xtensa_smp.c:140get_halted_esp_xtensa_smp()
curr = head->target;
esp_xtensa_smp.c:174esp_xtensa_smp_poll()
curr = head->target;
esp_xtensa_smp.c:189esp_xtensa_smp_poll()
curr = head->target;
esp_xtensa_smp.c:272esp_xtensa_smp_update_halt_gdb()
curr = head->target;
esp_xtensa_smp.c:346esp_xtensa_smp_resume_cores()
curr = head->target;
esp_xtensa_smp.c:464esp_xtensa_smp_watchpoint_add()
struct target *curr = head->target;
esp_xtensa_smp.c:491esp_xtensa_smp_watchpoint_remove()
struct target *curr = head->target;
esp_xtensa_smp.c:513esp_xtensa_smp_run_func_image()
run_target = head->target;
esp_xtensa_smp.c:554esp_xtensa_smp_run_onboard_func()
run_target = head->target;
esp_xtensa_smp.c:602esp_xtensa_smp_target_init()
struct target *curr = head->target;
esp_xtensa_smp.c:622esp_xtensa_smp_cmd_xtdef()
curr = head->target;
esp_xtensa_smp.c:641esp_xtensa_smp_cmd_xtopt()
curr = head->target;
esp_xtensa_smp.c:660esp_xtensa_smp_cmd_xtmem()
curr = head->target;
esp_xtensa_smp.c:679esp_xtensa_smp_cmd_xtmpu()
curr = head->target;
esp_xtensa_smp.c:698esp_xtensa_smp_cmd_xtmmu()
curr = head->target;
esp_xtensa_smp.c:717esp_xtensa_smp_cmd_xtreg()
curr = head->target;
esp_xtensa_smp.c:736esp_xtensa_smp_cmd_xtregfmt()
curr = head->target;
esp_xtensa_smp.c:755esp_xtensa_smp_cmd_permissive_mode()
curr = head->target;
esp_xtensa_smp.c:774esp_xtensa_smp_cmd_smpbreak()
curr = head->target;
esp_xtensa_smp.c:791esp_xtensa_smp_cmd_mask_interrupts()
curr = head->target;
esp_xtensa_smp.c:810esp_xtensa_smp_cmd_perfmon_enable()
curr = head->target;
esp_xtensa_smp.c:829esp_xtensa_smp_cmd_perfmon_dump()
curr = head->target;
esp_xtensa_smp.c:849esp_xtensa_smp_cmd_tracestart()
curr = head->target;
esp_xtensa_smp.c:868esp_xtensa_smp_cmd_tracestop()
curr = head->target;
esp_xtensa_smp.c:889esp_xtensa_smp_cmd_tracedump()
curr = head->target;
esp_xtensa_smp.c:900esp_xtensa_smp_cmd_tracedump()
curr = head->target;
gdb_server.c:1723gdb_step_continue_packet()
struct target *pThisTarget = head->target;
gdb_server.c:2365smp_reg_list_noread()
if (!target_was_examined(head->target))
gdb_server.c:2370smp_reg_list_noread()
int result = target_get_gdb_reg_list_noread(head->target, &reg_list,
gdb_server.c:2425smp_reg_list_noread()
if (!target_was_examined(head->target))
gdb_server.c:2430smp_reg_list_noread()
int result = target_get_gdb_reg_list_noread(head->target, &reg_list,
gdb_server.c:2447smp_reg_list_noread()
LOG_TARGET_WARNING(head->target, "Register %s does not exist, which is part of an SMP group where "
gdb_server.c:3903gdb_target_start()
struct target *curr = head->target;
hwthread.c:42threadid_from_target()
if (target == head->target)
hwthread.c:106hwthread_update_threads()
struct target *curr = head->target;
hwthread.c:131hwthread_update_threads()
struct target *curr = head->target;
hwthread.c:227hwthread_find_thread()
return head->target;
linux.c:186linux_os_thread_reg_list()
if (head->target->coreid == next->core_id) {
linux.c:187linux_os_thread_reg_list()
target = head->target;
linux.c:408get_current()
if (target_get_gdb_reg_list(head->target, &reg_list,
linux.c:432get_current()
cpu = head->target->coreid;
linux.c:1385linux_os_smp_init()
if (head->target->rtos != rtos) {
linux.c:1387linux_os_smp_init()
(struct linux_os *)head->target->rtos->rtos_specific_params;
linux.c:1389linux_os_smp_init()
free(head->target->rtos);
linux.c:1390linux_os_smp_init()
head->target->rtos = rtos;
linux.c:1395linux_os_smp_init()
ct->core_id = head->target->coreid;
mips_m4k.c:126get_mips_m4k()
struct target *curr = head->target;
mips_m4k.c:140mips_m4k_halt_smp()
struct target *curr = head->target;
mips_m4k.c:408mips_m4k_restore_smp()
struct target *curr = head->target;
riscv.c:1241riscv_halt()
struct target *t = tlist->target;
riscv.c:1247riscv_halt()
struct target *t = tlist->target;
riscv.c:1256riscv_halt()
struct target *t = tlist->target;
riscv.c:1480riscv_resume()
struct target *t = tlist->target;
riscv.c:1488riscv_resume()
struct target *t = tlist->target;
riscv.c:1499riscv_resume()
struct target *t = tlist->target;
riscv.c:2194riscv_openocd_poll()
struct target *t = list->target;
riscv.c:2253riscv_openocd_poll()
struct target *t = list->target;
smp.c:112default_handle_smp_command()
head->target->smp = 1;
smp.c:119default_handle_smp_command()
head->target->smp = 0;
target.c:2222target_destroy()
head->target->smp = 0;
target.c:6095create_target_list_node()
new->target = target;
target.c:6105get_target_with_common_rtos_type()
struct rtos *curr_rtos = curr->target->rtos;
target.c:6111get_target_with_common_rtos_type()
target = curr->target;
target.c:6147handle_target_smp()
struct target *target = curr->target;

Data Use

Functions writing target_list::target
Functions reading target_list::target
all items filtered out
target_list::target
all items filtered out
Type of target_list::target
target_list::target
all items filtered out