arm7_9_common::debug_entry_from_reset is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarm7_9_common::debug_entry_from_reset

arm7_9_common::debug_entry_from_reset field

Specifies if debug entry was from a reset

Syntax

bool debug_entry_from_reset;

References

LocationReferrerText
arm7_9_common.h:55
bool debug_entry_from_reset; /**< Specifies if debug entry was from a reset */
arm7_9_common.c:1016arm7_9_clear_halt()
if (!arm7_9->debug_entry_from_reset && arm7_9->use_dbgrq) {
arm7_9_common.c:1022arm7_9_clear_halt()
if (arm7_9->debug_entry_from_reset && arm7_9->has_vector_catch) {
arm7_9_common.c:1032arm7_9_clear_halt()
if (arm7_9->debug_entry_from_reset)

Data Use

Functions reading arm7_9_common::debug_entry_from_reset
arm7_9_common::debug_entry_from_reset
all items filtered out