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

semihosting::hit_fileio field

A flag reporting whether semihosting fileio operation is active.

Syntax

bool hit_fileio;

References

LocationReferrerText
semihosting_common.h:127
bool hit_fileio;
arm_semihosting.c:344arm_semihosting()
if (!semihosting->hit_fileio) {
arm_semihosting.c:377arm_semihosting()
if (semihosting->is_resumable && !semihosting->hit_fileio)
armv4_5.c:792arm_arch_state()
if (target->semihosting && target->semihosting->hit_fileio)
armv7m.c:735armv7m_arch_state()
if (target->semihosting && target->semihosting->hit_fileio)
esp_xtensa_semihosting.c:95esp_xtensa_semihosting()
riscv_semihosting.c:107riscv_semihosting()
if (!semihosting->hit_fileio) {
riscv_semihosting.c:153riscv_semihosting()
if (semihosting->is_resumable && !semihosting->hit_fileio) {
semihosting_common.c:130semihosting_common_init()
semihosting->hit_fileio = false;
semihosting_common.c:461semihosting_common()
semihosting->hit_fileio = true;
semihosting_common.c:835semihosting_common()
semihosting->hit_fileio = true;
semihosting_common.c:949semihosting_common()
semihosting->hit_fileio = true;
semihosting_common.c:1039semihosting_common()
semihosting->hit_fileio = true;
semihosting_common.c:1117semihosting_common()
semihosting->hit_fileio = true;
semihosting_common.c:1173semihosting_common()
semihosting->hit_fileio = true;
semihosting_common.c:1246semihosting_common()
semihosting->hit_fileio = true;
semihosting_common.c:1292semihosting_common()
semihosting->hit_fileio = true;
semihosting_common.c:1375semihosting_common()
semihosting->hit_fileio = true;
semihosting_common.c:1424semihosting_common()
semihosting->hit_fileio = true;
semihosting_common.c:1465semihosting_common()
semihosting->hit_fileio = true;
semihosting_common.c:1635semihosting_common()
if (!semihosting->hit_fileio) {
semihosting_common.c:1661semihosting_common_fileio_info()
if (!semihosting->is_fileio || !semihosting->hit_fileio)
semihosting_common.c:1676semihosting_common_fileio_end()
semihosting->hit_fileio = false;

Data Use

Functions writing semihosting::hit_fileio
Functions reading semihosting::hit_fileio
semihosting::hit_fileio