semihosting::is_resumable is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDsemihosting::is_resumable

semihosting::is_resumable field

Most are resumable, except the two exit calls.

Syntax

bool is_resumable;

References

LocationReferrerText
semihosting_common.h:130
bool is_resumable;
arm_semihosting.c:377arm_semihosting()
if (semihosting->is_resumable && !semihosting->hit_fileio)
esp_xtensa_semihosting.c:95esp_xtensa_semihosting()
if (target->semihosting->is_resumable && !target->semihosting->hit_fileio)
riscv_semihosting.c:153riscv_semihosting()
if (semihosting->is_resumable && !semihosting->hit_fileio) {
semihosting_common.c:131semihosting_common_init()
semihosting->is_resumable = false;
semihosting_common.c:383semihosting_common()
semihosting->is_resumable = true;
semihosting_common.c:596semihosting_common()
semihosting->is_resumable = false;
semihosting_common.c:659semihosting_common()
semihosting->is_resumable = false;

Data Use

Functions writing semihosting::is_resumable
Functions reading semihosting::is_resumable
semihosting::is_resumable