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

target_debug_reason::DBG_REASON_NOTHALTED

Syntax

DBG_REASON_NOTHALTED = 5;

References

LocationReferrerText
target.h:74
DBG_REASON_NOTHALTED = 5,
aarch64.c:479update_halt_gdb()
if (debug_reason == DBG_REASON_NOTHALTED) {
aarch64.c:721aarch64_do_restart_one()
target->debug_reason = DBG_REASON_NOTHALTED;
aarch64.c:826aarch64_step_restart_smp()
curr->debug_reason = DBG_REASON_NOTHALTED;
aarch64.c:914aarch64_resume()
curr->debug_reason = DBG_REASON_NOTHALTED;
aarch64.c:944aarch64_resume()
target->debug_reason = DBG_REASON_NOTHALTED;
aarch64.c:2759aarch64_examine_first()
target->debug_reason = DBG_REASON_NOTHALTED;
arc.c:1346arc_resume()
target->debug_reason = DBG_REASON_NOTHALTED;
arm11.c:67arm11_check_init()
arm11->arm.target->debug_reason = DBG_REASON_NOTHALTED;
arm11.c:330arm11_poll()
target->debug_reason = DBG_REASON_NOTHALTED;
arm11.c:537arm11_resume()
target->debug_reason = DBG_REASON_NOTHALTED;
arm7_9_common.c:1827arm7_9_resume()
target->debug_reason = DBG_REASON_NOTHALTED;
avr32_ap7k.c:367avr32_ap7k_resume()
target->debug_reason = DBG_REASON_NOTHALTED;
cortex_a.c:896cortex_a_internal_restore()
target->debug_reason = DBG_REASON_NOTHALTED;
cortex_a.c:960cortex_a_internal_restart()
target->debug_reason = DBG_REASON_NOTHALTED;
cortex_m.c:1031cortex_m_poll_one()
target->debug_reason = DBG_REASON_NOTHALTED;
cortex_m.c:1405cortex_m_restart_one()
target->debug_reason = DBG_REASON_NOTHALTED;
cortex_m.c:1652cortex_m_step()
target->debug_reason = DBG_REASON_NOTHALTED;
esirisc.c:897esirisc_resume_or_step()
target->debug_reason = DBG_REASON_NOTHALTED;
esp32.c:355esp32_target_create()
target->debug_reason = DBG_REASON_NOTHALTED;
esp32s2.c:473esp32s2_target_create()
target->debug_reason = DBG_REASON_NOTHALTED;
esp32s3.c:351esp32s3_target_create()
target->debug_reason = DBG_REASON_NOTHALTED;
esp_xtensa_smp.c:412esp_xtensa_smp_resume()
target->debug_reason = DBG_REASON_NOTHALTED;
gdb_server.c:168gdb_last_signal()
case DBG_REASON_NOTHALTED:
hla_target.c:515adapter_resume()
target->debug_reason = DBG_REASON_NOTHALTED;
lakemont.c:590do_resume()
t->debug_reason = DBG_REASON_NOTHALTED;
lakemont.c:829lakemont_init_target()
t->debug_reason = DBG_REASON_NOTHALTED;
mem_ap.c:91mem_ap_poll()
target->debug_reason = DBG_REASON_NOTHALTED;
mem_ap.c:111mem_ap_resume()
target->debug_reason = DBG_REASON_NOTHALTED;
mem_ap.c:163mem_ap_deassert_reset()
target->debug_reason = DBG_REASON_NOTHALTED;
mips_m4k.c:479mips_m4k_internal_restore()
target->debug_reason = DBG_REASON_NOTHALTED;
mips_mips64.c:671mips_mips64_resume()
target->debug_reason = DBG_REASON_NOTHALTED;
or1k.c:870or1k_resume_or_step()
target->debug_reason = DBG_REASON_NOTHALTED;
riscv-013.c:4250riscv013_halt_go()
if (t->debug_reason == DBG_REASON_NOTHALTED)
riscv.c:1215halt_go()
if (target->debug_reason == DBG_REASON_NOTHALTED)
riscv.c:1458resume_finish()
target->debug_reason = DBG_REASON_NOTHALTED;
riscv.c:2103riscv_poll_hart()
target->debug_reason = DBG_REASON_NOTHALTED;
riscv.c:2202riscv_openocd_poll()
t->debug_reason = DBG_REASON_NOTHALTED;
stm8.c:931stm8_reset_assert()
target->debug_reason = DBG_REASON_NOTHALTED;
stm8.c:1046stm8_resume()
target->debug_reason = DBG_REASON_NOTHALTED;
target.c:224
{ .name = "target-not-halted", .value = DBG_REASON_NOTHALTED },
target.c:7007target_debug_reason_str()
case DBG_REASON_NOTHALTED:
xscale.c:1263xscale_resume()
target->debug_reason = DBG_REASON_NOTHALTED;
xtensa.c:1691xtensa_resume()
target->debug_reason = DBG_REASON_NOTHALTED;
xtensa.c:1871xtensa_do_step()
target->debug_reason = DBG_REASON_NOTHALTED;
xtensa.c:2412xtensa_poll()
target->debug_reason = DBG_REASON_NOTHALTED;
xtensa.c:2415xtensa_poll()
target->debug_reason = DBG_REASON_NOTHALTED;
xtensa_chip.c:125xtensa_chip_target_create()
target->debug_reason = DBG_REASON_NOTHALTED;