target is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
struct target_type *
char *
struct jtag_tap *
int32_t
bool
Should we defer examine to later.
bool
Indicates whether this target has been examined. Do @b not access this field directly, use target_was_examined() or target_set_examined().
bool
true if the target is currently running a downloaded "algorithm" instead of arbitrary user code. OpenOCD code invoking algorithms is trusted to maintain correctness of any cached state (e.g. for flash status), which arbitrary code will have no reason to know about.
bool
bool
bool
uint32_t
bool
struct working_area *
struct reg_cache *
struct breakpoint *
struct watchpoint *
struct trace *
bool
void *
void *
struct target *
bool
bool
int64_t
bool
uint32_t
bool
bool
bool
struct rtos *
bool
int
int
int
struct list_head *
bool
struct gdb_service *
struct gdb_fileio_info *
bool
char *
int
int
int
struct semihosting *

References

from examples