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

target::halt_issued field

Syntax

bool halt_issued;

References

LocationReferrerText
target.h:170
bool halt_issued; /* did we transition to halted state? */
target.c:491target_poll()
if (target->halt_issued) {
target.c:493target_poll()
target->halt_issued = false;
target.c:497target_poll()
target->halt_issued = false;
target.c:520target_halt()
target->halt_issued = true;
target.c:5913target_create()
target->halt_issued = false;

Data Use

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