Home
last modified time | relevance | path

Searched refs:DBG_REASON_NOTHALTED (Results 1 – 24 of 24) sorted by relevance

/dports/devel/openocd/openocd-0.11.0/src/target/
H A Darm11.c78 arm11->arm.target->debug_reason = DBG_REASON_NOTHALTED; in arm11_check_init()
341 target->debug_reason = DBG_REASON_NOTHALTED; in arm11_poll()
549 target->debug_reason = DBG_REASON_NOTHALTED; in arm11_resume()
H A Daarch64.c465 if (debug_reason == DBG_REASON_NOTHALTED) { in update_halt_gdb()
707 target->debug_reason = DBG_REASON_NOTHALTED; in aarch64_do_restart_one()
812 curr->debug_reason = DBG_REASON_NOTHALTED; in aarch64_step_restart_smp()
898 curr->debug_reason = DBG_REASON_NOTHALTED; in aarch64_resume()
928 target->debug_reason = DBG_REASON_NOTHALTED; in aarch64_resume()
2373 target->debug_reason = DBG_REASON_NOTHALTED; in aarch64_examine_first()
H A Dnds32_v3m.c450 nds32->target->debug_reason = DBG_REASON_NOTHALTED; in nds32_v3m_examine()
H A Dnds32_v3.c463 nds32->target->debug_reason = DBG_REASON_NOTHALTED; in nds32_v3_examine()
H A Davr32_ap7k.c378 target->debug_reason = DBG_REASON_NOTHALTED; in avr32_ap7k_resume()
H A Dtarget.h87 DBG_REASON_NOTHALTED = 5, enumerator
H A Dhla_target.c516 target->debug_reason = DBG_REASON_NOTHALTED; in adapter_resume()
H A Dlakemont.c601 t->debug_reason = DBG_REASON_NOTHALTED; in do_resume()
840 t->debug_reason = DBG_REASON_NOTHALTED; in lakemont_init_target()
H A Dnds32_v2.c631 nds32->target->debug_reason = DBG_REASON_NOTHALTED; in nds32_v2_examine()
H A Dstm8.c943 target->debug_reason = DBG_REASON_NOTHALTED; in stm8_reset_assert()
1058 target->debug_reason = DBG_REASON_NOTHALTED; in stm8_resume()
H A Dmips_mips64.c678 target->debug_reason = DBG_REASON_NOTHALTED; in mips_mips64_resume()
H A Dcortex_m.c878 target->debug_reason = DBG_REASON_NOTHALTED; in cortex_m_resume()
1066 target->debug_reason = DBG_REASON_NOTHALTED; in cortex_m_step()
H A Dmips_m4k.c494 target->debug_reason = DBG_REASON_NOTHALTED; in mips_m4k_internal_restore()
H A Dcortex_a.c862 target->debug_reason = DBG_REASON_NOTHALTED; in cortex_a_internal_restore()
926 target->debug_reason = DBG_REASON_NOTHALTED; in cortex_a_internal_restart()
H A Dnds32.c2114 target->debug_reason = DBG_REASON_NOTHALTED; in nds32_poll()
2160 target->debug_reason = DBG_REASON_NOTHALTED; in nds32_resume()
H A Desirisc.c904 target->debug_reason = DBG_REASON_NOTHALTED; in esirisc_resume_or_step()
H A Darc.c1300 target->debug_reason = DBG_REASON_NOTHALTED; in arc_resume()
H A Darm7_9_common.c1838 target->debug_reason = DBG_REASON_NOTHALTED; in arm7_9_resume()
H A Dxscale.c1274 target->debug_reason = DBG_REASON_NOTHALTED; in xscale_resume()
H A Dtarget.c255 { .name = "target-not-halted", .value = DBG_REASON_NOTHALTED },
/dports/devel/openocd/openocd-0.11.0/src/target/riscv/
H A Driscv.c1061 if (target->debug_reason == DBG_REASON_NOTHALTED) in halt_go()
1318 target->debug_reason = DBG_REASON_NOTHALTED; in resume_finish()
1885 target->debug_reason = DBG_REASON_NOTHALTED; in riscv_poll_hart()
1980 t->debug_reason = DBG_REASON_NOTHALTED; in riscv_openocd_poll()
H A Driscv-013.c3795 if (t->debug_reason == DBG_REASON_NOTHALTED) in riscv013_halt_go()
/dports/devel/openocd/openocd-0.11.0/src/target/openrisc/
H A Dor1k.c881 target->debug_reason = DBG_REASON_NOTHALTED; in or1k_resume_or_step()
/dports/devel/openocd/openocd-0.11.0/src/server/
H A Dgdb_server.c161 case DBG_REASON_NOTHALTED: in gdb_last_signal()