target_debug_reason is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

target_debug_reason enum

Syntax

enum target_debug_reason {     DBG_REASON_DBGRQ = 0,     DBG_REASON_BREAKPOINT = 1,     DBG_REASON_WATCHPOINT = 2,     DBG_REASON_WPTANDBKPT = 3,     DBG_REASON_SINGLESTEP = 4,     DBG_REASON_NOTHALTED = 5,     DBG_REASON_EXIT = 6,     DBG_REASON_EXC_CATCH = 7,     DBG_REASON_UNDEFINED = 8, };

Values

DBG_REASON_DBGRQ

No summary provided. Read more...

DBG_REASON_BREAKPOINT

No summary provided. Read more...

DBG_REASON_WATCHPOINT

No summary provided. Read more...

DBG_REASON_WPTANDBKPT

No summary provided. Read more...

DBG_REASON_SINGLESTEP

No summary provided. Read more...

DBG_REASON_NOTHALTED

No summary provided. Read more...

DBG_REASON_EXIT

No summary provided. Read more...

DBG_REASON_EXC_CATCH

No summary provided. Read more...

DBG_REASON_UNDEFINED

No summary provided. Read more...

References

LocationReferrerScopeText
target.h:68
enum target_debug_reason {
aarch64.c:468update_halt_gdb()
static int update_halt_gdb(struct target *target, enum target_debug_reason debug_reason)
aarch64.c:533aarch64_poll()
enum target_debug_reason debug_reason = target->debug_reason;
esp32_apptrace.c:718esp32_apptrace_safe_halt_targets()
enum target_debug_reason debug_reason = DBG_REASON_UNDEFINED;
hwthread.c:93hwthread_update_threads()
enum target_debug_reason current_reason = DBG_REASON_UNDEFINED;
target.c:6994target_debug_reason_str()
const char *target_debug_reason_str(enum target_debug_reason reason)
target.h:154target::debug_reasontarget
enum target_debug_reason debug_reason;/* reason why the target entered debug state */
target.h:814target_debug_reason_str()::reasontarget_debug_reason_str()
const char *target_debug_reason_str(enum target_debug_reason reason);
xtensa.h:232xtensa_algorithm::ctx_debug_reasonxtensa_algorithm
enum target_debug_reason ctx_debug_reason;

Type Use

Variables of target_debug_reason type
hwthread_update_threads()::current_reason
aarch64_poll()::debug_reason
esp32_apptrace_safe_halt_targets()::debug_reason
all items filtered out
target_debug_reason
Allocators of target_debug_reason
Deletors of target_debug_reason
hwthread_update_threads()::current_reason
aarch64_poll()::debug_reason
esp32_apptrace_safe_halt_targets()::debug_reason
all items filtered out
target_debug_reason
hwthread_update_threads()::current_reason
aarch64_poll()::debug_reason
esp32_apptrace_safe_halt_targets()::debug_reason
all items filtered out