all_targets is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

all_targets variable

Syntax

extern struct target *all_targets;
Implemented in target.c:107

References

LocationReferrerText
target.c:107
struct target *all_targets;
target.h:749
extern struct target *all_targets;
gdb_server.c:1062gdb_new_connection()
openocd.c:173handle_init_command()
gdb_target_add_all(all_targets);
target.c:299append_to_list_all_targets()
struct target **t = &all_targets;
target.c:438get_target()
for (target = all_targets; target; target = target->next) {
target.c:450get_target()
for (target = all_targets, counter = index;
target.c:605target_process_reset()
for (target = all_targets; target; target = target->next)
target.c:628target_process_reset()
for (target = all_targets; target; target = target->next) {
target.c:716target_examine()
for (target = all_targets; target; target = target->next) {
target.c:1551target_init()
for (target = all_targets; target; target = target->next) {
target.c:1557target_init()
if (!all_targets)
target.c:2258target_quit()
for (struct target *target = all_targets; target;) {
target.c:2266target_quit()
all_targets = NULL;
target.c:2828handle_targets_command()
for (struct target *target = all_targets; target; target = target->next, ++index) {
target.c:2976handle_target()
for (struct target *target = all_targets;
target.c:6071handle_target_names()
struct target *target = all_targets;
target_request.c:180find_debug_msg_receiver()
if (!all_targets)
target_request.c:183find_debug_msg_receiver()
target = all_targets;
target_request.c:211delete_debug_msg_receiver()
if (!all_targets)
target_request.c:214delete_debug_msg_receiver()
target = all_targets;

Data Use

Type of all_targets
all_targets
all items filtered out