Home
last modified time | relevance | path

Searched refs:record_full_stop_reason (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Drecord-full.c811 static enum target_stop_reason record_full_stop_reason variable
890 record_full_stop_reason = TARGET_STOPPED_BY_WATCHPOINT; in record_full_exec_insn()
1174 record_full_stop_reason = TARGET_STOPPED_BY_NO_REASON; in record_full_wait_1()
1215 = &record_full_stop_reason; in record_full_wait_1()
1305 record_full_stop_reason = TARGET_STOPPED_BY_NO_REASON; in record_full_wait_1()
1313 &record_full_stop_reason)) in record_full_wait_1()
1392 (aspace, tmp_pc, &record_full_stop_reason)) in record_full_wait_1()
1403 if (record_full_stop_reason in record_full_wait_1()
1489 return record_full_stop_reason == TARGET_STOPPED_BY_WATCHPOINT; in stopped_by_watchpoint()
1508 return record_full_stop_reason == TARGET_STOPPED_BY_SW_BREAKPOINT; in stopped_by_sw_breakpoint()
[all …]
DChangeLog-201512029 (record_full_stop_reason): ... this throughout.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git9658 record_full_stop_reason, thus loosing the TARGET_STOPPED_BY_WATCHPOINT
9662 record_full_stop_reason if we're not stopped at a breakpoint.