target_debug_reason::DBG_REASON_SINGLESTEP is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDtarget_debug_reason::DBG_REASON_SINGLESTEP

target_debug_reason::DBG_REASON_SINGLESTEP

Syntax

DBG_REASON_SINGLESTEP = 4;

References

LocationReferrerText
target.h:73
DBG_REASON_SINGLESTEP = 4,
arc.c:996arc_examine_debug_reason()
target->debug_reason == DBG_REASON_SINGLESTEP) {
arc.c:2120arc_step()
target->debug_reason = DBG_REASON_SINGLESTEP;
arm11.c:694arm11_step()
target->debug_reason = DBG_REASON_SINGLESTEP;
arm7_9_common.c:1755arm7_9_resume()
target->debug_reason = DBG_REASON_SINGLESTEP;
arm7_9_common.c:1930arm7_9_step()
target->debug_reason = DBG_REASON_SINGLESTEP;
arm7tdmi.c:41arm7tdmi_examine_debug_reason()
&& (target->debug_reason != DBG_REASON_SINGLESTEP)) {
arm9tdmi.c:70arm9tdmi_examine_debug_reason()
&& (target->debug_reason != DBG_REASON_SINGLESTEP)) {
arm_semihosting.c:59arm_semihosting_resume()
target->debug_reason = DBG_REASON_SINGLESTEP;
armv8_dpm.c:1368armv8_dpm_report_dscr()
target->debug_reason = DBG_REASON_SINGLESTEP;
cortex_a.c:1223cortex_a_step()
target->debug_reason = DBG_REASON_SINGLESTEP;
cortex_m.c:713cortex_m_examine_debug_reason()
&& (target->debug_reason != DBG_REASON_SINGLESTEP)) {
cortex_m.c:1516cortex_m_step()
target->debug_reason = DBG_REASON_SINGLESTEP;
dsp563xx.c:1307dsp563xx_step()
target->debug_reason = DBG_REASON_SINGLESTEP;
esirisc.c:893esirisc_resume_or_step()
target->debug_reason = DBG_REASON_SINGLESTEP;
esirisc.c:1044esirisc_debug_entry()
if (target->debug_reason != DBG_REASON_SINGLESTEP) {
feroceon.c:445feroceon_examine_debug_reason()
if (target->debug_reason != DBG_REASON_SINGLESTEP)
gdb_server.c:164gdb_last_signal()
case DBG_REASON_SINGLESTEP:
hla_target.c:61adapter_examine_debug_reason()
&& (target->debug_reason != DBG_REASON_SINGLESTEP)) {
hla_target.c:562adapter_step()
target->debug_reason = DBG_REASON_SINGLESTEP;
hwthread.c:145hwthread_update_threads()
case DBG_REASON_SINGLESTEP:
hwthread.c:147hwthread_update_threads()
if (curr->debug_reason == DBG_REASON_SINGLESTEP) {
hwthread.c:154hwthread_update_threads()
if (curr->debug_reason == DBG_REASON_SINGLESTEP) {
hwthread.c:166hwthread_update_threads()
if (curr->debug_reason == DBG_REASON_SINGLESTEP ||
hwthread.c:174hwthread_update_threads()
if (curr->debug_reason == DBG_REASON_SINGLESTEP ||
lakemont.c:1065lakemont_step()
t->debug_reason = DBG_REASON_SINGLESTEP;
mips_m4k.c:50mips_m4k_examine_debug_reason()
&& (target->debug_reason != DBG_REASON_SINGLESTEP)) {
mips_m4k.c:559mips_m4k_step()
target->debug_reason = DBG_REASON_SINGLESTEP;
mips_mips64.c:41mips_mips64_examine_debug_reason()
&& (target->debug_reason != DBG_REASON_SINGLESTEP))
mips_mips64.c:743mips_mips64_step()
target->debug_reason = DBG_REASON_SINGLESTEP;
or1k.c:868or1k_resume_or_step()
target->debug_reason = DBG_REASON_SINGLESTEP;
riscv-011.c:1856handle_halt()
target->debug_reason = DBG_REASON_SINGLESTEP;
riscv.c:2124set_debug_reason()
target->debug_reason = DBG_REASON_SINGLESTEP;
riscv.c:2329riscv_openocd_step()
target->debug_reason = DBG_REASON_SINGLESTEP;
stm8.c:436stm8_examine_debug_reason()
&& (target->debug_reason != DBG_REASON_SINGLESTEP)) {
stm8.c:1331stm8_step()
target->debug_reason = DBG_REASON_SINGLESTEP;
target.c:223
{ .name = "single-step", .value = DBG_REASON_SINGLESTEP },
target.c:7005target_debug_reason_str()
case DBG_REASON_SINGLESTEP:
xscale.c:1289xscale_step_inner()
target->debug_reason = DBG_REASON_SINGLESTEP;
xscale.c:1403xscale_step()
target->debug_reason = DBG_REASON_SINGLESTEP;
xtensa.c:1907xtensa_do_step()
target->debug_reason = DBG_REASON_SINGLESTEP;
xtensa.c:2371xtensa_poll()
target->debug_reason = DBG_REASON_SINGLESTEP;