Home
last modified time | relevance | path

Searched refs:arm_semihosting (Results 1 – 9 of 9) sorted by relevance

/dports/devel/openocd/openocd-0.11.0/src/target/
H A Darm_semihosting.h25 int arm_semihosting(struct target *target, int *retval);
H A DMakefile.am102 %D%/arm_semihosting.c \
184 %D%/arm_semihosting.h \
H A Darm_semihosting.c167 int arm_semihosting(struct target *target, int *retval) in arm_semihosting() function
H A Dhla_target.c325 if (arm_semihosting(target, &retval) != 0) in adapter_poll()
H A Dcortex_m.c639 if (arm_semihosting(target, &retval) != 0) in cortex_m_poll()
H A Daarch64.c531 if (arm_semihosting(target, &retval) != 0) in aarch64_poll()
H A Darm7_9_common.c831 if (arm_semihosting(target, &retval) != 0) in arm7_9_poll()
H A Dcortex_a.c746 if (arm_semihosting(target, &retval) != 0) in cortex_a_poll()
/dports/devel/openocd/openocd-0.11.0/
H A DChangeLog4375 …* : target/arm_semihosting: Use 'bool' data type Change-Id: I05245b7dc9c37ea8e0e40672070fb3e87cb76…
20914 * : arm_semihosting buildfix The recent "add armv7m semihosting support" patch introduced two
20915 build errors: arm_semihosting.c: In function ‘do_semihosting’:
20916 arm_semihosting.c:71: error: ‘spsr’ may be used uninitialized in
20917 this function arm_semihosting.c:71: error: ‘lr’ may be used