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

target::frozen field

Syntax

int frozen;

References

LocationReferrerText
target.h:188
int frozen; /* frozen targets won't be auto-resumed when receiving a 'step' or 'continue' command from gdb*/
cortex_a.c:978cortex_a_restore_smp()
&& target_was_examined(curr) && !curr->frozen) { /* resume current address , not in step mode */
cortex_a.c:3351handle_cortex_a_freeze_core_command()
pThisTarget->frozen += delta;
cortex_a.c:3352handle_cortex_a_freeze_core_command()
if (pThisTarget->frozen < 0)
cortex_a.c:3353handle_cortex_a_freeze_core_command()
pThisTarget->frozen = 0;
cortex_a.c:3354handle_cortex_a_freeze_core_command()
command_print(cmd, "core #%d is now %s (freeze count = %d)", coreid, pThisTarget->frozen ? "frozen" : "unfrozen", pThisTarget->frozen);
gdb_server.c:1718gdb_step_continue_packet()
if (target->frozen && target->smp)
gdb_server.c:1726gdb_step_continue_packet()
if (!pThisTarget->frozen)

Data Use

Functions writing target::frozen
Functions reading target::frozen
target::frozen