target::smp_halt_event_postponed is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDtarget::smp_halt_event_postponed

target::smp_halt_event_postponed field

Syntax

bool smp_halt_event_postponed;

References

LocationReferrerText
target.h:193
bool smp_halt_event_postponed; /* Some SMP implementations (currently Cortex-M) stores
cortex_m.c:1045cortex_m_poll_one()
target->smp_halt_event_postponed = true;
cortex_m.c:1139cortex_m_poll_smp()
if (curr->smp_halt_event_postponed) {
cortex_m.c:1154cortex_m_poll_smp()
if (!curr->smp_halt_event_postponed)
cortex_m.c:1157cortex_m_poll_smp()
curr->smp_halt_event_postponed = false;

Data Use

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