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

target::defer_examine field

Should we defer examine to later

Syntax

bool defer_examine;

References

LocationReferrerText
target.h:123
bool defer_examine;
cortex_m.c:1861cortex_m_assert_reset()
|| (!armv7m->debug_ap && !target->defer_examine))) {
cortex_m.c:1870cortex_m_assert_reset()
if (!target_was_examined(target) && !target->defer_examine
hla_target.c:350hl_assert_reset()
if (!target_was_examined(target) && !target->defer_examine
target.c:269target_state_name()
if (!target_was_examined(t) && t->defer_examine)
target.c:724target_examine()
if (target->defer_examine)
target.c:5301target_configure()
target->defer_examine = true;
target.c:5390handle_target_examine()
if (allow_defer && target->defer_examine) {
target.c:5426handle_target_examine_deferred()
command_print(CMD, "%d", target->defer_examine ? 1 : 0);
target.c:5492handle_target_reset()
if (target->defer_examine)

Data Use

Functions writing target::defer_examine
Functions reading target::defer_examine
all items filtered out
target::defer_examine